Skip to content

Commit

Permalink
don't sign rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 3, 2024
1 parent f331c71 commit bfd494a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,20 @@ if [[ $HOST_TRIPLE == *apple-darwin* ]]; then
LLVM_BIN="./deploy/llvm/bin"
RUST_BIN="./deploy/rust/bin"
RUST_LIB="./deploy/rust/lib"
RUST_LIB_BIN="$RUST_LIB/rustlib/aarch64-apple-darwin/bin"
# RUST_LIB_BIN="$RUST_LIB/rustlib/aarch64-apple-darwin/bin"

../scripts/sign.sh \
"$LLVM_BIN/llvm-objdump" \
"$LLVM_BIN/llvm-ar" \
"$LLVM_BIN/llvm-readobj" \
"$LLVM_BIN/llvm-objcopy" \
"$RUST_BIN/rustc" \
"$RUST_BIN/rustdoc" \
"$RUST_BIN/cargo" \
"$RUST_LIB/librustc_driver-b4e91886a4c059a0.dylib" \
"$RUST_LIB/libstd-6eff127b55c063c2.dylib" \
"$RUST_LIB_BIN/rust-lld"
"$RUST_BIN/cargo"
# Not signin rustc duo to failed cargo build:
# "$RUST_BIN/rustc"
# "$RUST_LIB/librustc_driver-b4e91886a4c059a0.dylib"
# "$RUST_LIB/libstd-6eff127b55c063c2.dylib"
# "$RUST_LIB_BIN/rustd-lld"
fi

# Check the Rust binaries
Expand Down

0 comments on commit bfd494a

Please sign in to comment.