Skip to content

Commit 7af80be

Browse files
Auto merge of #147581 - Zalathar:coreutils-from-gnu, r=<try>
ci: Use GNU coreutils to work around a libffi-sys build failure try-job: aarch64-gnu try-job: aarch64-gnu-debug try-job: aarch64-gnu-llvm-20-1 try-job: aarch64-gnu-llvm-20-2
2 parents 9725c4b + 7f0adce commit 7af80be

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM ubuntu:25.10
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
5+
# FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6+
coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
57
g++ \
68
make \
79
ninja-build \

src/ci/docker/host-aarch64/aarch64-gnu-llvm-20/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM ubuntu:25.10
33
ARG DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
# FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
7+
coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
68
bzip2 \
79
g++ \
810
make \

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM ubuntu:25.10
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
5+
# FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6+
coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
57
g++ \
68
make \
79
ninja-build \

0 commit comments

Comments
 (0)