Skip to content

Commit 04e2c65

Browse files
committed
ci: switch GCC build in GitLab pipeline to GCC 15 (from GCC 14)
1 parent f1d9258 commit 04e2c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the official gcc image, based on debian.
22
# It can use version tags as well, like gcc:8.5.
33
# See https://hub.docker.com/_/gcc/ for more info.
4-
image: gcc:14
4+
image: gcc:15
55

66
variables:
77
GIT_SUBMODULE_STRATEGY: recursive
@@ -10,7 +10,7 @@ build_gcc:
1010
stage: build
1111
before_script:
1212
- apt-get update
13-
- apt-get -y install catch cmake g++ libboost-dev libxml2 libxml2-dev zlib1g-dev
13+
- apt-get -y install catch2 cmake g++ libboost-dev libxml2 libxml2-dev zlib1g-dev
1414
- apt-get install -y firefox-esr --no-install-recommends
1515
# Remove parts of the submodule that are not used but would get into CI's
1616
# way when linting.

0 commit comments

Comments
 (0)