gabe
gabe
Explore posts from servers
RRailway
Created by gabe on 5/17/2024 in #✋|help
PNPM 9 Support
That worked, thank you!
7 replies
RRailway
Created by gabe on 5/17/2024 in #✋|help
PNPM 9 Support
1a38f728-4c4d-4335-9773-b50fe89d2634
7 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
ahh, no wait, I was looking at the publish times, the last number reported on the logs, but its around 1m30s on nixpacks, and 2 min on docker
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
42.20 sec on nixpacks and 36.90 seconds on docker...
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
also, I just copy and pasted the one nixpacks gave me, so it should behave the same I think
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
(its the same one i used on the dockerfile)
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
No description
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
hmmm, is the ID supposed to be the project, or the service?
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
No description
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
RUN --mount=type=cache,id=s/82d44405-b1db-4ad5-b469-c9a2b679f1d9-/root/cache/go-build,target=/root/.cache/go-build go mod download
RUN --mount=type=cache,id=s/82d44405-b1db-4ad5-b469-c9a2b679f1d9-/root/cache/go-build,target=/root/.cache/go-build go mod download
RUN --mount=type=cache,id=s/2d13c748-906b-4f06-bdbc-9a9cbdb84534-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm install --frozen-lockfile
RUN --mount=type=cache,id=s/2d13c748-906b-4f06-bdbc-9a9cbdb84534-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm install --frozen-lockfile
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
thats weird, looks the same as the one I have though
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
oh, how did you fix it?
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
the weird part is that locally using docker it works lol
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
:/
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
still confuses me why the same command works using nixpacks, but not on a docker image
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
makes sense 🤣 🤣
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
ahh, true, just saw on their docs... whats the benefits of using it vs for example, docker?
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
btw, going back to the dockerfile pnpm caching thing, do you have any idea why it complains when I try caching the pnpm folder like nixpacks do? I'd honestly still prefer to continue on using dockerfile, as its a bit easier to debug things locally and I have more familiarity with it...
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
yep, i'm doing that on the dockerfile
147 replies
RRailway
Created by gabe on 10/12/2023 in #✋|help
Cache mount ID is not prefixed with cache key
thank you for the help on debugging this, was quite an interesting ride 😄
147 replies