"vscode:/vscode.git/clone" did not exist on "dea16a26ee68c4bdaf4157300a7a6205de509fb9"
Unverified Commit c24023a7 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #352 from radarhere/order

Test dependencies by themselves first
parents 3903f7f2 5c09f800
...@@ -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
......
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