File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-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 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