We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d3d7e commit fddb7e4Copy full SHA for fddb7e4
.github/workflows/repro_check.yml
@@ -39,14 +39,14 @@ jobs:
39
echo "Repo storage available: `df -h .`"
40
cd ../buildA
41
SOURCE_DIR=$(dirname $(find . -maxdepth 2 -name x.py))
42
- $SOURCE_DIR/configure --set rust.channel=nightly
+ $SOURCE_DIR/configure --set rust.channel=nightly --set llvm.download-ci-llvm=true
43
$SOURCE_DIR/x.py build --stage 1 -j8
44
45
- name: Build source 2
46
run: |
47
cd ../buildA_extended
48
49
50
51
52
- name: Compare builds using git diff
0 commit comments