circle ci remove deps caching to reduce storage credit

This commit is contained in:
hathach 2024-05-21 12:11:08 +07:00
parent a068b81674
commit c2cfb71dce
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -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: