Skip to content

Commit

Permalink
build: use jemalloc in lts-cpu (#15913)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Apr 26, 2024
1 parent 99e3399 commit 61a6c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
if: matrix.architecture == 'x86-64'
env:
FEATURES: ${{ steps.features.outputs.features }}
CFG: ${{ matrix.package == 'polars-lts-cpu' && '--cfg use_mimalloc' || '' }}
run: echo "RUSTFLAGS=-C target-feature=${{ steps.features.outputs.features }} $CFG" >> $GITHUB_ENV

- name: Set variables in CPU check module
Expand Down

0 comments on commit 61a6c19

Please sign in to comment.