Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3rdparty/cmake/Versions.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(BOOST_VERSION "1.65.0")
set(BOOST_HASH "SHA256=607a5ce234ba8bdf30764eec233fd91211c0228e4cb6bd3f389e6f269bd9aea2")
set(BOOST_VERSION "1.81.0")
set(BOOST_HASH "SHA256=ca1fd9df72b2808b7510a043d15e7a6a2d5ad43c34326b29d504cb5b9c2db345")
set(CONCURRENTQUEUE_VERSION "7b69a8f")
set(CONCURRENTQUEUE_HASH "SHA256=B2741A1FB2172C2A829503A85D5EE7548BE7ED04236A3FD1EFD2B6088E065CB7")
set(CSI_V0_VERSION "0.2.0")
Expand Down
2 changes: 1 addition & 1 deletion support/mesos-tidy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export CMAKE_BUILD_PARALLEL_LEVEL="${JOBS}"

# Build the external dependencies.
# TODO(mpark): Use an external dependencies target once MESOS-6924 is resolved.
cmake --build 3rdparty --target boost-1.65.0
cmake --build 3rdparty --target boost-1.81.0
cmake --build 3rdparty --target elfio-3.2
cmake --build 3rdparty --target glog-0.4.0
cmake --build 3rdparty --target googletest-1.8.0
Expand Down