-
-
Notifications
You must be signed in to change notification settings - Fork 176
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 Report]: oven/bun:alpine build is way slower (2s vs 14s for a project with antd) #2075
Comments
Thanks for you reporting, have you tried it in a physical machine? I think this may be due to the overhead associated with virtual environments rather than ours, lol😂 |
I'll create a repo for reproduction with steps.
|
Thanks |
Here it is https://github.com/chneau/farm-alpine-slow-bug Please clone and run That's 10.8sec vs 2.4sec. Why does it matter to me? I started to notice that farm build was significantly slower compared to my machine, the only difference would be the Here I enter a territory I don't know much but I would bet something like that: https://www.reddit.com/r/rust/comments/gdycv8/why_does_musl_make_my_code_so_slow/ ? |
We'll take a look, thanks for the reporting! |
Steps to reproduce
Have a new farm:
bun create farm@latest
.Add dockerfile like so:
Run
Switch
FROM oven/bun
toFROM oven/bun:alpine
Run and notice considerable longer build time
Reproduce link
No response
What is actually happening?
alpine version of farm is very very slower.
System Info
It's all docker
The text was updated successfully, but these errors were encountered: