Skip to content

Commit b3b4f24

Browse files
committed
[Truffle] Remove jruby-master so we copy over it, not into it.
1 parent b7b9019 commit b3b4f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/build-graal-bundles.sh

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function pack {
5959
tar -zcf $targetname jruby-$version || exit $?
6060
shasum -a 1 $targetname > $targetname.sha1 || exit $?
6161

62+
rm -rf jruby-master || exit $?
63+
6264
cp -r jruby-$version jruby-master || exit $?
6365
targetname=jruby-dist-master+graal-$1-x86_64-bin.tar.gz
6466
tar -zcf $targetname jruby-master || exit $?

0 commit comments

Comments
 (0)