-
Notifications
You must be signed in to change notification settings - Fork 253
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
binaryen/119 package update #27682
binaryen/119 package update #27682
Conversation
octo-sts
bot
commented
Sep 5, 2024
Signed-off-by: wolfi-bot <[email protected]>
Open AI suggestions to solve the build error:
|
I was unable to get this to buidl without the provided patch. Getting -Wno-error=maybe-uninitialized into the compiler flags was not enough. There are other examples in binaryen's git where this pragma approach is used. I could not get it to build with openssf-compiler-options enabled, very close. By adding vars: no-error-flags: -Wno-error=conversion \ -Wno-error=float-conversion \ -Wno-error=format-nonliteral \ -Wno-error=maybe-uninitialized \ -Wno-error=stringop-overflow and then adding to the cmake/configure opts -DCMAKE_CXX_FLAGS="${{vars.no-error-flags}}" we can get to an _Unwind_Resume linker error. Presumably that will be fixed with something like #27815
Package binaryen: Click to expand/collapsePackage binaryen: Package binaryen-dev: Click to expand/collapsePackage binaryen-dev: bincapz found differences: Click to expand/collapseDeleted: binaryen-dev/var/lib/db/sbom/binaryen-dev-118-r0.spdx.json [
|
RISK | KEY | DESCRIPTION | EVIDENCE |
---|---|---|---|
-MEDIUM | net/download | download files | downloadLocation |
-LOW | ref/site/url | contains embedded HTTPS URLs | https://spdx.org/spdxdocs/chainguard/melange/a26a4dd0555e1389852110035b36 |
Moved: binaryen/var/lib/db/sbom/binaryen-118-r0.spdx.json -> /tmp/wolfictl-apk-3004492629/binaryen-dev/var/lib/db/sbom/binaryen-dev-119-r0.spdx.json (similarity: 0.91)
Moved: binaryen/var/lib/db/sbom/binaryen-118-r0.spdx.json -> /tmp/wolfictl-apk-3004492629/binaryen/var/lib/db/sbom/binaryen-119-r0.spdx.json (similarity: 0.99)
Submitted WebAssembly/binaryen#6912 for upstream. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank-you