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
34107462
Commit
34107462
authored
Aug 18, 2019
by
Matthew Brett
Browse files
Another attempt to fix test_library_builders
parent
ddad63c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
tests/test_library_builders.sh
tests/test_library_builders.sh
+13
-11
No files found.
tests/test_library_builders.sh
View file @
34107462
...
...
@@ -3,17 +3,19 @@
# The environment
uname
-a
# Glibc version
(
which ldd
&&
ldd
--version
)
||
true
# Smoke test
export
BUILD_PREFIX
=
"
${
PWD
}
/builds"
rm_mkdir
$BUILD_PREFIX
source
configure_build.sh
source
library_builders.sh
echo
"Lookee here"
echo
$PATH
if
[
-n
"
$IS_OSX
"
]
;
then
# Building on macOS
export
BUILD_PREFIX
=
"
${
PWD
}
/builds"
rm_mkdir
$BUILD_PREFIX
source
configure_build.sh
source
library_builders.sh
else
# Building on Linux
# Glibc version
ldd
--version
# configure_build.sh, library_builders.sh sourced in
# docker_build_wrap.sh
fi
source
tests/utils.sh
...
...
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