[postgis-tickets] [PostGIS] #3785: Setup a Bot to run OSS FUZZ tests
PostGIS
trac at osgeo.org
Wed Jul 12 15:57:31 PDT 2017
#3785: Setup a Bot to run OSS FUZZ tests
---------------------+---------------------------
Reporter: robe | Owner: strk
Type: task | Status: assigned
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
strk,
I've created a separate ticket to setup OSS Fuzz testing on our own bots.
While we are at it, maybe we can figure out Even's issue with having the
make run from main folder so that we can eventually test more than
liblwgeom.
and address kcc's comment here:
https://github.com/google/oss-fuzz/pull/709
{{{
projects/postgis/build.sh
+make -j$(nproc) -s
+cd ..
+
+./fuzzers/build_google_oss_fuzzers.sh
@kcc
kcc 5 hours ago Contributor
This should work as is, but it's preferable to have the fuzz targets built
as part of the regular developer build (make).
Otherwise the risk is that the fuzz targets will often bit rot and we will
see failures only on oss-fuzz
}}}
I think you have more mojo to handle this than I do so I'm assigning this
to you :)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3785>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list