Skip to content

Commit

Permalink
Fix gtest pinning to 1.13.0. (#13319)
Browse files Browse the repository at this point in the history
Fixes gtest pinning. The `.*` is not needed here. This aligns with similar changes I'm making in other RAPIDS repos to bump their gtest pinnings.

Authors:
  - Bradley Dice (https://github.com/bdice)

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

URL: #13319
  • Loading branch information
bdice authored May 9, 2023
1 parent 7246a9e commit a1c2eec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies:
- fmt>=9.1.0,<10
- fsspec>=0.6.0
- gcc_linux-64=11.*
- gmock>=1.13.0.*
- gtest>=1.13.0.*
- gmock>=1.13.0
- gtest>=1.13.0
- hypothesis
- ipython
- libarrow==11.0.0.*
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/libcudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ outputs:
- {{ pin_subpackage('libcudf', exact=True) }}
- {{ pin_subpackage('libcudf_kafka', exact=True) }}
- cudatoolkit {{ cuda_spec }}
- gtest {{ gtest_version }}
- gmock {{ gtest_version }}
- libcurand {{ libcurand_run_version }}
about:
home: https://rapids.ai/
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ dependencies:
- output_types: conda
packages:
- fmt>=9.1.0,<10
- &gtest gtest>=1.13.0.*
- &gmock gmock>=1.13.0.*
- &gtest gtest>=1.13.0
- &gmock gmock>=1.13.0
# Hard pin the patch version used during the build. This must be kept
# in sync with the version pinned in get_arrow.cmake.
- libarrow==11.0.0.*
Expand Down

0 comments on commit a1c2eec

Please sign in to comment.