summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-06 18:37:41 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-06 18:37:41 +0200
commit9c69956bfb96f9a30f3dc1f09909bff6b7dcf56e (patch)
tree29b5b8f121095eb090f567674bcddc7f1016cba9 /build.xml
parent87e2d7ff7663ab2b73c9bfdbec9a0aa287e3c9d2 (diff)
downloadscala-9c69956bfb96f9a30f3dc1f09909bff6b7dcf56e.tar.gz
scala-9c69956bfb96f9a30f3dc1f09909bff6b7dcf56e.tar.bz2
scala-9c69956bfb96f9a30f3dc1f09909bff6b7dcf56e.zip
Disable MiMa on the 2.12.x branch
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a66c138cbe..d1a4bf3e78 100755
--- a/build.xml
+++ b/build.xml
@@ -1523,8 +1523,9 @@ TODO:
<target name="test.bc-opt" description="Optimized version of test.bc."> <optimized name="test.bc"/></target>
<target name="test.bc" depends="bc.init, pack.lib, pack.reflect">
- <bc.check project="library"/>
- <bc.check project="reflect"/>
+ <echo message="binary compatibility testing disabled in the 2.12.x branch"/>
+ <!-- <bc.check project="library"/> -->
+ <!-- <bc.check project="reflect"/> -->
</target>
<!-- ===========================================================================