Draak
Build error: "Unable to build profile"
hmmm the rust doesn't call the python. It's kind of backwards right now since my build and start scripts are just proc calls in python. so I guess it's python provider and a rust dependency? Not sure how to apply those words to this configuration
19 replies
Build error: "Unable to build profile"
@Brody thanks for the quick reply. Do you think it could work with a custom nixpacks? To avoid a potentially messy dockerfile I would probably opt to make several mono-lingual services in railway instead 😅
19 replies
Unchanged repo fails to deploy on env var change.
Whelp, turns out in my env var shuffle, I dropped
NIXPACKS_NO_MUSL=1
which was the root cause. Things are working again. I'd normally ask for a better error but I'm not sure this one would be particularly easy to put into the system.9 replies
Unchanged repo fails to deploy on env var change.
Still can't figure this one out.
Poking around the image built locally with
nixpacks build .
shows that /bin/sh ./bin/tklbot
results in cannot execute binary file
. Thought that could mean it's not built for the right architecture, or that bash can't resolve the absolute path but explicitly specifying both yielded the same results.9 replies