Skip to content

Commit

Permalink
added PORTABLE=1 flag to make for fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-bo authored Jun 23, 2022
1 parent 336cab6 commit 1525822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
export PKG_CONFIG_PATH=$PWD:$PWD/external.protobuf/lib/pkgconfig/ \n
export PATH=$PWD/external.protobuf/bin:$PATH \n
cd $GITHUB_WORKSPACE \n
COMPILE_WITH_ASAN=1 make -j2 static_lib \n
COMPILE_WITH_ASAN=1 PORTABLE=1 make -j2 static_lib \n
cd $GITHUB_WORKSPACE/fuzz \n
make db_map_fuzzer \n
make db_fuzzer \n
Expand Down

0 comments on commit 1525822

Please sign in to comment.