Skip to content

Commit

Permalink
github CI: add target for LKL fuzzers.
Browse files Browse the repository at this point in the history
Add a new target to build LKL-based fuzzers using clang/lld toolchain.

Signed-off-by: Eugene Rodionov <[email protected]>
  • Loading branch information
rodionov committed Feb 19, 2023
1 parent 61b9149 commit 2f04aec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
runs_on: ubuntu-22.04
shell: bash
build_options: "LLVM=1 CROSS_COMPILE=x86_64-linux-gnu"
- displayTargetName: lkl-fuzzers
os: unix
runs_on: ubuntu-22.04
shell: bash
build_options: "LKL_FUZZING=1 fuzzers"
timeout-minutes: 100
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand Down

0 comments on commit 2f04aec

Please sign in to comment.