Commit ddf24d6 1 parent 15056f5 commit ddf24d6 Copy full SHA for ddf24d6
File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,13 @@ ryul = "run --package solar-compiler --bin solar -- --language yul -Zparse-yul"
6
6
bless = " xtask test --bless"
7
7
uitest = " xtask test ui"
8
8
uibless = " xtask test ui --bless"
9
+
10
+ # Required for `dist` to work with linux arm targets: https://github.com/axodotdev/cargo-dist/issues/74#issuecomment-2053680080
11
+ [env ]
12
+ CC_aarch64_unknown_linux_musl = " aarch64-linux-gnu-gcc"
13
+
14
+ [target .aarch64-unknown-linux-gnu ]
15
+ linker = " aarch64-linux-gnu-gcc"
16
+
17
+ [target .aarch64-unknown-linux-musl ]
18
+ linker = " aarch64-linux-gnu-gcc"
Original file line number Diff line number Diff line change @@ -39,3 +39,9 @@ github-release = "announce"
39
39
install-updater = false
40
40
# Path that installers should place binaries in
41
41
install-path = " CARGO_HOME"
42
+
43
+ [dist .dependencies .apt ]
44
+ gcc-aarch64-linux-gnu = { version = ' *' , targets = [
45
+ " aarch64-unknown-linux-gnu" ,
46
+ " aarch64-unknown-linux-musl" ,
47
+ ] }
You can’t perform that action at this time.
0 commit comments