Skip to content

Commit

Permalink
fix: boost download issue >> Move from jfrog artifactory to archives.…
Browse files Browse the repository at this point in the history
…boost.io

- see [boost issue #6775](triton-inference-server/server#6775)
  • Loading branch information
RedLeader962 committed Jan 9, 2024
1 parent d7ceb32 commit 8428466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
if: ${{ steps.cache-boost.outputs.cache-hit != 'true' && runner.os == 'Linux' }}
working-directory: ${{ env.BOOST_SRC_DIR }}
run: |
wget --no-verbose https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_VERSION }}/source/${{ env.BOOST_ARCHIVE_NAME }}
wget --no-verbose https://archives.boost.io/release/${{ env.BOOST_VERSION }}/source/${{ env.BOOST_ARCHIVE_NAME }}
7z -y x ${{ env.BOOST_ARCHIVE_NAME }}
rm ${{ env.BOOST_ARCHIVE_NAME }}
Expand Down

0 comments on commit 8428466

Please sign in to comment.