Skip to content

Commit

Permalink
DISABLE github action UNREACHABLE_PUB option
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Oct 5, 2024
1 parent 5c8ba2a commit 3b4b2ec
Show file tree
Hide file tree
Showing 2 changed files with 1,007 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -W unreachable-pub"
RUSTFLAGS: "-D warnings -A unreachable-pub"
RUSTUP_MAX_RETRIES: 10
FETCH_DEPTH: 0
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
Expand All @@ -32,10 +32,10 @@ jobs:
target: x86_64-pc-windows-msvc
artifact_name: core-to-core-latency.exe
asset_name: core-to-core-latency-windows-amd64.exe
# - os: macos-latest
# target: x86_64-apple-darwin
# artifact_name: core-to-core-latency
# asset_name: core-to-core-latency-macos-amd64
- os: macos-latest
target: x86_64-apple-darwin
artifact_name: core-to-core-latency
asset_name: core-to-core-latency-macos-amd64
# - os: macos-latest
# target: aarch64-apple-darwin
# artifact_name: core-to-core-latency
Expand Down
Loading

0 comments on commit 3b4b2ec

Please sign in to comment.