Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Upgrade to pants 0.0.41
Browse files Browse the repository at this point in the history
The release notes are here:
  https://pypi.python.org/pypi/pantsbuild.pants/0.0.41

Of note are fixes to python chroot caching which fixes behavior of
python tasks when edits are made to a python_binary's python_library
dependencies.

Testing Done:
CI went green here:
  https://travis-ci.org/twitter/commons/builds/74840320

Bugs closed: 406

Reviewed at https://rbcommons.com/s/twitter/r/2585/
  • Loading branch information
jsirois committed Aug 10, 2015
1 parent b6f239e commit bc7248d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pants
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

source build-support/python/libvirtualenv.sh

PANTS_VERSION=0.0.40
PANTS_VERSION=0.0.41

PANTS_PACKAGES=(
pantsbuild.pants==${PANTS_VERSION}
Expand Down
16 changes: 7 additions & 9 deletions pants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,13 @@ config: %(buildroot)s/build-support/scalastyle/scalastyle_config.xml
excludes: %(buildroot)s/build-support/scalastyle/excludes.txt


[compile.java]
partition_size_hint: 1000000000
jvm_options: ['-Xmx2G']
source: 6
target: 6


[compile.scala]
jvm_options: ['-Xmx2g', '-XX:MaxPermSize=256m', '-Dzinc.analysis.cache.limit=0']
[jvm-platform]
platforms: {
'java7': {
'target': 7
},
}
default_platform: java7


[jvm.repl.scala]
Expand Down

0 comments on commit bc7248d

Please # to comment.