Skip to content

Commit

Permalink
Remove usages of rapids-env-update (rapidsai#1304)
Browse files Browse the repository at this point in the history
Reference: https://github.com/rapidsai/ops/issues/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)

URL: rapidsai#1304
  • Loading branch information
KyleFromNVIDIA authored and younseojava committed Apr 16, 2024
1 parent e715119 commit f8066a6
Showing 1 changed file with 5 additions and 1 deletion.
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 f8066a6

Please sign in to comment.