Skip to content

Commit a55b8d7

Browse files
committed
jawn, spire: don't use removed -Yinline-warnings flag
jawn and spire started failing in the 2.12.x build when `-Yinline-warnings` was removed from 2.12
1 parent 7156c55 commit a55b8d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,10 @@ build += {
751751
// omitted TODO: play
752752
// omitted: argonaut, rojoma-v3, rojoma, benchmark
753753
extra.projects: ["ast", "parser"]
754+
// no longer exists in 2.12
755+
extra.commands: ${vars.default-commands} [
756+
"removeScalacOptions -Yinline-warnings"
757+
]
754758
}
755759

756760
// note that we don't have MiMa in the JDK6 build. I tried but it
@@ -840,5 +844,9 @@ build += {
840844
// [info] [error] Could not run test spire.laws.LawTests:
841845
// java.lang.ClassFormatError: Duplicate method name&signature in class file spire/std/OrderProductInstances$$anon$228
842846
extra.run-tests: false
847+
// no longer exists in 2.12
848+
extra.commands: ${vars.default-commands} [
849+
"removeScalacOptions -Yinline-warnings"
850+
]
843851
}
844852
]}

0 commit comments

Comments
 (0)