From 92f30f725c4fa5b8c7c3d0e899892ea034eb1a3a Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 9 Jan 2024 12:40:15 +0100 Subject: [PATCH] Back to jfrog boost mirror --- .github/workflows/ci.yml | 7 ++++--- .github/workflows/package.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbbbe6c7..6ab5fab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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 @@ -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 @@ -295,3 +295,4 @@ jobs: # repository: badaix/snapos # event-type: build-success # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' + \ No newline at end of file diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bbfb594c..f35f50ee 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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