mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
depreacted BOOST_ROOT env variable
This commit is contained in:
@@ -9,7 +9,7 @@ source $HELPER_SCRIPTS/document.sh
|
|||||||
|
|
||||||
TOOLSET_PATH="$INSTALLER_SCRIPT_FOLDER/toolcache.json"
|
TOOLSET_PATH="$INSTALLER_SCRIPT_FOLDER/toolcache.json"
|
||||||
BOOST_LIB=/usr/local/share/boost
|
BOOST_LIB=/usr/local/share/boost
|
||||||
BOOST_VERSIONS=$(cat toolset.json | jq -r 'to_entries[] | select(.key | match("boost")) | .value[] +".0"')
|
BOOST_VERSIONS=$(cat $TOOLSET_PATH | jq -r 'to_entries[] | select(.key | match("boost")) | .value[] +".0"')
|
||||||
|
|
||||||
# Install Boost
|
# Install Boost
|
||||||
for BOOST_VERSION in ${BOOST_VERSIONS}
|
for BOOST_VERSION in ${BOOST_VERSIONS}
|
||||||
|
|||||||
Reference in New Issue
Block a user