CI: use Boost source tarball from GitHub
This commit is contained in:
parent
1b4fe1055c
commit
cf5b105992
|
@ -60,7 +60,7 @@ EOF
|
||||||
popd
|
popd
|
||||||
|
|
||||||
info "boost ${BOOST_VERSION}"
|
info "boost ${BOOST_VERSION}"
|
||||||
download_extract "https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION//\./_}.tar.gz" "boost_${BOOST_VERSION//\./_}" a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724
|
download_extract "https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.tar.xz" "boost_${BOOST_VERSION}" 2e64e5d79a738d0fa6fb546c6e5c2bd28f88d268a2a080546f74e5ff98f29d0e
|
||||||
# Boost use its own ad-hoc build system
|
# Boost use its own ad-hoc build system
|
||||||
# we only enable what yuzu needs
|
# we only enable what yuzu needs
|
||||||
./bootstrap.sh --with-libraries=context,container,system,headers
|
./bootstrap.sh --with-libraries=context,container,system,headers
|
||||||
|
|
Reference in New Issue