Navigation Menu

Skip to content

Commit

Permalink
[Truffle] Also build a distribution with no version numbers to make i…
Browse files Browse the repository at this point in the history
…ntegration easier.
  • Loading branch information
chrisseaton committed Nov 18, 2014
1 parent aced7b5 commit 35b59c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/build-graal-bundles.sh
Expand Up @@ -57,6 +57,10 @@ function pack {
targetname=jruby-dist-$version+graal-$1-x86_64-bin.tar.gz
tar -zcf $targetname jruby-$version || exit $?
shasum -a 1 $targetname > $targetname.sha1 || exit $?
cp -r jruby-$version jruby-master || exit $?
targetname=jruby-dist-master+graal-$1-x86_64-bin.tar.gz
tar -zcf $targetname jruby-master || exit $?
shasum -a 1 $targetname > $targetname.sha1 || exit $?
}

pack "linux" "b132" "0.5"
Expand Down

0 comments on commit 35b59c7

Please sign in to comment.