Closed allenxwang closed 1 month ago
Hi @allenxwang default machine image is referring to ubuntu 22.04 image - ubuntu-2204:2024.05.1
instead of ubuntu 20.04, which could be the reason CI build started to fail.
Could you please try to run jobs with ubuntu-2004:current
image which is actually ubuntu-2004:2024.05.1
which is not a part of the deprecated list.
It would be preferable if building s390x remains a part of CI.
Hi @allenxwang default machine image is referring to ubuntu 22.04 image -
ubuntu-2204:2024.05.1
instead of ubuntu 20.04, which could be the reason CI build started to fail. Could you please try to run jobs withubuntu-2004:current
image which is actuallyubuntu-2004:2024.05.1
which is not a part of the deprecated list. It would be preferable if building s390x remains a part of CI.
Tried this in a different branch but got the same error in CI: java.lang.IllegalArgumentException: Unsupported class file major version 65
Summary
test-multi-arch
job fails due to image ubuntu-2004:202107-02 is unavailable. See https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/.On the other hand, builds and integration tests on other platforms pass.
Removed the job
test-multi-arch
to unblock the PR workflow.I also tried to fix this by using the
default
machine image as suggested in the above link but it failed in findbugs due to class file version issue.Categorization