Skip to content

Commit 6406320

Browse files
committed
Merge pull request #231 from SethTisue/jawn-spire-inliner-flag
jawn, spire: don't use removed -Yinline-warnings flag
2 parents 7156c55 + a55b8d7 commit 6406320

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)