Skip to content

Commit 6b4dc31

Browse files
committed
[systemd] migrate systemd to Ubuntu 24.04
1 parent b790d89 commit 6b4dc31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/systemd/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 git clone --depth 1 https://github.com/systemd/systemd systemd
1919
WORKDIR systemd
2020
COPY build.sh $SRC/

projects/systemd/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
homepage: "https://freedesktop.org/wiki/Software/systemd/"
2+
base_os_version: ubuntu-24-04
23
language: c++
34
primary_contact: "lennart@poettering.net"
45
builds_per_day: 4

0 commit comments

Comments
 (0)