hubcio opened a new pull request, #2844: URL: https://github.com/apache/iggy/pull/2844
charming's "ssr" feature pulls deno_core -> rusty_v8, which has no prebuilt static libraries for any musl target. The bench-dashboard exclusion only covered aarch64-musl, leaving x86_64-musl broken after #2833 added the ssr feature. Extend the musl exclusion to all musl targets in the artifact build. Scope each Dockerfile's cargo-chef cook to only the packages it ships (-p), avoiding workspace-wide feature unification that drags in v8 for images that never use it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
