File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ jobs:
8282 - name : Build sample project with target defined as JSON spec
8383 run : |
8484 ./y.sh prepare --only-libcore --cross
85- ./y.sh build --sysroot --features compiler-builtins-no-f16-f128 -- target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
85+ ./y.sh build --sysroot --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
8686 CG_RUSTFLAGS="-Clinker=m68k-unknown-linux-gnu-gcc" ./y.sh cargo build --manifest-path=./tests/hello-world/Cargo.toml --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
8787 ./y.sh clean all
8888
8989 - name : Build
9090 run : |
9191 ./y.sh prepare --only-libcore --cross
92- ./y.sh build --sysroot --features compiler-builtins-no-f16-f128 -- target-triple m68k-unknown-linux-gnu
92+ ./y.sh build --sysroot --target-triple m68k-unknown-linux-gnu
9393 ./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
9494 CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
9595 ./y.sh clean all
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Run tests
104104 run : |
105- ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-features compiler-builtins-no-f16-f128 ${{ matrix.commands }}
105+ ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot ${{ matrix.commands }}
106106
107107 - name : Run Hello World!
108108 run : |
You can’t perform that action at this time.
0 commit comments