Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Dec 6, 2024
1 parent 73359f0 commit ffeb4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion codebuild/spec/buildspec_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ phases:
on-failure: ABORT
commands:
# -L: Restrict tests to names matching the pattern 'fuzz'
- cmake --build build/ --target test -- ARGS="-L fuzz --output-on-failure -j (nproc)"
- cmake --build build/ --target test -- ARGS="-L fuzz --output-on-failure -j $(nproc)"
5 changes: 0 additions & 5 deletions codebuild/spec/buildspec_fuzz_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
version: 0.2

env:
compute-type:
- BUILD_GENERAL1_LARGE
image:
- 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
privileged-mode: true
variables:
CC: "/usr/bin/clang"
CXX: "/usr/bin/clang++"
Expand Down

0 comments on commit ffeb4c6

Please sign in to comment.