File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ rustflags = ["-Ctarget-feature=+crt-static"]
9
9
[target.x86_64-pc-windows-msvc]
10
10
rustflags = ["-Ctarget-feature=+crt-static"]
11
11
12
- [target.aarch64-unknown-linux-gnu]
13
- rustflags = ["-Ctarget-feature=+crt-static"]
14
-
15
- [target.armv7-unknown-linux-gnueabihf]
16
- rustflags = ["-Ctarget-feature=+crt-static"]
17
-
18
- [target.x86_64-unknown-linux-gnu]
19
- rustflags = ["-Ctarget-feature=+crt-static"]
12
+ # Doesn't work for now because of: https://github.com/rust-lang/rust/issues/78210
13
+ # TODO-medium Try again later. Not urgent.
14
+ #[target.aarch64-unknown-linux-gnu]
15
+ #rustflags = ["-Ctarget-feature=+crt-static"]
16
+ #
17
+ #[target.armv7-unknown-linux-gnueabihf]
18
+ #rustflags = ["-Ctarget-feature=+crt-static"]
19
+ #
20
+ #[target.x86_64-unknown-linux-gnu]
21
+ #rustflags = ["-Ctarget-feature=+crt-static"]
You can’t perform that action at this time.
0 commit comments