Skip to content

Commit 8871775

Browse files
committed
Temporarily remove --warning-as-error check when compiling with ECJ
* Somehow it fails to compile properly since Truffle libraries and fails when running the .jar to compile C extensions.
1 parent bfc52c9 commit 8871775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ local part_definitions = {
406406
# Build with ECJ to get warnings
407407
["mx", "sversions"],
408408
] + self.before_build + [
409-
["mx", "build", "--jdt", "$JDT", "--warning-as-error", "--force-deprecation-as-warning"],
409+
["mx", "build", "--jdt", "$JDT"],
410410
] + jt(["lint"]) + self.after_build,
411411
},
412412

0 commit comments

Comments
 (0)