You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using fresh on Windows 10 inside a Docker container. fresh seems to build the project correctly the first time, but on subsequent rebuilds will fail with go install github.com/me/project: open tmp/runner-build: no such file or directory. If I bash into the container I can see tmp/runner-build when listing the directory contents, but when trying to interact with it I get more no such file or directory errors. My initial thought was that this is was a permission issue but it doesn't appear to be.
Not sure if this repo is too active anymore, but has anyone encountered this before?
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using
fresh
on Windows 10 inside a Docker container.fresh
seems to build the project correctly the first time, but on subsequent rebuilds will fail withgo install github.com/me/project: open tmp/runner-build: no such file or directory
. If I bash into the container I can seetmp/runner-build
when listing the directory contents, but when trying to interact with it I get moreno such file or directory
errors. My initial thought was that this is was a permission issue but it doesn't appear to be.Not sure if this repo is too active anymore, but has anyone encountered this before?
The text was updated successfully, but these errors were encountered: