Merge pull request #7149 from scalacenter/try-cirrus-ci

This commit is contained in:
eugene yokota 2023-02-15 09:10:10 -05:00 committed by GitHub
commit 1a12daaa9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client"))
nativeImageReady := { () =>
()
},
nativeImageVersion := "22.2.0",
nativeImageOutput := target.value / "bin" / "sbtn",
nativeImageOptions ++= Seq(
"--no-fallback",