Skip to content

Commit

Permalink
build script progress
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Nov 26, 2024
1 parent 490f969 commit 50355ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set -e
mkdir -p ~/.gradle
echo "auto.include.git.dirs=$(pwd)" >> ~/.gradle/gradle.properties

cd micronaut-fuzzing

# bug in micronaut-build
mkdir -p checkouts
touch checkouts/catalog-micronaut-core.sha1

cd micronaut-fuzzing
./gradlew micronaut-fuzzing-tests:prepareClusterFuzz

0 comments on commit 50355ae

Please sign in to comment.