We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ccdd commit 057ba00Copy full SHA for 057ba00
1 file changed
pyproject.toml
@@ -46,6 +46,8 @@ local_scheme = "no-local-version"
46
47
[tool.cibuildwheel]
48
archs = ["native"]
49
+# Pass LLVM_VERSION from the host environment to cibuildwheel.
50
+environment-pass = ["LLVM_VERSION"]
51
# We use miniconda3 to get the clang/llvm toolchain on Linux.
52
before-all = ["bash buildscripts/cibuildwheel/setup-miniconda3.sh"]
53
before-build = ["rm -rf build dist src/*.egg-info"]
@@ -64,7 +66,6 @@ before-all = [
64
66
]
65
67
68
[tool.cibuildwheel.environment]
-LLVM_VERSION = "${LLVM_VERSION}"
69
LLVM_DIR = "_stage/miniconda3/envs/llvmdev-${LLVM_VERSION}"
70
CLANG_TOOL = "_stage/miniconda3/envs/clang-${LLVM_VERSION}/bin/clang"
71
USE_CXX11_ABI = "1"
0 commit comments