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

ci: bump msrv for xdp action #1941

Merged
merged 1 commit into from
Aug 29, 2023
Merged

ci: bump msrv for xdp action #1941

merged 1 commit into from
Aug 29, 2023

Conversation

lrstewart
Copy link
Contributor

@lrstewart lrstewart commented Aug 29, 2023

Description of changes:

The xdp action installs bpf-linker, which depends on clap: https://github.com/aya-rs/bpf-linker/blob/main/Cargo.toml#L20 Clap now requires rustc 1.70.0, so update the toolchain used by the action.

Call-outs:

bpf-linker specifies "4.x.y" for clap instead of "=4.x.y". So we can't just lock our bpf-linker version.

Testing:

xdp action now succeeds

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lrstewart lrstewart changed the title Pin bpf-linker to fix xdp ci: pin bpf-linker version to fix xdp Aug 29, 2023
@camshaft
Copy link
Contributor

I'm fine just bumping the MSRV for XDP. It doesn't have the same requirements as the rest of the lib.

@lrstewart lrstewart changed the title ci: pin bpf-linker version to fix xdp ci: bump msrv for xdp action Aug 29, 2023
@lrstewart lrstewart marked this pull request as ready for review August 29, 2023 19:34
@lrstewart lrstewart enabled auto-merge (squash) August 29, 2023 19:35
@lrstewart lrstewart merged commit acb58d4 into main Aug 29, 2023
125 of 127 checks passed
@lrstewart lrstewart deleted the fix_xdp branch August 29, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants