Skip to content

Commit 4eeca63

Browse files
committed
debugging
1 parent a3c53ad commit 4eeca63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-users.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ jobs:
927927
steps:
928928
- uses: actions/checkout@v2
929929
with:
930-
# Fetch everything to allow to rebase with rustc-dep-of-std.
930+
# Fetch everything to get rebase with rustc-dep-of-std.
931931
fetch-depth: 0
932932
- uses: ./.github/actions/install-rust
933933
with:
@@ -940,6 +940,9 @@ jobs:
940940
submodules: true
941941
# Fetch at least 200 to let the bootstrap script find an LLVM revision.
942942
fetch-depth: 200
943+
# Hack to get git rebase to work.
944+
- run: git config --global user.email "you@example.com"
945+
- run: git config --global user.name "Your Name"
943946
# Include the changes needed to support std.
944947
- run: git rebase origin/rustc-dep-of-std
945948
# Download a pre-built LLVM instead of building it from source.

0 commit comments

Comments
 (0)