google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.

Home Page:https://google.github.io/fuzzbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

images missing dependency (rsync) for local experiments

dylanjwolff opened this issue · comments

It seems the dispatcher and runner containers both use rsync for the local experiment setup, but the Docker images no longer have it installed (possibly a change to the upstream base image?). Running a local experiment fails for me with a "Command not found" error because of this issue.

This is easily resolved / worked around by adding rsync to the apt-install commands in the dispatcher and runner dockerfiles. I'd be happy to open a pull request with the fix.