Skip to content

Commit 1069ba0

Browse files
committed
Drop Ubuntu 22.04 from laptop setup build
Devs should all be migrated to 24.04 by now; keeping 22.04 doubled build time and was contributing to timeouts. CMK-33697 Change-Id: I52771823c6acfc9dacae9a71a1116b2556f71391 (cherry picked from commit e7cda0d)
1 parent ef434fc commit 1069ba0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

buildscripts/scripts/test-laptop-setup.groovy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ void main() {
4141
" --build-arg NEXUS_PASSWORD='$PASSWORD'" +
4242
" --build-arg CI=1"
4343
);
44-
// no support for 20.04, sorry
45-
// python2 would be required, and the system Python does not support typing in "strip_binaries"
46-
def ubuntu_versions = ["22.04", "24.04"];
44+
def ubuntu_versions = ["24.04"];
4745

4846
dir("${checkout_dir}") {
4947
sh("""

0 commit comments

Comments
 (0)