Skip to content

Commit

Permalink
Disable musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Dec 27, 2023
1 parent efa8b65 commit 9f548f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }}
path: wheelhouse/*.whl
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all:


wheel: clean
wheel: cache-clean clean
CIBW_BUILD=cp38*x86_64 CIBW_BUILD_VERBOSITY=10 CIBW_SKIP="*musllinux*" cibuildwheel --platform linux

install:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ before-build = ["pip install auditwheel --upgrade", "pip install numpy", "pip in
before-all = ["yum install -y lapack-static boost169-static blas-static python3-devel.x86_64"]

repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} && ./scripts/fix_wheel.sh {dest_dir}"
build-verbosity = 2
skip = "*-musllinux_*"

# [tool.py-build-cmake.sdist]
# include = ["dakota/*", "CMakeLists.txt", "LICENSE.txt"]
Expand Down

0 comments on commit 9f548f8

Please sign in to comment.