Skip to content

Commit f68bef3

Browse files
Build without linking to homebrew libs (#128)
Using the `cargo-native-static` build option will force `openssl-sys`
1 parent ed6a7c8 commit f68bef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rust-aarch64-apple-darwin-self-hosted-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
submodules: true
7272
- name: Prepare build
7373
run: |
74-
arch -arm64 python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --enable-extended --tools=clippy,cargo,rustfmt --dist-compression-formats='xz' --set rust.jemalloc
74+
arch -arm64 python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt --dist-compression-formats='xz' --set rust.jemalloc
7575
- name: Build with x.py - dist packages - with cached LLVM
7676
run: arch -arm64 python3 x.py dist --stage 2 || echo "silence pkg build error"
7777
- name: Upload Release Asset

0 commit comments

Comments
 (0)