Skip to content

Commit f657443

Browse files
committed
Fetch the rustc-dep-of-std branch before rebasing over it.
1 parent 37f5cbb commit f657443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-users.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ jobs:
345345
# Fetch enough to let the bootstrap script find an LLVM revision.
346346
fetch-depth: 2000
347347
# Include the changes needed to support std.
348+
- run: git fetch --depth=1 origin rustc-dep-of-std
348349
- run: git rebase rustc-dep-of-std
349350
# Download a pre-built LLVM instead of building it from source.
350351
- run: cd rust && echo "[llvm]" >> config.toml

0 commit comments

Comments
 (0)