From 24a6f046e467b875c71b8897078af1311dda11be Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 25 Jul 2020 13:18:54 +0430 Subject: [PATCH] [releasing] unbreak the build Use lower number of parallel jobs as https://circleci.com/gh/harfbuzz/harfbuzz/149413 apparent compiler OOM issue --- .ci/build-win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-win32.sh b/.ci/build-win32.sh index d4cfb212a..d4d7c813e 100755 --- a/.ci/build-win32.sh +++ b/.ci/build-win32.sh @@ -3,7 +3,7 @@ set -e meson --cross-file=.ci/win32-cross-file.txt win32build --wrap-mode=forcefallback -Dtests=disabled \ -Dglib=enabled -Dfreetype=enabled -Dgdi=enabled -Dcairo=enabled --buildtype=release $@ -ninja -Cwin32build -j8 # building with all the cores won't work fine with CricleCI for some reason +ninja -Cwin32build -j3 # building with all the cores won't work fine with CricleCI for some reason rm -rf win32build/harfbuzz-win32 mkdir win32build/harfbuzz-win32