We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4caf7f commit 93b655bCopy full SHA for 93b655b
1 file changed
.github/workflows/nightly_cross_rustc.yml
@@ -102,9 +102,9 @@ jobs:
102
cat patch.toml >> Cargo.toml
103
cat patch.toml >> compiler/rustc_codegen_gcc/Cargo.toml
104
105
- cargo update -p rustix
+ #cargo update -p rustix
106
cd compiler/rustc_codegen_gcc/
107
108
109
cd ../..
110
@@ -126,7 +126,7 @@ jobs:
126
- name: Smoke test
127
run: |
128
sudo chroot vm qemu-${{ matrix.arch.cross_target }}-static /bin/sh -c '/home/stage2/bin/rustc' > output
129
- grep rustc output
+ grep rustc2 output
130
131
# TODO: compile a test program for m68k when the compiler works.
132
#- name: Compile test program
0 commit comments