aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-16 02:06:22 +0000
committerGitHub <[email protected]>2023-09-16 02:06:22 +0000
commit80d7193b5b7442fb7a9cee00a5a51300778acdcd (patch)
tree6eaa13745fc8df757e07c9c4e749aa7343a7f206 /.github/ci/build.sh
parentf27620cc0b7a50c0ba5e93c96a6a88be252af286 (diff)
parent8315cf064eab133006e1397819b50f072fec6398 (diff)
Merge pull request #1911 from embassy-rs/stm32wba
stm32: add stm32wba support.
Diffstat (limited to '.github/ci/build.sh')
-rwxr-xr-x.github/ci/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh
index 36bf7e7dc..78ab976df 100755
--- a/.github/ci/build.sh
+++ b/.github/ci/build.sh
@@ -14,6 +14,10 @@ if [ -f /ci/secrets/teleprobe-token.txt ]; then
14 export TELEPROBE_CACHE=/ci/cache/teleprobe_cache.json 14 export TELEPROBE_CACHE=/ci/cache/teleprobe_cache.json
15fi 15fi
16 16
17# needed for "dumb HTTP" transport support
18# used when pointing stm32-metapac to a CI-built one.
19export CARGO_NET_GIT_FETCH_WITH_CLI=true
20
17hashtime restore /ci/cache/filetime.json || true 21hashtime restore /ci/cache/filetime.json || true
18hashtime save /ci/cache/filetime.json 22hashtime save /ci/cache/filetime.json
19 23