Skip to content

Commit

Permalink
Temporarily disable libcudf example build tests (#8642)
Browse files Browse the repository at this point in the history
Currently when CI build libcudf examples, it rebuilds the entire libcudf library. Until we figure out how to reuse the built libcudf artifacts in CI, we should disable the build to save CI build times.

Looking to be re-enabled by #8638

Authors:
  - Michael Wang (https://github.com/isVoid)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #8642
  • Loading branch information
isVoid authored Jul 2, 2021
1 parent fba09e6 commit 5632f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ fi
################################################################################

# If examples grows too large to build, should move to cpu side
gpuci_logger "Building libcudf examples"
$WORKSPACE/cpp/examples/build.sh
# gpuci_logger "Building libcudf examples"
# $WORKSPACE/cpp/examples/build.sh

# set environment variable for numpy 1.16
# will be enabled for later versions by default
Expand Down

0 comments on commit 5632f2f

Please sign in to comment.