Trying to debug musllinux image not detecting the libsndfile library.
This commit is contained in:
parent
c5c32ab5fd
commit
182ac825de
1 changed files with 2 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
'wheel',
|
||||
'setuptools',
|
||||
'Cython',
|
||||
'setuptools_scm[toml]',
|
||||
]
|
||||
requires = ['wheel', 'setuptools', 'Cython', 'setuptools_scm[toml]']
|
||||
build-backend = 'setuptools.build_meta'
|
||||
|
||||
[tool.cibuildwheel]
|
||||
|
@ -25,7 +20,7 @@ before-test = "brew install libsndfile"
|
|||
|
||||
[[tool.cibuildwheel.overrides]]
|
||||
select = '*-musllinux*'
|
||||
before-test = "apk add libsndfile"
|
||||
before-test = ['apk add libsndfile', 'find / | grep libsndfile']
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
minversion = '6.0'
|
||||
|
|
Loading…
Reference in a new issue