File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515# ###############################################################################
16- FROM gcr.io/oss-fuzz-base/base-builder
17- RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev cmake libssl-dev libpcre2-dev pkg-config
16+ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
17+ RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev cmake libssl-dev libpcre2-dev pkg-config libc-ares-dev
1818RUN git clone --depth 1 https://github.com/apache/trafficserver.git
1919RUN cp $SRC/trafficserver/tests/fuzzing/oss-fuzz.sh $SRC/build.sh
2020WORKDIR $SRC/trafficserver/
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ sanitizers:
1919 - memory
2020 - undefined
2121main_repo : ' https://github.com/apache/trafficserver'
22+ base_os_version : ubuntu-24-04
You can’t perform that action at this time.
0 commit comments