Skip to content

Commit 932894f

Browse files
committed
ruby: try to solve "General error during class generation: Method code too large!"
1 parent 6f81771 commit 932894f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

ruby/ruby-build-pipeline.groovy

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ pipeline {
9292
}
9393
stash(name: "scripts-${PLATFORM}-${CB_RUBY_VERSION}", includes: "bin/jenkins/*")
9494
stash(name: "tests-${PLATFORM}-${CB_RUBY_VERSION}", includes: "test/*,test_data/*")
95-
script {
96-
if (PLATFORM == "centos7") {
97-
stash(name: "scripts-ubuntu20-${CB_RUBY_VERSION}", includes: "bin/jenkins/*")
98-
stash(name: "tests-ubuntu20-${CB_RUBY_VERSION}", includes: "test/*,test_data/*")
99-
dir("pkg/binary") {
100-
stash(name: "gem-ubuntu20-${CB_RUBY_VERSION}-bin", includes: "*.gem")
101-
}
102-
}
103-
}
10495
}
10596
}
10697
}
@@ -113,7 +104,7 @@ pipeline {
113104
axes {
114105
axis {
115106
name 'PLATFORM'
116-
values 'centos7', 'centos8', 'macos-11.0', 'macos-10.15', 'ubuntu16', 'ubuntu20', 'debian9', 'm1', 'alpine', 'amzn2', 'qe-grav2-amzn2'
107+
values 'centos7', 'macos-11.0', 'macos-10.15', 'ubuntu20', 'debian9', 'm1', 'alpine', 'amzn2', 'qe-grav2-amzn2'
117108
}
118109
axis {
119110
name 'CB_RUBY_VERSION'

0 commit comments

Comments
 (0)