Skip to content

Commit 8ad2ebc

Browse files
authored
Modify CIBW_ENVIRONMENT for build settings
Update environment variables for cibuildwheel configuration.
1 parent 289643a commit 8ad2ebc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# of RAM and OOMs while building if we give it the default number of
7373
# workers (2 * NUM_CPUs).
7474
export CIBW_ENVIRONMENT="MAX_JOBS=4 \
75+
TRITON_EXT_ENABLED \
7576
TRITON_BUILD_WITH_CLANG_LLD=1"
7677
7778
# required to build Python 3.14 with cibuildwheel 2.23.3

0 commit comments

Comments
 (0)