-
Notifications
You must be signed in to change notification settings - Fork 298
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
oxipng/9.1.4 package update #42760
base: main
Are you sure you want to change the base?
oxipng/9.1.4 package update #42760
Conversation
octo-sts
bot
commented
Feb 14, 2025
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: Since no specific error message is shown in the build output, and the build appears to complete successfully (indicated by "wrote packages/x86_64/oxipng-9.1.4-r0.apk"), I'll analyze potential issues with the Melange YAML file and suggest improvements for robustness: • Error Category: Configuration • Suggested Fix: package:
name: oxipng
version: "9.1.4"
epoch: 0
description: Multithreaded PNG optimizer written in Rust
copyright:
- license: MIT
dependencies:
runtime:
- glibc
- libgcc
- libm
environment:
contents:
packages:
- rust-1.84
- cargo-auditable
- build-base
environment:
RUSTFLAGS: "-C linker=/usr/local/bin/gcc"
CARGO_HOME: "/tmp/cargo"
CARGO_NET_OFFLINE: "true"
pipeline:
- uses: git-checkout
with:
repository: https://github.com/shssoichiro/oxipng
tag: v${{package.version}}
expected-commit: bc8c36456858fe4678460bdea520a4ec0bc50dc4
- uses: cargo/build
with:
output: ${{package.name}}
cargo-auditable: true
- uses: strip • Explanation:
• Additional Notes:
• References:
Would you like me to explain any part of these suggestions in more detail? |
2809406
to
8a0ce5c
Compare
Converted to Draft as I'm iterating on an arm build failure in CI |
8a0ce5c
to
5232087
Compare
Signed-off-by: wolfi-bot <[email protected]>
These don't seem to have an impact on build success/failure, and point at a non-existent path.
5232087
to
e2cf443
Compare
We've escalated this internally as it's a toolchain type issue. |