Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] update libboost version from 1.74 to 1.83 #6582

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Next Next commit
update boost
  • Loading branch information
StrikerRUS authored Jul 30, 2024
commit 98fa5daf65c1b312720337e13304453103d84c81
7 changes: 5 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -88,10 +88,13 @@ else # Linux
fi
if [[ $TASK == "gpu" ]]; then
if [[ $IN_UBUNTU_BASE_CONTAINER == "true" ]]; then
sudo apt-get install --no-install-recommends -y \
gpg-agent
sudo add-apt-repository ppa:mhier/libboost-latest -y
sudo apt-get update
sudo apt-get install --no-install-recommends -y \
libboost1.74-dev \
libboost-filesystem1.74-dev \
libboost1.83-dev \
libboost-filesystem1.83-dev \
ocl-icd-opencl-dev
else # in manylinux image
sudo yum update -y