[spidermonkey] Fix issue 19014 (#4369)

This commit is contained in:
Tyson Smith 2020-08-25 16:39:51 -07:00 committed by GitHub
parent 13f7ba0f63
commit df40d511b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -15,8 +15,10 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
autoconf2.13 \
libc++1 \
libc++abi1 \
yasm \
python

View File

@ -36,3 +36,8 @@ cd build_DBG.OBJ
make "-j$(nproc)"
cp dist/bin/js $OUT
# Copy libraries.
mkdir -p $OUT/lib
cp -L /usr/lib/x86_64-linux-gnu/libc++.so.1 $OUT/lib
cp -L /usr/lib/x86_64-linux-gnu/libc++abi.so.1 $OUT/lib

View File

@ -3,6 +3,7 @@ language: c++
primary_contact: "choller@mozilla.com"
auto_ccs:
- sledru@mozilla.com
- twsmith@mozilla.com
fuzzing_engines:
- none
sanitizers: