File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments