Skip to content

Commit

Permalink
experimental: clean up used containers (#271)
Browse files Browse the repository at this point in the history
This is needed when doing large-scale experiments.

Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored May 14, 2024
1 parent ddbce08 commit adadd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/c-cpp/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def run_autogen(github_url,
cmd = [
'docker',
'run',
'--rm',
'-e',
'FUZZING_ENGINE=libfuzzer',
'-e',
Expand Down

0 comments on commit adadd92

Please sign in to comment.