You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
94
-
# FIXME: since https://github.com/rust-lang/rust/pull/140809, we cannot run programs for architectures not
95
-
# supported by the object crate, since this adds a dependency on symbols.o for the panic runtime.
96
-
# And as such, a wrong order of the object files in the linker command now fails with an undefined reference
97
-
# to some symbols like __rustc::rust_panic.
98
-
#CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
94
+
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
99
95
./y.sh clean all
100
96
101
97
- name: Prepare dependencies
@@ -104,23 +100,21 @@ jobs:
104
100
git config --global user.name "User"
105
101
./y.sh prepare --cross
106
102
107
-
# FIXME: We cannot run programs for architectures not supported by the object crate. See comment above.
0 commit comments