Skip to content

Commit

Permalink
[FEAT] export flag inside container (#1362)
Browse files Browse the repository at this point in the history
* move jemalloc flag to inside container for redhat installations
  • Loading branch information
samster25 committed Sep 10, 2023
1 parent 0e3754f commit 5d1e2df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
# GCC 4.8.5 in manylinux2014 container doesn't support c11 atomic. This caused issues with the `ring` crate that causes TLS to fail
container: messense/manylinux_2_24-cross:aarch64
args: --profile release-lto --out dist --sdist
env:
JEMALLOC_SYS_WITH_LG_PAGE: 16
before-script-linux: export JEMALLOC_SYS_WITH_LG_PAGE=16

- name: Build wheels - Mac aarch64
if: ${{ (matrix.os == 'macos') && (matrix.compile_arch == 'aarch64') }}
Expand Down

0 comments on commit 5d1e2df

Please sign in to comment.