Skip to content

Commit

Permalink
only test linux python build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 12, 2024
1 parent 4d5afbd commit 71cb12d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ archs = ["AMD64"]

[tool.cibuildwheel.linux]
archs = ["x86_64"]
before-build = [
before-all = [
"pip install conan==2.6.0",
"conan config install default",
"conan profile update settings.compiler.libcxx=libstdc++11 default",
"conan profile detect",
"conan profile update settings.compiler.libcxx=libstdc++11 default"
]

before-build = [
"rm -f {project}/CMakeUserPresets.json",
"pip install auditwheel==6.0.0"
]
Expand Down

0 comments on commit 71cb12d

Please sign in to comment.