Skip to content

Commit 1ea66a7

Browse files
committed
ci: drop musl precompiled binaries
1 parent f8f788a commit 1ea66a7

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Cross.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ pre-build = [
1616
"apt-get update && apt-get install -y zlib1g-dev:$CROSS_DEB_ARCH",
1717
]
1818

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-
3719
[target.x86_64-apple-darwin]
3820
# Additional commands to run prior to building the package.
3921
# These override the commands present in `[build]`: they

install/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ NO_COLOR="$(tput sgr0 2>/dev/null || printf '')"
1515
PROJECT="lrge"
1616
GH_USER="mbhall88"
1717

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 \
2019
aarch64-apple-darwin x86_64-apple-darwin"
2120

2221
info() {

0 commit comments

Comments
 (0)