gemcoder (old)
gemcoder (old)
RRailway
Created by gemcoder (old) on 5/19/2023 in #✋|help
Does Railway support ability to pay with Crypto?
Is there any plans to support stable coins?
9 replies
RRailway
Created by gemcoder (old) on 5/19/2023 in #✋|help
Does Railway support ability to pay with Crypto?
9a3dfee5-c7f3-46c4-b704-cb67b7289326
9 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
Solution was not to put binary into /bin folder and keep them in the root, because it had conflict with the folder and the name of the binary
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
This is pretty standard setup for cargo workspace with multiple binaries as api and worker
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
ERROR: failed to solve: process "/bin/bash -ol pipefail -c cp target/release/client bin" did not complete successfully: exit code: 1 Seems like it's not able to move the binary to the bin folder
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
@erikh @Brody can you please help here to figure it out? Quite confident something wrong with nixpack setup. I also tried to set NIXPACKS_RUST_BIN and NIXPACKS_CARGO_WORKSPACE
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
https://github.com/gemwalletcom/api here is the code, there is two binaries, client and deamon
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
9a3dfee5-c7f3-46c4-b704-cb67b7289326 and bbe995ee-c6df-4d23-b96f-15f189f8d8a9 project ids, I was not able to deploy yet anything from the cargo workspace, can you take a look?
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
NIXPACKS_NO_MUSL=1 solved the issue, no idea why tho
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
I have a workspace setup and I have multiple binaries, rust suggest to put binaries under bin folder
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
@erikh @Brody who would be the best people to help with this? Thank you!
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
I simply need to run deploy as cargo build --release and then run cargo run --bin api
26 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
Seems like binaries not being moved into deploy stage
26 replies