Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/build-graal-bundles.sh
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ function pack {
tar -zcf $targetname jruby-$version || exit $?
shasum -a 1 $targetname > $targetname.sha1 || exit $?

rm -rf jruby-master || 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 $?

0 comments on commit b3b4f24

Please sign in to comment.