File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 --preset mamba-unix-shared-${{ inputs.build_type }} \
4141 -D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
4242 -D CMAKE_C_COMPILER_LAUNCHER=sccache \
43- -D MAMBA_WARNING_AS_ERROR=ON \
43+ -D MAMBA_WARNING_AS_ERROR=OFF \
4444 -D BUILD_LIBMAMBAPY=OFF \
4545 -D ENABLE_MAMBA_ROOT_PREFIX_FALLBACK=OFF
4646 cmake --build build/ --parallel
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def libmambapy_version():
2727def get_cmake_args ():
2828 cmake_args = [f"-DMAMBA_INSTALL_PYTHON_EXT_LIBDIR={ CMAKE_INSTALL_DIR ()} /src/libmambapy" ]
2929 if sys .platform != "win32" and sys .platform != "cygwin" :
30- cmake_args += ["-DMAMBA_WARNING_AS_ERROR=ON " ]
30+ cmake_args += ["-DMAMBA_WARNING_AS_ERROR=OFF " ]
3131 return cmake_args
3232
3333
You can’t perform that action at this time.
0 commit comments