File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 5454 run : curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-13.deb
5555
5656 - 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
6458
6559 - name : Setup path to libgccjit
6660 run : |
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ jobs:
8989 - name : Run stdarch tests
9090 if : ${{ !matrix.cargo_runner }}
9191 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
9393
9494 - name : Run stdarch tests
9595 if : ${{ matrix.cargo_runner }}
9696 run : |
9797 # 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 11[package ]
22name = " hello_world"
33
4- [dependencies ]
4+ [dependencies ]
Original file line number Diff line number Diff line change 11fn main ( ) {
22 println ! ( "Hello, world!" ) ;
3- }
3+ }
You can’t perform that action at this time.
0 commit comments