Skip to content

Commit b984bb5

Browse files
committed
Changes some aarch64 CIs g++ install & ubuntu ver.
GCS support was added to GCC in version 15, thus the rmake test for this patch requires GCC15 Similarly, the ubuntu version is updated so the newer clang version is available.
1 parent eb18d69 commit b984bb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:25.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
5-
g++ \
5+
g++-15 \
66
make \
77
ninja-build \
88
file \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
66
bzip2 \
7-
g++ \
7+
g++-15 \
88
make \
99
ninja-build \
1010
file \

0 commit comments

Comments
 (0)