File tree 2 files changed +1
-20
lines changed 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,6 @@ pre-build = [
16
16
" apt-get update && apt-get install -y zlib1g-dev:$CROSS_DEB_ARCH" ,
17
17
]
18
18
19
- [target .aarch64-unknown-linux-musl ]
20
- # Additional commands to run prior to building the package.
21
- # These override the commands present in `[build]`: they
22
- # will not merge.
23
- pre-build = [
24
- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
25
- " apt-get update && apt-get install -y musl-tools musl-dev zlib1g-dev:$CROSS_DEB_ARCH" ,
26
- ]
27
-
28
- [target .x86_64-unknown-linux-musl ]
29
- # Additional commands to run prior to building the package.
30
- # These override the commands present in `[build]`: they
31
- # will not merge.
32
- pre-build = [
33
- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
34
- " apt-get update && apt-get install -y musl-tools musl-dev zlib1g-dev:$CROSS_DEB_ARCH" ,
35
- ]
36
-
37
19
[target .x86_64-apple-darwin ]
38
20
# Additional commands to run prior to building the package.
39
21
# These override the commands present in `[build]`: they
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ NO_COLOR="$(tput sgr0 2>/dev/null || printf '')"
15
15
PROJECT=" lrge"
16
16
GH_USER=" mbhall88"
17
17
18
- SUPPORTED_TARGETS=" x86_64-unknown-linux-musl x86_64-unknown-linux-gnu \
19
- aarch64-unknown-linux-musl i686-unknown-linux-musl \
18
+ SUPPORTED_TARGETS=" x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu \
20
19
aarch64-apple-darwin x86_64-apple-darwin"
21
20
22
21
info () {
You can’t perform that action at this time.
0 commit comments