Skip to content

Commit

Permalink
remove rm
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Nov 20, 2024
1 parent b1ec576 commit 90ab42d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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"]
2 changes: 0 additions & 2 deletions build-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions build-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90ab42d

Please sign in to comment.