Skip to content

Commit 37f5cbb

Browse files
committed
When building std, use the rustc-dep-of-std branch.
1 parent 6059067 commit 37f5cbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-users.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ jobs:
344344
ref: rustix
345345
# Fetch enough to let the bootstrap script find an LLVM revision.
346346
fetch-depth: 2000
347+
# Include the changes needed to support std.
348+
- run: git rebase rustc-dep-of-std
347349
# Download a pre-built LLVM instead of building it from source.
348350
- run: cd rust && echo "[llvm]" >> config.toml
349351
- run: cd rust && echo "download-ci-llvm = true" >> config.toml

0 commit comments

Comments
 (0)