Skip to content

Commit e7158e9

Browse files
committed
ci: Fix the binary size workflow
From the bootstrap error: thread 'main' panicked at src/bootstrap/src/core/config/config.rs:3283:21: `llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead. So do that.
1 parent 9d2c34e commit e7158e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
PR_SOURCE_REPO: ${{ github.event.pull_request.head.repo.full_name }}
6363
run: |
6464
# Bootstrap config
65-
cat <<EOF > config.toml
65+
cat <<EOF > bootstrap.toml
6666
change-id = 9999999
6767
[llvm]
68-
download-ci-llvm = true
68+
download-ci-llvm = "if-unchanged"
6969
[rust]
7070
incremental = false
7171
EOF

0 commit comments

Comments
 (0)