summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-05-30 08:52:41 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2016-05-30 08:52:41 +0200
commita45509cfe9a40b83e92483471889f9a909bea590 (patch)
tree1f4b4a372680e1ff259357ec4a467c5d5e43283d
parent6b2037a2161de650fdbb010ba1da23d843247234 (diff)
downloadscala-a45509cfe9a40b83e92483471889f9a909bea590.tar.gz
scala-a45509cfe9a40b83e92483471889f9a909bea590.tar.bz2
scala-a45509cfe9a40b83e92483471889f9a909bea590.zip
Don't pass -opt to starr / locker build in the bootstrap script
Renaming -Yopt to -opt revealed that we're passing the flag when building the locker (and optionally the starr) version. This is not necessary: when building the next stage with the flag enabled, the same optimizations are performed no matter if the current stage was built with the flag or not.
-rw-r--r--scripts/jobs/integrate/bootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index 05c7d22b26..76673b4f32 100644
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -494,7 +494,6 @@ bootstrap() {
-Dremote.snapshot.repository=NOPE\
-Dremote.release.repository=$releaseTempRepoUrl\
-Drepository.credentials.id=$releaseTempRepoCred\
- -Dscalac.args.optimise=-opt:l:classpath\
-Ddocs.skip=1\
-Dlocker.skip=1\
$publishStarrPrivateTask >> $baseDir/logs/builds 2>&1
@@ -516,7 +515,6 @@ bootstrap() {
$SET_STARR\
-Dremote.release.repository=$releaseTempRepoUrl\
-Drepository.credentials.id=$releaseTempRepoCred\
- -Dscalac.args.optimise=-opt:l:classpath\
-Ddocs.skip=1\
-Dlocker.skip=1\
$publishLockerPrivateTask >> $baseDir/logs/builds 2>&1