Skip to content

Commit 8dd46ad

Browse files
committed
CI: install real ninja in Alpine Linux image
Alpine Linux replaces ninja with samurai in the default installation. Meson and meson-python work with either, however, the version of samurai available in Alpine Linux segfaults when invoked with the -n option. Having to deal with this in the test suite is a pain. Switch to proper ninja.
1 parent b337334 commit 8dd46ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/alpine-3.docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
# 20240204
5+
# 20240305
66
FROM alpine:3
7-
RUN apk add --no-cache python3-dev py3-pip build-base ninja git patchelf
7+
RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf

0 commit comments

Comments
 (0)