Skip to content

Commit 0a4766c

Browse files
committed
feat(graphicsfuzz-spirv): Migrate to Ubuntu 24.04
1 parent 46e0fff commit 0a4766c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/graphicsfuzz-spirv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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 apt-get update && apt-get install -y cmake ninja-build
1919

2020
RUN mkdir -p graphicsfuzz-spirv

projects/graphicsfuzz-spirv/project.yaml

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

0 commit comments

Comments
 (0)