From 7f37538d3c827c751b057014953d55431f3ea4ad Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Apr 2025 10:28:05 +0200 Subject: [PATCH] gitlab-ci: add a reference for samba-fuzz regarding oss-fuzz with ubuntu 20.04 When https://github.com/google/oss-fuzz/pull/13018 is merged we can likely switch to ubuntu 24.04 for oss-fuzz Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- .gitlab-ci-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 3b8649a9888..5fe91a675a7 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -366,6 +366,8 @@ samba-fuzz: extends: .shared_template variables: # We match what Google is running over at oss-fuzz + # See https://github.com/google/oss-fuzz/pull/13018 for + # an upgrade to ubuntu 24.04 SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu2004} ctdb: -- 2.47.3