Skip to content

Commit fddb7e4

Browse files
committed
set_ci_llvm=true
1 parent 95d3d7e commit fddb7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repro_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
echo "Repo storage available: `df -h .`"
4040
cd ../buildA
4141
SOURCE_DIR=$(dirname $(find . -maxdepth 2 -name x.py))
42-
$SOURCE_DIR/configure --set rust.channel=nightly
42+
$SOURCE_DIR/configure --set rust.channel=nightly --set llvm.download-ci-llvm=true
4343
$SOURCE_DIR/x.py build --stage 1 -j8
4444
4545
- name: Build source 2
4646
run: |
4747
cd ../buildA_extended
4848
SOURCE_DIR=$(dirname $(find . -maxdepth 2 -name x.py))
49-
$SOURCE_DIR/configure --set rust.channel=nightly
49+
$SOURCE_DIR/configure --set rust.channel=nightly --set llvm.download-ci-llvm=true
5050
$SOURCE_DIR/x.py build --stage 1 -j8
5151
5252
- name: Compare builds using git diff

0 commit comments

Comments
 (0)