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 63
63
- name : Set env
64
64
run : |
65
65
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
66
-
67
-
68
66
69
67
# - name: Cache rust repository
70
68
# # We only clone the rust repository for rustc tests
85
83
run : |
86
84
./y.sh prepare --only-libcore --cross
87
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
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
89
87
./y.sh clean all
90
88
91
89
- name : Build
You can’t perform that action at this time.
0 commit comments