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 4657dde commit a872031Copy full SHA for a872031
1 file changed
.github/workflows/repro_check.yml
@@ -31,9 +31,6 @@ jobs:
31
# Find source directory
32
SOURCE_DIR="./rust"
33
34
- # FIXME: Setting channel to nightly because only nightly builds succeed on CI
35
- $SOURCE_DIR/configure --set rust.channel=nightly
36
-
37
# Build rust till stage 2
38
$SOURCE_DIR/x.py build --stage 2
39
0 commit comments