File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-d
1919RUN git clone --depth 1 https://github.com/AcademySoftwareFoundation/openexr openexr
2020WORKDIR openexr
2121COPY *.sh $SRC/
22+
23+ # The below test is failing in the OSS-Fuzz environment. Patch it out for now.
24+ RUN sed -i "s/TEST (testAttrBytes/\/\/ TEST (testAttrBytes/g" $SRC/openexr/src/test/OpenEXRCoreTest/main.cpp
Original file line number Diff line number Diff line change 2626
2727set -x
2828
29- # The below test is failing in the OSS-Fuzz environment. Patch it out for now.
30- sed -i " s/TEST (testAttrBytes/\/\/TEST (testAttrBytes/g" $SRC /openexr/src/test/OpenEXRCoreTest/main.cpp
31-
3229BUILD_DIR=$WORK /_build.oss-fuzz
3330
3431cmake -S $SRC /openexr -B $BUILD_DIR --preset oss_fuzz
You can’t perform that action at this time.
0 commit comments