Skip to content

Commit dab9159

Browse files
committed
[Truffle] Have to increase the size of other assets as well.
1 parent 84fa6b7 commit dab9159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/check_versions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ function check {
6464

6565
check test/target/jruby-tests-$jar_version.jar 1
6666
check lib/target/jruby-stdlib-$jar_version.jar 8
67-
check maven/jruby-jars/pkg/jruby-jars-$gem_version.gem 25
67+
check maven/jruby-jars/pkg/jruby-jars-$gem_version.gem 30
6868
check maven/jruby-jars/lib/jruby-core-$jar_version-complete.jar 13
69-
check maven/jruby-jars/lib/jruby-truffle-$jar_version-complete.jar 9
69+
check maven/jruby-jars/lib/jruby-truffle-$jar_version-complete.jar 15
7070
check maven/jruby-jars/lib/jruby-stdlib-$jar_version.jar 8
7171
check maven/jruby-complete/target/jruby-complete-$jar_version.jar 27
7272
check maven/jruby/target/jruby-$jar_version.jar 9
73-
check maven/jruby-dist/target/jruby-dist-$jar_version-bin.tar.gz 38 jruby-$jar_version
73+
check maven/jruby-dist/target/jruby-dist-$jar_version-bin.tar.gz 45 jruby-$jar_version
7474
check maven/jruby-dist/target/jruby-dist-$jar_version-bin200.tar.gz 17 jruby-$jar_version
7575
check maven/jruby-dist/target/jruby-dist-$jar_version-src.zip 13 jruby-$jar_version
7676
check maven/jruby-dist/target/jruby-dist-$jar_version-bin.zip 38 jruby-$jar_version

0 commit comments

Comments
 (0)