Skip to content

Commit

Permalink
ci: drop musl precompiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 25, 2024
1 parent f8f788a commit 1ea66a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ pre-build = [
"apt-get update && apt-get install -y zlib1g-dev:$CROSS_DEB_ARCH",
]

[target.aarch64-unknown-linux-musl]
# Additional commands to run prior to building the package.
# These override the commands present in `[build]`: they
# will not merge.
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install -y musl-tools musl-dev zlib1g-dev:$CROSS_DEB_ARCH",
]

[target.x86_64-unknown-linux-musl]
# Additional commands to run prior to building the package.
# These override the commands present in `[build]`: they
# will not merge.
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install -y musl-tools musl-dev zlib1g-dev:$CROSS_DEB_ARCH",
]

[target.x86_64-apple-darwin]
# Additional commands to run prior to building the package.
# These override the commands present in `[build]`: they
Expand Down
3 changes: 1 addition & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ NO_COLOR="$(tput sgr0 2>/dev/null || printf '')"
PROJECT="lrge"
GH_USER="mbhall88"

SUPPORTED_TARGETS="x86_64-unknown-linux-musl x86_64-unknown-linux-gnu \
aarch64-unknown-linux-musl i686-unknown-linux-musl \
SUPPORTED_TARGETS="x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu \
aarch64-apple-darwin x86_64-apple-darwin"

info() {
Expand Down

0 comments on commit 1ea66a7

Please sign in to comment.