Skip to content

Commit

Permalink
Update polyglot-js, native-image now builds!
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 9, 2024
1 parent eca8c43 commit 49012ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ val mockingbird = (project in file("mockingbird"))
"com.github.geirolz" %% "advxml-xpath" % "2.5.1",
"io.estatico" %% "newtype" % "0.4.4",
"org.mozilla" % "rhino" % "1.7.14",
"org.graalvm.js" % "js" % "23.0.2",
"org.graalvm.polyglot" % "js" % "23.1.2",
"org.slf4j" % "slf4j-api" % "1.7.30" % Provided
),
Compile / unmanagedResourceDirectories += file("../frontend/dist")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Args = -H:+UnlockExperimentalVMOptions \
-H:+AddAllCharsets \
-H:+BuildReport \
--no-fallback \
--language:js \
--initialize-at-run-time=io.netty.bootstrap.Bootstrap,\
io.netty.bootstrap.ServerBootstrap,\
io.netty.buffer,\
Expand Down
3 changes: 2 additions & 1 deletion backend/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ object Settings {
IgnoredPackage("io.netty.channel.epoll")
),
dockerize := ciEnabled,
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
Test / fork := true
)

def docker(
Expand Down

0 comments on commit 49012ab

Please sign in to comment.