Skip to content

Commit

Permalink
ion-java: update CCs to include project maintainers and increase verb…
Browse files Browse the repository at this point in the history
…osity of build logs. (#11892)

* Replace current CCs with the project maintainers.
* Add more info to the build to make errors easier to diagnose.

---------

Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
  • Loading branch information
tgregg and oliverchang authored Jan 7, 2025
1 parent 82970a4 commit 0a5af59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions projects/ion-java/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
popd

#install
(cd $PROJECT && ./gradlew publishToMavenLocal -x javadoc -Dmaven.repo.local=$OUT/m2)
(cd $PROJECT && ./gradlew publishToMavenLocal --info --stacktrace -x javadoc -Dmaven.repo.local=$OUT/m2)
$MVN -pl fuzz-targets install -Dmaven.repo.local=$OUT/m2

# build classpath
Expand Down Expand Up @@ -86,4 +86,4 @@ else
chmod u+x $OUT/$fuzzer_basename
done

fi
fi
8 changes: 2 additions & 6 deletions projects/ion-java/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ fuzzing_engines:
main_repo: "https://github.com/amazon-ion/ion-java/"
sanitizers:
- address
vendor_ccs:
- "wagner@code-intelligence.com"
- "yakdan@code-intelligence.com"
- "patrice.salathe@code-intelligence.com"
- "hlin@code-intelligence.com"
- "bug-disclosure@code-intelligence.com"
auto_ccs:
- "ion-team@amazon.com"

0 comments on commit 0a5af59

Please sign in to comment.