aboutsummaryrefslogtreecommitdiff
path: root/projects/go-redis/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/go-redis/build.sh')
-rw-r--r--projects/go-redis/build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/go-redis/build.sh b/projects/go-redis/build.sh
index b130c457e..e297cd37c 100644
--- a/projects/go-redis/build.sh
+++ b/projects/go-redis/build.sh
@@ -12,5 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
-compile_go_fuzzer github.com/go-redis/redis/fuzz Fuzz fuzz gofuzz
+
+#github.com/go-redis/redis/fuzz is not a module, so needs local build
+compile_go_fuzzer ./fuzz Fuzz fuzz gofuzz