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

build-bpf-gcc: fix how binutils snapshot is identified #173

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

theihor
Copy link
Contributor

@theihor theihor commented Feb 17, 2025

Latest binutils snapshot is fetched from:
snapshots.sourceware.org/binutils/trunk/latest/src/sha512.sum

There was an unnecessary grep filter on the tarball name, which caused a script failure when it changed.

Simply take the name of the tarball from the checksum as is instead.

Latest binutils snapshot is fetched from:
snapshots.sourceware.org/binutils/trunk/latest/src/sha512.sum

There was an unnecessary grep filter on the tarball name, which caused
a script failure when it changed.

Simply take the name of the tarball from the checksum as is instead.

Signed-off-by: Ihor Solodrai <[email protected]>
theihor added a commit to theihor/vmtest that referenced this pull request Feb 17, 2025
@theihor theihor merged commit 40e5f9d into libbpf:main Feb 17, 2025
16 checks passed
theihor added a commit to theihor/vmtest that referenced this pull request Feb 17, 2025
theihor added a commit to kernel-patches/vmtest that referenced this pull request Feb 17, 2025
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.

1 participant