Skip to content

Commit

Permalink
Back to jfrog boost mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 9, 2024
1 parent ace4976 commit 92f30f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
tar xjf boost_${BOOST_VERSION}.tar.bz2
- name: configure
run: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
tar xjf boost_${BOOST_VERSION}.tar.bz2
- name: cache ccache
id: cache-ccache
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
tar xjf boost_${BOOST_VERSION}.tar.bz2
- name: cache ccache
id: cache-ccache
Expand Down Expand Up @@ -295,3 +295,4 @@ jobs:
# repository: badaix/snapos
# event-type: build-success
# client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Get boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: |
wget https://archives.boost.io/release/${{env.BOOST_DOT_VERSION}}/source/${{env.BOOST}}.tar.bz2
wget https://boostorg.jfrog.io/artifactory/main/release/${{env.BOOST_DOT_VERSION}}/source/${{env.BOOST}}.tar.bz2
tar xjf ${{env.BOOST}}.tar.bz2
- name: cache ccache
id: cache-ccache
Expand Down

0 comments on commit 92f30f7

Please sign in to comment.