Skip to content

Commit 226d5bc

Browse files
committed
Revert "Try Paul's command"
This reverts commit c8700a7.
1 parent c8700a7 commit 226d5bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ 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
4443
rapids-generate-scripts
4544
. rapids-make-${PYTHON_PACKAGE_MANAGER}-env
4645
# The latest version of this branch includes both my patches (required
@@ -51,6 +50,11 @@ jobs:
5150
# Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
5251
python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5352
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+
5458
build-all \
5559
-v \
5660
-j$(nproc --ignore=1) \

0 commit comments

Comments
 (0)