Add support for ubuntu noble#188
Draft
mpenny-github wants to merge 24 commits into
Draft
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…run on arm64 hosts. Pin to a specific focal version to harden security
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the final pull request in a series to add support for running glb-director on ubuntu noble.
Previous PR: #187
The key difference between the focal build and the noble build is that we no longer include the glb-director using the DPDK version of the driver, which is no longer used or support.
Update the ci and test suites to run against noble in parallel.
Compatability fixes:
xdp-root-shimto libbpf 1.x that ships with noble, while persving libbpf 0.5 that's included on focal.glb-config-check/glb-director-pcap/glb-director-stub-server(which need DPDK headers absent on noble).ENV EXTRA_BPF_INCLUDES="-I /usr/src/linux-headers-6.10.14-linuxkit/..."(which only existed on Docker Desktop on macOS, not on GitHub Actions' azure-kernel runners).struct bpf_map_def SEC("maps")syntax (rejected by libbpf 1.0+) to the modern BTF-style anonymous-structSEC(".maps")syntax-gto clang in the BPF Makefile so the resulting ELF actually contains the.BTFsection that BTF-style maps require.