Skip to content

Commit

Permalink
Merge pull request #4911 from yut23/build/fix_linux_wheel_build
Browse files Browse the repository at this point in the history
BLD: fix segfault with manylinux2014
  • Loading branch information
neutrinoceros committed May 23, 2024
2 parents 5ba4664 + 2068504 commit 16370cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
CIBW_ARCHS_MACOS: auto
MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently
CIBW_ARCHS_WINDOWS: auto64
CIBW_ENVIRONMENT: "LDFLAGS='-static-libstdc++'"
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_SKIP: "*-manylinux*" # https://github.com/yt-project/yt/issues/4910
CIBW_TEST_COMMAND: python -c "import yt"

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 16370cc

Please sign in to comment.