diff --git a/.cargo/config.toml b/.cargo/config.toml index 03b1f13..61ea052 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ -[build] -target = "x86_64-unknown-linux-musl" +# [build] +# target = "x86_64-unknown-linux-musl" -[target.'cfg(target_os = "linux")'] -rustflags = ["-C", "target-feature=+crt-static"] +# [target.'cfg(target_os = "linux")'] +# rustflags = ["-C", "target-feature=+crt-static"] diff --git a/build-amd64.sh b/build-amd64.sh index 19cc879..68dcce9 100644 --- a/build-amd64.sh +++ b/build-amd64.sh @@ -6,8 +6,6 @@ set -e cd /code -rm -rf .cargo - rustup target add x86_64-unknown-linux-musl cargo build --release --target x86_64-unknown-linux-musl \ No newline at end of file diff --git a/build-arm64.sh b/build-arm64.sh index 12574c6..d0f32b3 100644 --- a/build-arm64.sh +++ b/build-arm64.sh @@ -6,8 +6,6 @@ set -e cd /code -rm -rf .cargo - rustup target add aarch64-unknown-linux-musl cargo build --release --target aarch64-unknown-linux-musl \ No newline at end of file