File tree 4 files changed +5
-11
lines changed
4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 54
54
run : curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-13.deb
55
55
56
56
- name : Download VM artifact
57
- uses : dawidd6/action-download-artifact@v2
58
- with :
59
- workflow : m68k.yml
60
- name : debian-m68k
61
- repo : cross-cg-gcc-tools/vms
62
- branch : master
63
- event : push
57
+ run : curl -LO https://github.com/cross-cg-gcc-tools/vms/releases/latest/download/debian-m68k.img
64
58
65
59
- name : Setup path to libgccjit
66
60
run : |
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ jobs:
89
89
- name : Run stdarch tests
90
90
if : ${{ !matrix.cargo_runner }}
91
91
run : |
92
- CHANNEL=release TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml
92
+ CHANNEL=release TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml
93
93
94
94
- name : Run stdarch tests
95
95
if : ${{ matrix.cargo_runner }}
96
96
run : |
97
97
# FIXME: these tests fail when the sysroot is compiled with LTO because of a missing symbol in proc-macro.
98
- STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a
98
+ STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hello_world"
3
3
4
- [dependencies ]
4
+ [dependencies ]
Original file line number Diff line number Diff line change 1
1
fn main ( ) {
2
2
println ! ( "Hello, world!" ) ;
3
- }
3
+ }
You can’t perform that action at this time.
0 commit comments