Skip to content

Commit

Permalink
ci: Fix libfuzzer path for third-party-src dir (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose authored Jan 5, 2023
1 parent 155be19 commit 2663f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codebuild/spec/buildspec_ubuntu_fuzz_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ phases:
- |
if [ -d "third-party-src" ]; then
cd third-party-src;
ln -s /usr/local $CODEBUILD_SRC_DIR/third-party-src/test-deps;
fi
- ln -s /usr/local $CODEBUILD_SRC_DIR/test-deps
- touch tests/fuzz/placeholder_results.txt tests/fuzz/placeholder_output.txt
Expand Down

0 comments on commit 2663f20

Please sign in to comment.