Skip to content

Commit

Permalink
Try +crt-static
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 11, 2024
1 parent 54f6618 commit 3842d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ jobs:
# see https://github.com/astral-sh/uv/issues/6528
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
toolchain: nightly
maturin_args: -Crelocation-model=pic -Clink-args=-Wl,-z,notext -Ccode-model=large
maturin_args: -Ctarget-feature=+crt-static
fail-fast: false

steps:
Expand Down

0 comments on commit 3842d88

Please sign in to comment.