Skip to content

Commit

Permalink
wip: gha test
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 24, 2024
1 parent c3f104a commit d7268c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ lazy val root = (project in file("."))
GraalVMNativeImage / mainClass := Some("io.septimalmind.baboon.Baboon"),
graalVMNativeImageOptions ++= niOptions,
graalVMNativeImageOptions ++= Seq(
"-H:-CheckToolchain", // fixes Darwin builds under Nix
"-H:+UnlockExperimentalVMOptions",
"--no-fallback",
"-H:+ReportExceptionStackTraces",
Expand Down

0 comments on commit d7268c3

Please sign in to comment.