aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-09-23 16:05:56 +0200
committerXavier Claessens <xclaesse@gmail.com>2022-09-23 11:13:11 -0400
commitb5710ac4f4a15a5ad46594fc60023c8d5ac3b66b (patch)
treea65f397d9aedbe1da64b9527a31230990d3351ba /.github
parentefc6e40e2aa9d4a110655061af687caece52201a (diff)
downloadmeson-b5710ac4f4a15a5ad46594fc60023c8d5ac3b66b.zip
meson-b5710ac4f4a15a5ad46594fc60023c8d5ac3b66b.tar.gz
meson-b5710ac4f4a15a5ad46594fc60023c8d5ac3b66b.tar.bz2
CI: don't set BOOST_ROOT to an empty string
This was initially added in eb76ba7031f053a3c1 to avoid picking it up from azure/gha images. Looks like it is no longer set for some time now though: https://github.com/actions/runner-images/pull/540 so should no longer be needed. The empty string makes some meson tests fail which expect a path. A recent msys2-runtime change now lets empty env vars through to child processes whereas before they would get filtered out, which is why this worked before.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/msys2.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml
index 2e09aba..2a21a53 100644
--- a/.github/workflows/msys2.yml
+++ b/.github/workflows/msys2.yml
@@ -106,7 +106,6 @@ jobs:
# Make sure it is on the PATH
pypy3 -c "import sys; print(sys.version)"
fi
- export BOOST_ROOT=
export PATHEXT="$PATHEXT;.py"
if [[ '${{ matrix.COMPILER }}' == 'clang' ]]; then