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]
|
[build-system]
|
||||||
requires = [
|
requires = ['wheel', 'setuptools', 'Cython', 'setuptools_scm[toml]']
|
||||||
'wheel',
|
|
||||||
'setuptools',
|
|
||||||
'Cython',
|
|
||||||
'setuptools_scm[toml]',
|
|
||||||
]
|
|
||||||
build-backend = 'setuptools.build_meta'
|
build-backend = 'setuptools.build_meta'
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
|
@ -25,7 +20,7 @@ before-test = "brew install libsndfile"
|
||||||
|
|
||||||
[[tool.cibuildwheel.overrides]]
|
[[tool.cibuildwheel.overrides]]
|
||||||
select = '*-musllinux*'
|
select = '*-musllinux*'
|
||||||
before-test = "apk add libsndfile"
|
before-test = ['apk add libsndfile', 'find / | grep libsndfile']
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
minversion = '6.0'
|
minversion = '6.0'
|
||||||
|
|
Loading…
Reference in a new issue