Skip to content

Commit cad1102

Browse files
committed
Disable building with dev version of RMM
1 parent 4b4c14a commit cad1102

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,6 @@ jobs:
7676
--prefix cache/${{ github.run_id }}/build-cuda-with-rmm \
7777
build/testxgboost
7878
79-
build-cuda-with-rmm-dev:
80-
name: Build CUDA with RMM (dev)
81-
runs-on:
82-
- runs-on=${{ github.run_id }}
83-
- runner=linux-amd64-cpu
84-
- tag=main-build-cuda-with-rmm-dev
85-
steps:
86-
# Restart Docker daemon so that it recognizes the ephemeral disks
87-
- run: sudo systemctl restart docker
88-
- uses: actions/checkout@v4
89-
with:
90-
submodules: "true"
91-
- name: Log into Docker registry (AWS ECR)
92-
run: bash ops/pipeline/login-docker-registry.sh
93-
- run: |
94-
bash ops/pipeline/build-cuda.sh \
95-
xgb-ci.gpu_build_rockylinux8_dev_ver enable-rmm
96-
9779
build-python-wheels-arm64:
9880
name: Build manylinux_2_28_aarch64 wheel
9981
runs-on:

0 commit comments

Comments
 (0)