-
Notifications
You must be signed in to change notification settings - Fork 249
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
FTBFS 2024-08-15 #26401
Comments
bump time crate to the latest version (0.3.36) Related: #26401 ```bash [sdk] ❯ wolfictl scan ./packages/aarch64/*.apk 🔎 Scanning "./packages/aarch64/hickory-dns-0.24.1-r1.apk" ✅ No vulnerabilities found [sdk] ❯ ``` Signed-off-by: kranurag7 <[email protected]> Co-authored-by: Dimitri John Ledkov <[email protected]>
time crate fails to compile with latest stable version of rust. this commit updates the crate to the latest version. <details><summary> scan results </summary> <p> ```bash [sdk] ❯ wolfictl scan ./packages/aarch64/meilisearch-1.9.0-r0.apk 🔎 Scanning "./packages/aarch64/meilisearch-1.9.0-r0.apk" ✅ No vulnerabilities found ``` </p> </details> Related: #26401 Signed-off-by: kranurag7 <[email protected]>
It's been replaced by hickory-dns and the gitrepo doesn't have the contents to build this package. Related: #26401
sonar-scanner-cli-entrypoint and ruby3.2-aws-* are specifying branches that are regularly updated. Those projects also don't have tags that we can use for the versions we're on. So the expected commits don't match and rebuilds will fail as soon as a new push happens. Since we don't keep src tar or source equivalents need to figure out how we want to deal with these. Maybe augment the git pipeline to use a specific commit instead of branch or tag. |
@justinvreeland Note, it will get better soon once chainguard-dev/melange#1516 makes it into wolfictl; as then periodic updatable things, with branch & expected-commit will reset to it; rather than fail the build. |
update deps add compiler option Related: #26401
Generated with:
Tasks
Individual build logs can be queried using
./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --package PKG --arch ARCH
using pr 19057The text was updated successfully, but these errors were encountered: