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:
82
82
- name : Build sample project with target defined as JSON spec
83
83
run : |
84
84
./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 --features compiler-builtins- no-f16-f128 --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
86
86
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
87
87
./y.sh clean all
88
88
89
89
- name : Build
90
90
run : |
91
91
./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 --features compiler-builtins- no-f16-f128 --target-triple m68k-unknown-linux-gnu
93
93
./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
94
94
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
95
95
./y.sh clean all
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Run tests
104
104
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 --sysroot-features compiler-builtins- no-f16-f128 ${{ matrix.commands }}
106
106
107
107
- name : Run Hello World!
108
108
run : |
You can’t perform that action at this time.
0 commit comments