Skip to content

Commit d583447

Browse files
committed
Backup, try to fix submodule cache
1 parent 2eb9e97 commit d583447

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
key: bin-${{ runner.os }}-${{ hashFiles('Makefile') }}
3636
restore-keys: |
3737
bin-${{ runner.os }}-${{ hashFiles('Makefile') }}
38-
bin-${{ runner.os }}
3938
4039
- name: Download bin tools
4140
if: steps.cache-bin.outputs.cache-hit != 'true'
@@ -58,7 +57,6 @@ jobs:
5857
key: submodules-${{ steps.get-date.outputs.submodule_cache_key }}
5958
restore-keys: |
6059
submodules-${{ steps.get-date.outputs.submodule_cache_key }}
61-
submodules
6260
6361
- name: Setup submodules
6462
if: steps.cache-submodules.outputs.cache-hit != 'true'
@@ -72,24 +70,22 @@ jobs:
7270
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
7371
restore-keys: |
7472
uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
75-
uv-${{ runner.os }}
7673
7774
- name: Setup python venv
7875
run: |
7976
make fprime-venv
8077
81-
- name: Cache Zephyr workspace and SDK
82-
id: cache-zephyr
83-
uses: actions/cache@v4
84-
with:
85-
path: |
86-
lib/zephyr-workspace/modules
87-
lib/zephyr-workspace/bootloader
88-
~/zephyr-sdk-0.17.2
89-
key: zephyr-${{ runner.os }}-${{ hashFiles('west.yml') }}
90-
restore-keys: |
91-
zephyr-${{ runner.os }}-${{ hashFiles('west.yml') }}
92-
zephyr-${{ runner.os }}
78+
# - name: Cache Zephyr workspace and SDK
79+
# id: cache-zephyr
80+
# uses: actions/cache@v4
81+
# with:
82+
# path: |
83+
# lib/zephyr-workspace/modules
84+
# lib/zephyr-workspace/bootloader
85+
# ~/zephyr-sdk-0.17.2
86+
# key: zephyr-${{ runner.os }}-${{ hashFiles('west.yml') }}
87+
# restore-keys: |
88+
# zephyr-${{ runner.os }}-${{ hashFiles('west.yml') }}
9389

9490
- name: Setup Zephyr
9591
if: steps.cache-zephyr.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)