Skip to content

Commit

Permalink
fix fuzz artifact publication
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-ares committed Aug 15, 2023
1 parent 1f6a019 commit 604915e
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Make Fuzz Artifacts
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
merge_group:
jobs:
Expand All @@ -21,16 +19,16 @@ jobs:

- uses: dtolnay/[email protected]

- name: Set extras
run: |
echo "EXTRAS=static" >> "$GITHUB_ENV"
- uses: firedancer-io/alpine-builder@main
name: Build with ASAN on Alpine
env:
MACHINE: linux_clang_x86_64_fuzz_asan
with:
command: make --output-sync=target -j fuzz-test

- name: Prepare asan
- name: List Artifacts
run: |
echo "MACHINE=linux_clang_x86_64_fuzz_asan" >> "$GITHUB_ENV"
- uses: firedancer-io/alpine-builder@main
name: Build with asan on Alpine
ls build/linux/clang/x86_64_fuzz_asan/fuzz-test
- uses: firedancer-io/clusterfuzz-action@main
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 604915e

Please sign in to comment.