Skip to content

Commit 3c9eda0

Browse files
committed
Updates arch64 llvm-19 & gnu-debug CI to use g++15
GCS support was added to GCC in version 15, thus the rmake test for this patch requires GCC15
1 parent 3a57d28 commit 3c9eda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:22.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-19/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)