-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
[Bug]: GenericFailure: should send result success #8513
Comments
It's working on
|
For some reason I can't get the error to be more explicit again but I have it here:
|
Pinning to |
Can you provide a minimal repro ? |
Hello @chneau, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by |
Sorry for the delay, busy busy. https://github.com/chneau/bug-bun-rspack-docker Here is a repo with reproduction, as per the README.md: bun install
bun run build # that works
bun run dockerize # that fails with a variable error
# As well, remove the css import from src/index.ts and
bun run dockerize # that fails with another error Development works fine - local build works fine - it fails to build in docker (either -alpine or not) |
There is an issue of N-API of bun, oven-sh/bun#15383 I'll check this out after they fixed it |
Should be resolved in Bun 1.1.39, see oven-sh/bun#15383 |
System Info
Docker:
oven/bun:alpine
Bun: 1.1.36
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7",
Details
Reproduce link
No response
Reproduce Steps
The text was updated successfully, but these errors were encountered: