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 b74e3a7 commit d21c578Copy full SHA for d21c578
.github/workflows/rust.yml
@@ -48,6 +48,7 @@ jobs:
48
x86_64-unknown-linux-gnu,
49
i686-unknown-linux-gnu,
50
i586-unknown-linux-gnu,
51
+ loongarch64-unknown-linux-gnu,
52
armv7-unknown-linux-gnueabihf,
53
aarch64-unknown-linux-gnu,
54
thumbv6m-none-eabi,
Cross.toml
@@ -0,0 +1,3 @@
1
+# FIXME: Drop this config when cross is updated to support loongarch64-linux-gnu
2
+[target.loongarch64-unknown-linux-gnu]
3
+image = "ghcr.io/cross-rs/loongarch64-unknown-linux-gnu:edge"
ci/run.sh
@@ -9,7 +9,7 @@ case "${TARGET}" in
9
CROSS=0
10
NO_STD=0
11
;;
12
- thumbv6m-none-eabi)
+ thumbv6m-none-eabi|loongarch64-unknown-linux-gnu)
13
CROSS=1
14
NO_STD=1
15
0 commit comments