27 Replies
Project ID:
N/A
N/A
that variable doesn't exist in the node providers code
I'm not even sure what bun version it uses by default, for node there's a default node version variable but nothing for bun
ðŸ˜
Seems the version they’re using is outdated enough that my code doesn’t work. Was hoping I didn’t have to switch to a dockerfile for this.
I assume it just uses whatever version is in the nix packages overlay
Where would I find that? Been clicking through the GitHub and yet to find it. 😅
I don't know if this is the same archive or overlay nixpacks is currently using, but this states bun 0.6.2
https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages&query=bun
and that's kinda old
Yeah that’s out of date then. Should be 0.7.1
https://github.com/nixos/nixpkgs/blob/master/pkgs/development/web/bun/default.nix
Seems this is up to date
ah, 0.7.1 is marked as unstable
yeah railway wouldn't be using unstable
😦
out of interest, what bun version is railway using?
for bun you kinda need to, theyre pushing mulitple updates a day at times
got any idea how to check 'cause I dont. 😅
start command: bun --version
you get the idea lol
oh true
unless it says the bun version in the build table?
this?
the nixpacks build table at the top of the build logs
BRUH
$ bun -v && bun run ./src/index.ts 0.4.0no fucking wonder who do i need to poke to get at least the latest stable version on railway? 😅
oh wow
jr, but you could always pr a NIXPACKS_BUN_VERSION feature too 😉
wait i just realized something
bun doesn't even work on alpine
or at least i cant get it to work
lol did they blocked staff pings on here?
it does, i run mine on alpine
yes they did
ðŸ˜
what apk pkgs do you have to install to get it to work
i installed libc6 and gcompat and a whole bunch of other things
it just segfaults
please tell me
its likely just musl that's broken
ill check tomorrow what i changed in my dockerfile for it