Skip to content

Commit

Permalink
fuzzers/build.sh: remove debug info [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 2, 2022
1 parent c804ef7 commit 5ba39e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fuzzers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
# This script is meant to be run by
# https://github.com/google/oss-fuzz/blob/master/projects/gdal/Dockerfile

echo "SRC=$SRC"
echo "PWD=$PWD"
ls -ltr $SRC
ls -ltr $SRC/gdal

BUILD_SH_FROM_REPO="$SRC/gdal/fuzzers/build.sh"
if test -f "$BUILD_SH_FROM_REPO"; then
if test "$0" != "$BUILD_SH_FROM_REPO"; then
Expand Down

0 comments on commit 5ba39e3

Please sign in to comment.