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 6059067 commit 37f5cbbCopy full SHA for 37f5cbb
.github/workflows/test-users.yml
@@ -344,6 +344,8 @@ jobs:
344
ref: rustix
345
# Fetch enough to let the bootstrap script find an LLVM revision.
346
fetch-depth: 2000
347
+ # Include the changes needed to support std.
348
+ - run: git rebase rustc-dep-of-std
349
# Download a pre-built LLVM instead of building it from source.
350
- run: cd rust && echo "[llvm]" >> config.toml
351
- run: cd rust && echo "download-ci-llvm = true" >> config.toml
0 commit comments