Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/axis/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CONDA_CONFIG_FILE:

# Use M.X.Ya (major.minor.patch) with 'a' version to match nightly tag
RAPIDS_VER:
- 0.17.0a
- 0.18.0a

# Use CUDA_VER to not clobber `CUDA_VERSION` in the container
Expand Down
1 change: 0 additions & 1 deletion ci/axis/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CONDA_CONFIG_FILE:

# Use M.X.Y (major.minor.patch) version to match tag
RAPIDS_VER:
- 0.17.0
- 0.18.0

# Use CUDA_VER to not clobber `CUDA_VERSION` in the container
Expand Down
1 change: 0 additions & 1 deletion ci/axis/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ DOCKER_REPO:

# Use M.X (major.minor) version
RAPIDS_VER:
- 0.17
- 0.18

CUDA_VER:
Expand Down
2 changes: 2 additions & 0 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ if [[ "$BUILD_PKGS" == "meta" || -z "$BUILD_PKGS" ]] ; then
# Run builds for meta-pkgs
run_builds $CONDA_XGBOOST_RECIPE
run_builds $CONDA_RAPIDS_RECIPE
set +e
run_builds $CONDA_RAPIDS_BLAZING_RECIPE
set -e
fi

if [[ "$BUILD_PKGS" == "env" || -z "$BUILD_PKGS" ]] ; then
Expand Down