Skip to content

Commit 661289b

Browse files
committed
Updates arch64 llvm-19 CI to use GCC15
GCS support was added to GCC in version 15, thus the rmake test for this patch requires GCC15
1 parent 7ade636 commit 661289b

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-aarch64/aarch64-gnu-llvm-19

1 file changed

+1
-1
lines changed

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)