Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 8ee683d

Browse files
authored
Merge pull request #274 from nulano/fribidi
2 parents e5b4a63 + d930cff commit 8ee683d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function run_tests_in_repo {
140140
EXP_CODECS="jpg jpg_2000"
141141
EXP_CODECS="$EXP_CODECS libtiff zlib"
142142
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
143-
if [ -z "$IS_MACOS" ] && [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != pypy3* ]] && [[ "$MACHTYPE" != aarch64* ]]; then
143+
if [ -z "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" != pypy3* ]] && [[ "$MACHTYPE" != aarch64* ]]; then
144144
EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
145145
else
146146
# can't find FriBiDi
@@ -151,6 +151,8 @@ function run_tests {
151151
if [ -n "$IS_MACOS" ]; then
152152
brew install openblas
153153
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
154+
elif [ -n "$IS_ALPINE" ]; then
155+
apk add fribidi
154156
fi
155157
if [[ "$MB_PYTHON_VERSION" == pypy3.* || "$MB_PYTHON_VERSION" == 3.10 ]] && [[ $(uname -m) == "i686" ]]; then
156158
python3 -m pip install numpy==1.21.4

0 commit comments

Comments
 (0)