diff --git a/Cross.toml b/Cross.toml index 8e09700..5229850 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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 diff --git a/install/install.sh b/install/install.sh index 71645fc..fc12047 100644 --- a/install/install.sh +++ b/install/install.sh @@ -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() {