-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build/CI automation to use ubuntu-20.04 #2482
Comments
Zui artifacts used for testing are here. Similar to what was done in #1263, testing proceeded like a binary search to find the oldest & newest versions of key Linux distros that passed a smoke test out-of-the-box. The tl;dr of the results is that the artifacts now built in Actions with Below are the detailed results. UbuntuUbuntu 18.04: FailUbuntu 20.04: PassUbuntu 22.04.1: PassCentOSCentOS 8 1904: PassThis was re-tested because it was previously listed in our support statement as the oldest RHEL-compatible release on which Brim successfully passed a smoke test. Since that time, however, the CentOS 8 releases have all been deprecated and the ISO images pulled from mirror sites. I was only able to re-test with this release because I'd saved an old ISO from prior testing. Therefore I intend to stop testing with CentOS going forward and use Rocky Linux instead. RockyRocky 8.3: PassRocky 9.0: PassFedoraFedora 28: FailFedora 29: PassFedora 30: PassFedora 32: PassFedora 36: PassDebianDebian 10.0.0: PassFor some reason, I was unable to install Wireshark on this platform due to issues with dependencies. Strictly speaking, this is orthogonal to the ability to install and use Brim, but I'd been installing Wireshark in all tests as part of confirming that pcap slice extraction was working correctly. In this case the slice extraction was successful and got to the point where a menu of helper apps was presented to open the slice, so this seems close enough to success. Debian 11.4.0: Pass |
We've been using the
ubuntu-18.04
platform for some time to test and build Brim. Recent notifications from GitHub have indicated:The official deprecation notice is here.
In reaction to this, I plan to:
ubuntu-20.04
Actions Runnersubuntu-20.04
Actions Runners going forwardThe text was updated successfully, but these errors were encountered: