File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2828SUPPORTED_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
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ class ProjectYamlChecker:
8686 VALID_SECTION_NAMES = [
8787 'architectures' ,
8888 'auto_ccs' ,
89+ 'base_os_version' ,
8990 'blackbox' ,
9091 'builds_per_day' ,
9192 'coverage_extra_args' ,
Original file line number Diff line number Diff line change 1414#
1515# ###############################################################################
1616
17- FROM gcr.io/oss-fuzz-base/base-builder
17+ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818RUN git clone --depth 1 https://github.com/abseil/abseil-cpp.git
1919COPY BUILD WORKSPACE build.sh *_fuzzer.cc $SRC/
Original file line number Diff line number Diff line change 11homepage : " abseil.io"
2+ base_os_version : ubuntu-24-04
23language : c++
34primary_contact : " dmauro@google.com"
45main_repo : ' https://github.com/abseil/abseil-cpp.git'
You can’t perform that action at this time.
0 commit comments