Skip to content

Commit 4b86168

Browse files
ox-ruby: provide absolute path to Ruzzy (#14108)
Ruzzy is located in /usr/bin/* https://github.com/google/oss-fuzz/blob/4b541c7c4d0671a59a9bee4999e6fc4c36483bc1/infra/base-images/base-runner/Dockerfile#L115 It should probably be placed in /usr/local/bin/ similar to the rest of the commands: https://github.com/google/oss-fuzz/blob/4b541c7c4d0671a59a9bee4999e6fc4c36483bc1/infra/base-images/base-runner/Dockerfile#L138 Testing this to see if it works.
1 parent 4b541c7 commit 4b86168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ox-ruby/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo "Showing this dir:"
4646
ls -la \$this_dir
4747
4848
49-
ruzzy \$this_dir/fuzz_parse.rb \$@""" > $OUT/fuzz_parse
49+
/usr/bin/ruzzy \$this_dir/fuzz_parse.rb \$@""" > $OUT/fuzz_parse
5050

5151
chmod +x $OUT/fuzz_parse
5252

0 commit comments

Comments
 (0)