Commit 542adebd authored by Yan Yan's avatar Yan Yan
Browse files

debug CI

parent 38c09d17
......@@ -48,7 +48,7 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
git clone https://github.com/NVIDIA/thrust -b cuda-{{ env.CUDA_VERSION }} --depth 1
git clone -b cuda-$CUMM_CUDA_VERSION --depth 1 https://github.com/NVIDIA/thrust
$CURRENT_DIR = (Get-Location).path
$Env:CUMM_THRUST_INCLUDE = "$CURRENT_DIR\thrust"
python -m build --wheel --outdir dist/ .
......
......@@ -161,7 +161,8 @@ if disable_jit is not None and disable_jit == "1":
Path(__file__).resolve().parent / "spconv",
objects_folder="objects",
std=std,
disable_pch=True)
disable_pch=True,
verbose=True)
]
else:
cmdclass = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment