Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
c4eac7cb
Commit
c4eac7cb
authored
Aug 17, 2019
by
Matthew Brett
Browse files
Ldd test goes through when ldd not present
It isn't present on macOS.
parent
17928517
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/test_library_builders.sh
tests/test_library_builders.sh
+3
-1
No files found.
tests/test_library_builders.sh
View file @
c4eac7cb
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment