File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ jobs:
85
85
- name : Build sample project with target defined as JSON spec
86
86
run : |
87
87
./y.sh prepare --only-libcore --cross
88
- ./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
88
+ ./y.sh build --sysroot --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
89
89
./y.sh cargo build --manifest-path=./tests/hello-world/Cargo.toml --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
90
90
./y.sh clean all
91
91
92
92
- name : Build
93
93
run : |
94
94
./y.sh prepare --only-libcore --cross
95
- ./y.sh build --sysroot --features compiler_builtins/no-f16-f128 -- target-triple m68k-unknown-linux-gnu
95
+ ./y.sh build --sysroot --target-triple m68k-unknown-linux-gnu
96
96
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu cargo test
97
97
./y.sh clean all
98
98
@@ -107,4 +107,4 @@ jobs:
107
107
108
108
- name : Run tests
109
109
run : |
110
- ./y.sh test --release --clean --build-sysroot --sysroot-features compiler_builtins/no-f16-f128 ${{ matrix.commands }}
110
+ ./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
You can’t perform that action at this time.
0 commit comments