]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gitlab-ci: add a reference for samba-fuzz regarding oss-fuzz with ubuntu 20.04
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Apr 2025 08:28:05 +0000 (10:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 12 May 2025 19:29:33 +0000 (19:29 +0000)
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 <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci-main.yml

index 3b8649a988869d665f24824622cc30e3ce3dba2e..5fe91a675a7e7222623371402fad7c4003e19b50 100644 (file)
@@ -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: