mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Try -C code-model=large
This commit is contained in:
parent
7a9d9fb9af
commit
7c8906762c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
|
@ -305,7 +305,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
args: --release --locked --out dist --features self-update -- -C link-args=-Wl,--no-keep-memory -C link-args=-Wl,--reduce-memory-overheads
|
args: --release --locked --out dist --features self-update -- -C code-model=large -C link-args=-Wl,--no-keep-memory -C link-args=-Wl,--reduce-memory-overheads
|
||||||
# See: https://github.com/sfackler/rust-openssl/issues/2036#issuecomment-1724324145
|
# See: https://github.com/sfackler/rust-openssl/issues/2036#issuecomment-1724324145
|
||||||
before-script-linux: |
|
before-script-linux: |
|
||||||
# If we're running on rhel centos, install needed packages.
|
# If we're running on rhel centos, install needed packages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue