Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed Dec 20, 2024
1 parent e43ada4 commit 3de9209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clusterfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
submodules: recursive

- uses: ./.github/actions/deps

- run: sudo apt update && sudo apt install -y zip

- uses: asymmetric-research/clusterfuzz-fuzzbot-builder@main
Expand All @@ -44,6 +42,7 @@ jobs:
ls ${{ env.COV_OBJ_DIR}}/lib
cd src && pwd > buildpwd && cd -
# we give it this path so that the glob hits.
git config --global --add safe.directory /github/workspace/${{ env.OBJ_DIR}}/lib
cp -r src/ ${{ env.COV_OBJ_DIR}}/lib/libfd_exec_sol_compat_src/
# rename the coverage .so's so they don't overwrite on unpack.
mv ${{ env.COV_OBJ_DIR }}/lib/libfd_exec_sol_compat.so ${{ env.COV_OBJ_DIR }}/lib/libfd_exec_sol_compat_cov.so
Expand Down

0 comments on commit 3de9209

Please sign in to comment.