ci: macos: unset ZIG_LIBC before testing

otherwise cross compiling gets incorrectly affected by the environment
variable.
master
Andrew Kelley 2020-10-14 17:59:29 -07:00
parent 540364e6c1
commit 477798b37e
1 changed files with 3 additions and 2 deletions

View File

@ -40,10 +40,11 @@ cmake .. \
-DZIG_EXECUTABLE="$ZIG" \
-DZIG_STATIC=ON
# TODO unsetting this before `make install` is a workaround for Zig crashing
# with "unable to exec C compiler".
# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
# so that installation and testing do not get affected by them.
unset CC
unset CXX
unset ZIG_LIBC
make $JOBS install
release/bin/zig build test