Skip to content

Commit

Permalink
Update various wheel dependencies
Browse files Browse the repository at this point in the history
The important one is Boost; while there are no asio changes, Homebrew
deleted the old formula for 1.85, breaking the build.
  • Loading branch information
bmerry committed Aug 28, 2024
1 parent 3c2da8b commit 9fbb6e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/before_all_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
set -e -u

sccache_version=0.5.4
rdma_core_version=52.0
rdma_core_version=53.0
pcap_version=1.10.4
boost_version=1.85.0
boost_version=1.86.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 @@ -25,7 +25,7 @@ if [ "$(uname -s)" = "Linux" ]; then
libdivide-dev
else
brew update
brew install ninja boost@1.85 libdivide
brew install ninja boost@1.86 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
run: ./.ci/install-sys-pkgs.sh
- name: Install Python dependencies
run: ./.ci/py-requirements.sh
- run: pip install build==0.10.0
- run: pip install build==1.2.1
- run: python -m build --sdist .
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9fbb6e8

Please sign in to comment.