Skip to content

Commit 61b18fe

Browse files
committed
Revert "ci: bypass zccache for board bootstrap build"
This reverts commit 41b59cd.
1 parent 41b59cd commit 61b18fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/template_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ jobs:
6969

7070
- name: Build fbuild binaries
7171
run: |
72-
# Avoid failing board builds on a stale or unresponsive zccache daemon.
73-
# These jobs still cache downloaded fbuild toolchains and platform outputs.
74-
soldr --no-cache cargo build -p fbuild-cli -p fbuild-daemon
72+
soldr cargo build -p fbuild-cli -p fbuild-daemon
7573
7674
- name: Add fbuild to PATH
7775
run: echo "${{ github.workspace }}/target/debug" >> $GITHUB_PATH

0 commit comments

Comments
 (0)