Skip to content

Commit

Permalink
fix crosstalk between jdk6 and jdk8 builds
Browse files Browse the repository at this point in the history
yeah yeah, not the most elegant fix
  • Loading branch information
SethTisue committed Oct 22, 2015
1 parent e02e517 commit 77f26d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/jobs/integrate/community-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

DBUILDVERSION=0.9.1

# prevent crosstalk between jdk6 and jdk8 community builds
# TODO: obv, it would be more elegant to key off `jvmSelect`
CACHEDIR=~/.dbuild/cache-$DBUILDVERSION-jdk8

# otherwise this directory just keeps growing.
# see scala/scala-jenkins-infra#115
rm -rf target-$DBUILDVERSION

scripts/dbuild-runner.sh "community.dbuild" "$DBUILDVERSION" "${@}"
scripts/dbuild-runner.sh "community.dbuild" "$DBUILDVERSION" \
"-Ddbuild.cache.dir=$CACHEDIR" \
"${@}"

0 comments on commit 77f26d4

Please sign in to comment.