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
c24023a7
Unverified
Commit
c24023a7
authored
Feb 15, 2022
by
Matti Picus
Committed by
GitHub
Feb 15, 2022
Browse files
Merge pull request #352 from radarhere/order
Test dependencies by themselves first
parents
3903f7f2
5c09f800
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_library_builders.sh
tests/test_library_builders.sh
+2
-2
No files found.
tests/test_library_builders.sh
View file @
c24023a7
...
@@ -27,7 +27,6 @@ fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/2.7.4/harfbu
...
@@ -27,7 +27,6 @@ fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/2.7.4/harfbu
suppress build_bzip2
suppress build_bzip2
suppress build_openssl
suppress build_openssl
suppress build_libpng
suppress build_libpng
suppress build_libwebp
suppress build_szip
suppress build_szip
suppress build_swig
suppress build_swig
# We need to find a failable test for build_github
# We need to find a failable test for build_github
...
@@ -43,9 +42,10 @@ suppress build_flex
...
@@ -43,9 +42,10 @@ suppress build_flex
if
[[
$MB_ML_VER
!=
"_2_24"
]]
;
then
if
[[
$MB_ML_VER
!=
"_2_24"
]]
;
then
suppress build_openblas
suppress build_openblas
fi
fi
suppress ensure_xz
suppress build_tiff
suppress build_tiff
suppress build_libwebp
suppress build_lcms2
suppress build_lcms2
suppress ensure_xz
suppress build_freetype
suppress build_freetype
suppress build_libyaml
suppress build_libyaml
if
[
-z
"
$IS_MACOS
"
]
;
then
if
[
-z
"
$IS_MACOS
"
]
;
then
...
...
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