[ci] Try to stop distcheck job from crashing gcc

This commit is contained in:
Khaled Hosny 2021-04-16 01:47:34 +02:00 committed by Behdad Esfahbod
parent e116058bba
commit f5c922b709
1 changed files with 1 additions and 2 deletions

View File

@ -57,10 +57,9 @@ jobs:
- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binutils libtool autoconf automake make gcc g++ pkg-config ragel gtk-doc-tools gobject-introspection libfreetype6-dev libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip
- run: pip3 install fonttools meson --upgrade
- run: ./autogen.sh
- run: make -j32
- run: make distcheck
- run: rm harfbuzz-* && make distdir
- run: cd harfbuzz-* && meson build && ninja -Cbuild test
- run: cd harfbuzz-* && meson build && ninja -j1 -Cbuild test
- run: make dist
- persist_to_workspace:
root: .