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 # FIXME: since https://github.com/rust-lang/rust/pull/140809, we cannot run programs for architectures not
9595 # supported by the object crate, since this adds a dependency on symbols.o for the panic runtime.
@@ -107,7 +107,7 @@ jobs:
107107 # FIXME: We cannot run programs for architectures not supported by the object crate. See comment above.
108108 # - name: Run tests
109109 # run: |
110- # ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-features compiler-builtins-no-f16-f128 ${{ matrix.commands }}
110+ # ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot ${{ matrix.commands }}
111111
112112 # FIXME: We cannot run programs for architectures not supported by the object crate. See comment above.
113113 # - name: Run Hello World!
You can’t perform that action at this time.
0 commit comments