Skip to content

Commit

Permalink
All platforms get serial builds
Browse files Browse the repository at this point in the history
Does this help with memory and speed?
  • Loading branch information
ianhbell committed Dec 20, 2024
1 parent 6689194 commit 5a99fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
env:
CIBW_ARCHS: auto64
# CIBW_ARCHS_MACOS: "universal2"
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0 CMAKE_BUILD_PARALLEL_LEVEL='1'
CIBW_TEST_COMMAND: python -c "import teqp"
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fconcepts' CMAKE_BUILD_PARALLEL_LEVEL='1'
CIBW_ENVIRONMENT_WINDOW: CMAKE_BUILD_PARALLEL_LEVEL='1'
CIBW_BUILD_VERBOSITY_WINDOWS: 2
CIBW_SKIP: "*pypy* *pp* *cp36* *cp37* *cp38* *musl*"

Expand Down

0 comments on commit 5a99fde

Please sign in to comment.