Skip to content

Commit

Permalink
Update to boost 1.87 for CI
Browse files Browse the repository at this point in the history
Homebrew deleted 1.86, so a bump was needed.
  • Loading branch information
bmerry committed Jan 7, 2025
1 parent bbe0372 commit 1b67df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/before_all_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e -u
sccache_version=0.5.4
rdma_core_version=53.0
pcap_version=1.10.5
boost_version=1.86.0
boost_version=1.87.0
boost_version_under=${boost_version//./_}

yum install -y cmake3 ninja-build flex bison libnl3-devel
Expand Down
2 changes: 1 addition & 1 deletion .ci/install-sys-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$(uname -s)" = "Linux" ]; then
libdivide-dev
else
brew update
brew install ninja boost@1.86 libdivide
brew install ninja boost@1.87 libdivide
# The MacOS images have an outdated Rust and the line above breaks it.
brew upgrade rustup
# On Apple Silicon, homebrew is installed in /opt/homebrew, but the
Expand Down

0 comments on commit 1b67df7

Please sign in to comment.