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 37f5cbb commit f657443Copy full SHA for f657443
.github/workflows/test-users.yml
@@ -345,6 +345,7 @@ jobs:
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 fetch --depth=1 origin rustc-dep-of-std
349
- run: git rebase rustc-dep-of-std
350
# Download a pre-built LLVM instead of building it from source.
351
- run: cd rust && echo "[llvm]" >> config.toml
0 commit comments