Skip to content

Commit

Permalink
remove test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 3, 2024
1 parent 445ae4b commit 40d8f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build Tools
on:
push:
branches:
- oz/ci # TODO: remove this
- main
tags: ['*']
workflow_dispatch:
Expand Down
3 changes: 1 addition & 2 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ if [[ $HOST_TRIPLE == *apple-darwin* ]]; then
"$RUST_LIB/librustc_driver-b4e91886a4c059a0.dylib" \
"$RUST_LIB/libstd-6eff127b55c063c2.dylib" \
"$RUST_LIB_BIN/rustd-lld"
# Not signin rustc duo to failed cargo build:
# "$RUST_BIN/rustc"
# "$RUST_BIN/rustc" # Not signing 'rustc' duo to failing cargo build
fi

# Check the Rust binaries
Expand Down

0 comments on commit 40d8f2f

Please sign in to comment.