-
Notifications
You must be signed in to change notification settings - Fork 281
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
bun/1.1.43 package update #39096
base: main
Are you sure you want to change the base?
bun/1.1.43 package update #39096
Conversation
octo-sts
bot
commented
Jan 8, 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: • Detected Error: "ninja: subcommand failed" followed by "error: script "build:release" exited with code 1" • Error Category: Build • Failure Point: The • Root Cause Analysis: The build is failing during the ninja build process, likely due to missing or incompatible dependencies. The error occurs after package installation and during the actual build step. • Suggested Fix:
- python3
- libstdc++-dev
- linux-headers
environment:
contents:
packages:
# existing packages...
variables:
CXXFLAGS: "-fPIC"
LDFLAGS: "-fuse-ld=lld"
CC: "clang-18"
CXX: "clang++-18" • Explanation:
• Additional Notes:
• References:
|
Signed-off-by: wolfi-bot <[email protected]>
2fb8d4e
to
6ac4098
Compare
Signed-off-by: Dentrax <[email protected]>
6ac4098
to
09fd6d3
Compare
I found the following
It seems the issue at the
then this exists with
Maybe this might helpful? oven-sh/bun@487da0a Update: Yes, build now passes but test fails with
I think this is also a regession. |
Signed-off-by: Dentrax <[email protected]>
Signed-off-by: Dentrax <[email protected]>