Skip to content

Commit 4fbe0bf

Browse files
[#1401] Properly forward CONAN_ARGS to cibuildwheel build container
1 parent d6b78aa commit 4fbe0bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ repair-wheel-command = [
100100
]
101101
manylinux-x86_64-image = "manylinux_2_28"
102102
manylinux-aarch64-image = "manylinux_2_28"
103+
# cibuildwheel runs Linux builds inside a manylinux container so host env vars
104+
# that toggles MuJoCo/OpNav aren't visible to the build unless explicitly
105+
# forwarded.
106+
environment-pass = ["CONAN_ARGS", "CMAKE_C_COMPILER_LAUNCHER", "CMAKE_CXX_COMPILER_LAUNCHER"]
103107

104108
[tool.pytest.ini_options]
105109
markers = [

0 commit comments

Comments
 (0)