mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-05 18:40:28 +00:00
circle ci remove deps caching to reduce storage credit
This commit is contained in:
parent
a068b81674
commit
c2cfb71dce
@ -44,30 +44,10 @@ commands:
|
||||
family:
|
||||
type: string
|
||||
steps:
|
||||
- run:
|
||||
name: Make deps cache key
|
||||
command: |
|
||||
python tools/get_deps.py --print > deps_key
|
||||
- restore_cache:
|
||||
name: Restore Dependencies Cache
|
||||
key: deps-{{ checksum "deps_key" }}
|
||||
paths:
|
||||
- lib/CMSIS_5
|
||||
- lib/FreeRTOS-Kernel
|
||||
- lib/lwip
|
||||
- tools/uf2
|
||||
- run:
|
||||
name: Get Dependencies
|
||||
command: |
|
||||
python tools/get_deps.py << parameters.family >>
|
||||
- save_cache:
|
||||
name: Save Dependencies Cache
|
||||
key: deps-{{ checksum "deps_key" }}
|
||||
paths:
|
||||
- lib/CMSIS_5
|
||||
- lib/FreeRTOS-Kernel
|
||||
- lib/lwip
|
||||
- tools/uf2
|
||||
|
||||
jobs:
|
||||
arm-clang:
|
||||
|
Loading…
x
Reference in New Issue
Block a user