Skip to content
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

cmd/bpf2go: test against clang-14 by default #794

Merged
merged 2 commits into from Sep 20, 2022
Merged

Commits on Sep 20, 2022

  1. cmd/bpf2go: test against clang-14 by default

    clang-9 is getting difficult to get a hold of on recent distributions.
    Default to clang-14 for bpf2go tests, but allow CI to still use clang-9.
    This avoids regressing clang-9 support by for example using a new
    command line option.
    
    Also skip tests that invoke clang from inside the VM, since they tend to
    be quite slow. Instead, run them when testing on the previous stable version
    of Go.
    lmb committed Sep 20, 2022
    Copy the full SHA
    f4eeb2c View commit details
    Browse the repository at this point in the history
  2. CI: update to Go 1.19.1

    lmb committed Sep 20, 2022
    Copy the full SHA
    a42d422 View commit details
    Browse the repository at this point in the history