aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-03-17 15:20:56 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2019-03-17 20:46:22 +0200
commiteb76ba7031f053a3c1e69ce79f52bf84a222fa48 (patch)
treef5c1de3f7548a7828e7a8bbbabcd5d8520c5d1d6 /ci
parent7c461582a22cdc5792f2196c067eba18c5c9cd35 (diff)
downloadmeson-eb76ba7031f053a3c1e69ce79f52bf84a222fa48.zip
meson-eb76ba7031f053a3c1e69ce79f52bf84a222fa48.tar.gz
meson-eb76ba7031f053a3c1e69ce79f52bf84a222fa48.tar.bz2
azure: Unset BOOST_ROOT for Cygwin, MSYS2 and clang-cl
It looks like BOOST_ROOT is now set in the azure v2017 image (relevant change seems to be [1], pre-installing boost) Remove BOOST_ROOT from the environment to prevent attempting to use a boost which is incompatible with the compiler. (an MSVC boost should be compatible with clang-cl, but has problems, see c7a3e810) [1] https://github.com/Microsoft/azure-pipelines-image-generation/pull/732
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 6fe1831..7e0f6fe 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -71,6 +71,8 @@ steps:
Start-Process "boost_$boost_filename-msvc-$boost_abi_tag-$boost_bitness.exe" -ArgumentList "/dir=$(System.WorkFolder)\boost_$boost_filename /silent" -Wait
$env:BOOST_ROOT = "$(System.WorkFolder)\boost_$boost_filename"
$env:Path = "$env:Path;$env:BOOST_ROOT\lib$boost_bitness-msvc-$boost_abi_tag"
+ } else {
+ $env:BOOST_ROOT = ""
}
# install D compiler and dub packages