On Tue, May 14, 2024 at 4:41 AM Ales Musil <[email protected]> wrote: > > The series is pretty small however it is required for the > bump to Ubuntu 24.04 and Fedora 40. Both have newer GCC and > Clang which brought up some issues that needed to be fixed. > > The series also includes fix for weekly runs to use Fedora > because the cache string wasn't specific enough. > > Ales Musil (7): > ci: Pin Fedora version for the build-rpm job. > ovs: Bump the submodule to the tip of branch-3.3. > ci: Update the Ubuntu container to 24.04. > tests: Replace wget with curl for failing commands. > ci: Add missing packages to run Fedora image in GH CI. > ci: Make sure that we are using proper image. > ci: Bump the Fedora container to 40.
Thanks for the patch series. I applied this patch series to the main. Before applying I removed "dnf update" from .ci/linux-build.sh as per the comments in the patch 5. Thanks Numan > > .ci/linux-build.sh | 3 +++ > .github/workflows/test.yml | 7 ++++--- > ovs | 2 +- > tests/system-ovn.at | 15 +++++++-------- > utilities/containers/fedora/Dockerfile | 3 ++- > utilities/containers/ubuntu/Dockerfile | 11 ++++++++++- > 6 files changed, 27 insertions(+), 14 deletions(-) > > -- > 2.44.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
