summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-05-21 12:11:08 +0700
committerhathach <[email protected]>2024-05-21 12:11:08 +0700
commitc2cfb71dce4d514ff79ec98af46984b543c6f49e (patch)
treee76d3e75251474cd1dd8098c5e1aabb6c1259b6a
parenta068b81674e8b47d6fb78ab6a06abb7decc2e644 (diff)
circle ci remove deps caching to reduce storage credit
-rw-r--r--.circleci/config.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2d4532aee..5cbe3a171 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -45,29 +45,9 @@ commands:
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: