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 4c1e076 commit c3f104a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ lazy val root = (project in file("."))
graalVMNativeImageOptions ++= niOptions,
graalVMNativeImageOptions ++= Seq(
"-H:+UnlockExperimentalVMOptions",
"-H:-CheckToolchain", // to allow clang compiler on mac (but it's broken anyway)
"--no-fallback",
"-H:+ReportExceptionStackTraces",
//"-H:+UnlockExperimentalVMOptions",
"--report-unsupported-elements-at-runtime",
"--enable-https",
"--enable-http",
Expand Down

0 comments on commit c3f104a

Please sign in to comment.