Skip to content

Commit 8d57954

Browse files
committed
Updated the boost version to 1.85.0
1 parent 37fcaa1 commit 8d57954

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/depends/boost.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ while getopts "b:t:p:" c; do
4949
done
5050

5151
mkdir $prefix || exit 1
52-
wget https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 || exit 1
53-
tar xf boost_1_76_0.tar.bz2 || exit 1
54-
cd boost_1_76_0
52+
wget https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.bz2 || exit 1
53+
tar xf boost_1_85_0.tar.bz2 || exit 1
54+
cd boost_1_85_0
5555
./bootstrap.sh || exit 1
5656

5757
build()

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v1
2828
with:
2929
path: ~/boost-prefix/
30-
key: ${{ runner.os }}-boost-64-1-76-0-2021-08-09
30+
key: ${{ runner.os }}-boost-1-85-0-2024-05-27
3131

3232
- name: Build boost
3333
if: steps.cache-boost.outputs.cache-hit != 'true'

.github/workflows/gha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v2
2626
with:
2727
path: ~/boost-prefix/
28-
key: ${{ runner.os }}-boost-1-76-0-2022-08-09
28+
key: ${{ runner.os }}-boost-1-85-0-2024-05-27
2929

3030
- name: Build boost
3131
if: steps.cache-boost.outputs.cache-hit != 'true'
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/cache@v2
101101
with:
102102
path: ~/boost-prefix/
103-
key: ${{ runner.os }}-boost-1-76-0-2021-08-09
103+
key: ${{ runner.os }}-boost-1-85-0-2024-05-27
104104

105105
- name: Build boost
106106
if: steps.cache-boost.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)