Commit 34107462 authored by Matthew Brett's avatar Matthew Brett
Browse files

Another attempt to fix test_library_builders

parent ddad63c2
...@@ -3,17 +3,19 @@ ...@@ -3,17 +3,19 @@
# The environment # The environment
uname -a uname -a
# Glibc version if [ -n "$IS_OSX" ]; then
(which ldd && ldd --version) || true # Building on macOS
export BUILD_PREFIX="${PWD}/builds"
# Smoke test rm_mkdir $BUILD_PREFIX
export BUILD_PREFIX="${PWD}/builds" source configure_build.sh
rm_mkdir $BUILD_PREFIX source library_builders.sh
source configure_build.sh else
source library_builders.sh # Building on Linux
# Glibc version
echo "Lookee here" ldd --version
echo $PATH # configure_build.sh, library_builders.sh sourced in
# docker_build_wrap.sh
fi
source tests/utils.sh source tests/utils.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment