Skip to content

Commit 192d7d5

Browse files
committed
feat(abseil-cpp): Migrate to Ubuntu 24.04
1 parent 358edc7 commit 192d7d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

infra/ci/check_base_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
SUPPORTED_VERSIONS = [
2929
'legacy',
3030
# 'ubuntu-20-04',
31-
# 'ubuntu-24-04',
31+
'ubuntu-24-04',
3232
]
3333

3434
# A map from the base_os_version in project.yaml to the expected Dockerfile

projects/abseil-cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/abseil/abseil-cpp.git
1919
COPY BUILD WORKSPACE build.sh *_fuzzer.cc $SRC/

projects/abseil-cpp/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
homepage: "abseil.io"
2+
base_os_version: ubuntu-24-04
23
language: c++
34
primary_contact: "dmauro@google.com"
45
main_repo: 'https://github.com/abseil/abseil-cpp.git'

0 commit comments

Comments
 (0)