Skip to content

Commit 14aabfa

Browse files
Need to disable segfault handler on Windows
1 parent 45f45c1 commit 14aabfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4254,7 +4254,8 @@ lazy val `os-environment` =
42544254
mainClass = Some("org.enso.os.environment.TestRunner"),
42554255
additionalOptions = Seq(
42564256
"-ea",
4257-
"--features=org.enso.os.environment.TestCollectorFeature"
4257+
"--features=org.enso.os.environment.TestCollectorFeature",
4258+
"-R:-InstallSegfaultHandler"
42584259
)
42594260
)
42604261
}.value,

0 commit comments

Comments
 (0)