Skip to content

Commit

Permalink
use rapids version in setting up go conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Feb 5, 2025
1 parent aa38afc commit dba8cfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/build_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ export CC=clang
rapids-logger "Downloading artifacts from previous jobs"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

# installing libcuvs/libraft will speed up the rust build substantially
rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
libcuvs \
libraft \
cuvs
"libcuvs=${RAPIDS_VERSION}" \
"libraft=${RAPIDS_VERSION}"

bash ./build.sh go

0 comments on commit dba8cfc

Please sign in to comment.