File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 21
21
EOF
22
22
23
23
- name : Prepare dependencies
24
- run : |
25
- git config --global user.email "user@example.com"
26
- git config --global user.name "User"
27
- ./y.rs prepare
24
+ run : ./y.rs prepare
28
25
29
26
- name : Patch Cranelift
30
27
run : |
Original file line number Diff line number Diff line change 24
24
EOF
25
25
26
26
- name : Prepare dependencies
27
- run : |
28
- git config --global user.email "user@example.com"
29
- git config --global user.name "User"
30
- ./y.rs prepare
27
+ run : ./y.rs prepare
31
28
32
29
- name : Test
33
30
run : ./scripts/test_bootstrap.sh
51
48
EOF
52
49
53
50
- name : Prepare dependencies
54
- run : |
55
- git config --global user.email "user@example.com"
56
- git config --global user.name "User"
57
- ./y.rs prepare
51
+ run : ./y.rs prepare
58
52
59
53
- name : Test
60
54
run : ./scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ git fetch
10
10
git checkout -- .
11
11
git checkout " $( rustc -V | cut -d' ' -f3 | tr -d ' (' ) "
12
12
13
- git am ../patches/* -sysroot-* .patch
13
+ git -c user.name=Dummy -c user.email=dummy@example.com am ../patches/* -sysroot-* .patch
14
14
15
15
git apply - << EOF
16
16
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
You can’t perform that action at this time.
0 commit comments