Skip to content

Commit 93b655b

Browse files
committed
TO REVERT: Some tests to make sure that the CI fails
1 parent f4caf7f commit 93b655b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly_cross_rustc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
cat patch.toml >> Cargo.toml
103103
cat patch.toml >> compiler/rustc_codegen_gcc/Cargo.toml
104104
105-
cargo update -p rustix
105+
#cargo update -p rustix
106106
cd compiler/rustc_codegen_gcc/
107-
cargo update -p rustix
107+
#cargo update -p rustix
108108
109109
cd ../..
110110
@@ -126,7 +126,7 @@ jobs:
126126
- name: Smoke test
127127
run: |
128128
sudo chroot vm qemu-${{ matrix.arch.cross_target }}-static /bin/sh -c '/home/stage2/bin/rustc' > output
129-
grep rustc output
129+
grep rustc2 output
130130
131131
# TODO: compile a test program for m68k when the compiler works.
132132
#- name: Compile test program

0 commit comments

Comments
 (0)