Skip to content

Commit

Permalink
fix edenfs oss build, ubuntu googletest is too old
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/velox#6926

fix edenfs oss build, ubuntu googletest is too old
Update the googletest manifest as ubuntu's LTS packages are too old. 22.10 on looks fine

X-link: facebook/sapling#692

Reviewed By: xavierd

Differential Revision: D49874525

Pulled By: genevievehelsel

fbshipit-source-id: f13c7cfa6b92eb0775f8d39181b4a4573459e777
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 7, 2023
1 parent a164bea commit 383710c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/fbcode_builder/manifests/googletest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gtest_force_shared_crt=ON
[cmake.defines.os=windows]
BUILD_SHARED_LIBS=ON

# 18.04 googletest is too old
[debs.not(all(distro=ubuntu,distro_vers="18.04"))]
# packaged googletest is too old
[debs.not(all(distro=ubuntu,any(distro_vers="18.04",distro_vers="20.04",distro_vers="22.04")))]
libgtest-dev
libgmock-dev

0 comments on commit 383710c

Please sign in to comment.