File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6363 - name : Set env
6464 run : |
6565 echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
66-
67-
6866
6967 # - name: Cache rust repository
7068 # # We only clone the rust repository for rustc tests
8583 run : |
8684 ./y.sh prepare --only-libcore --cross
8785 ./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 cargo build --manifest-path=./tests/hello-world/Cargo.toml --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
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
8987 ./y.sh clean all
9088
9189 - name : Build
You can’t perform that action at this time.
0 commit comments