[ci] Speculative fix for Alpine and ArchLinux bots
This commit is contained in:
parent
84694af723
commit
0229434961
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- image: alpine
|
- image: alpine
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: apk update && apk add ragel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev
|
- run: apk update && apk add ragel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev python
|
||||||
# C??FLAGS are not needed for a regular build
|
# C??FLAGS are not needed for a regular build
|
||||||
- run: CFLAGS="-O3" CXXFLAGS="-O3 -DHB_NO_MMAP" ./autogen.sh
|
- run: CFLAGS="-O3" CXXFLAGS="-O3 -DHB_NO_MMAP" ./autogen.sh
|
||||||
- run: make -j32
|
- run: make -j32
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
archlinux-py3-all:
|
archlinux-py3-all:
|
||||||
docker:
|
docker:
|
||||||
- image: base/devel
|
- image: archlinux/base
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip make
|
- run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip make
|
||||||
|
|
Loading…
Reference in New Issue