Skip to content

Commit

Permalink
Remove usages of rapids-env-update (#1321)
Browse files Browse the repository at this point in the history
Reference: rapidsai/ops#2766

Replace rapids-env-update with rapids-configure-conda-channels,
rapids-configure-sccache, and rapids-date-string.

Authors:
   - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
KyleFromNVIDIA authored Jan 12, 2024
1 parent 48f601b commit 36549cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

set -euo pipefail

source rapids-env-update
rapids-configure-conda-channels

source rapids-configure-sccache

source rapids-date-string

export CMAKE_GENERATOR=Ninja

Expand Down
6 changes: 5 additions & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

set -euo pipefail

source rapids-env-update
rapids-configure-conda-channels

source rapids-configure-sccache

source rapids-date-string

export CMAKE_GENERATOR=Ninja

Expand Down

0 comments on commit 36549cd

Please sign in to comment.