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

Ldd test goes through when ldd not present

It isn't present on macOS.
parent 17928517
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
# The environment # The environment
uname -a uname -a
ldd --version
# Glibc version
(which ldd && ldd --version) || true
# Smoke test # Smoke test
export BUILD_PREFIX="${PWD}/builds" export BUILD_PREFIX="${PWD}/builds"
......
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