Skip to content

Commit d3e64d3

Browse files
committed
macos: don't set -no_uuid for build scripts
1 parent f92d9c7 commit d3e64d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
CARGO_PROFILE_DEV_SPLIT_DEBUGINFO: packed
106106
CARGO_PROFILE_TEST_SPLIT_DEBUGINFO: packed
107107
# Test that, on macOS, binaries with no UUID work
108-
- run: cargo clean && cargo test
108+
- run: cargo clean && cargo test --target $(rustc --print host-tuple)
109109
if: matrix.os == 'macos-latest'
110110
env:
111111
RUSTFLAGS: "-C link-arg=-Wl,-no_uuid"

0 commit comments

Comments
 (0)