Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Dec 6, 2024
1 parent 59769fc commit 25b9682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codebuild/spec/buildspec_fuzz_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ phases:
build:
on-failure: ABORT
commands:
#TODO: make the sec back to 27000
- |
cmake . -Bbuild \
-DCMAKE_PREFIX_PATH=/usr/local/$S2N_LIBCRYPTO \
-DS2N_FUZZ_TEST=on \
-DFUZZ_TIMEOUT_SEC=60 \
-DFUZZ_TIMEOUT_SEC=27000 \
-DCOVERAGE=on \
-DBUILD_SHARED_LIBS=ON
- cmake --build ./build -- -j $(nproc)
Expand Down

0 comments on commit 25b9682

Please sign in to comment.