Skip to content

Commit

Permalink
fix(hydro_deploy): link with system linker for macOS wheels (#1363)
Browse files Browse the repository at this point in the history
fix(hydro_deploy): link with system linker for macOS wheels

LLD doesn't support the options we need yet
  • Loading branch information
shadaj authored Jul 29, 2024
1 parent 749a103 commit 11d430e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
working-directory: hydro_deploy/hydro_cli
target: ${{ matrix.target }}
args: --release --out dist
env:
CARGO_TARGET_X86_64_APPLE_DARWIN_LINKER: clang
- name: "Install built wheel"
run: |
pip install hydro_deploy/hydro_cli/dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
Expand Down

0 comments on commit 11d430e

Please sign in to comment.