We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec79b8 commit 3021598Copy full SHA for 3021598
.github/workflows/m68k.yml
@@ -109,8 +109,8 @@ jobs:
109
./y.sh build --target-triple m68k-unknown-linux-gnu
110
111
cd tests/hello-world
112
- ../../y.sh cargo build --target m68k-unknown-linux-gnu
113
- ../../y.sh cargo run --target m68k-unknown-linux-gnu > hello_world_stdout
+ CG_RUSTFLAGS="-Clinker=m68k-unknown-linux-gnu-gcc" ../../y.sh cargo build --target m68k-unknown-linux-gnu
+ CG_RUSTFLAGS="-Clinker=m68k-unknown-linux-gnu-gcc" ../../y.sh cargo run --target m68k-unknown-linux-gnu > hello_world_stdout
114
test $(cat hello_world_stdout) == "Hello, world!" || exit 1
115
116
# Summary job for the merge queue.
0 commit comments