Skip to content

Commit c8700a7

Browse files
committed
Try Paul's command
1 parent 24eb33d commit c8700a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-all-rapids-repos.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
# Need Python 3.11 for the buffer protocol in the limited API
4141
export PYTHON_VERSION="3.11"
4242
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules --no-update-env;
43+
clone-rmm --upstream vyas/rmm --branch feat/py_limited_api_compat --clone-upstream
4344
rapids-generate-scripts
4445
. rapids-make-${PYTHON_PACKAGE_MANAGER}-env
4546
# The latest version of this branch includes both my patches (required
@@ -50,11 +51,6 @@ jobs:
5051
# Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
5152
python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5253
53-
# Point to the rmm branch with the fixes
54-
git -C ~/rmm remote add vyasr https://github.com/vyasr/rmm.git
55-
git -C ~/rmm fetch vyasr
56-
git -C ~/rmm checkout feat/py_limited_api_compat
57-
5854
build-all \
5955
-v \
6056
-j$(nproc --ignore=1) \

0 commit comments

Comments
 (0)