Skip to content

Commit

Permalink
Verify clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent 182f242 commit af8fca4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ xsuite_kernels = [
]

[tool.cibuildwheel]
before-all = "uname -a && arch"
before-all = [
"uname -a",
"arch",
"clang --version",
]
build-frontend = "build"
build-verbosity = 1

[tool.cibuildwheel.macos]
environment = 'ARCHFLAGS="-arch arm64"'

0 comments on commit af8fca4

Please sign in to comment.