Skip to content

Commit b7b9019

Browse files
committed
[Truffle] Do build the master distros - remembered why I wanted them.
1 parent 54a3ef7 commit b7b9019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tool/build-graal-bundles.sh

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

62-
#cp -r jruby-$version jruby-master || exit $?
63-
#targetname=jruby-dist-master+graal-$1-x86_64-bin.tar.gz
64-
#tar -zcf $targetname jruby-master || exit $?
65-
#shasum -a 1 $targetname > $targetname.sha1 || exit $?
62+
cp -r jruby-$version jruby-master || exit $?
63+
targetname=jruby-dist-master+graal-$1-x86_64-bin.tar.gz
64+
tar -zcf $targetname jruby-master || exit $?
65+
shasum -a 1 $targetname > $targetname.sha1 || exit $?
6666
}
6767

6868
pack "linux" "b132" "0.6"

0 commit comments

Comments
 (0)