Ricardo Rosales
Ricardo Rosales
seems like `mipsle` is not supported by https://github.com/rfratto/viceroy/issues/6
Trying to add `mips` support here https://github.com/rfratto/viceroy/pull/7
@ksingh-scogo if you are interested in an "easy" way to build the `agent` and `agentctl` binaries, sadly, these would be for an older version. Try the below: ```shell $ git...
I am ok with closing this @juliusvonkohout, sorry, I don't have free time to continue maintaining this fork. Thanks for the consideration
@thesuperzapper, since this seems to help other people, see @danielschulz and @hellobiek. Do you think it is worth merging?
I cannot continue maintaining this fork, I will close this PR
Checking if `GOROOT` and `GOPATH` should be more than enough, there is no need to add `unset` or add 2 environment variables (`ASDF_GOLANG_DISABLE_GOROOT`, `ASDF_GOLANG_DISABLE_GOPATH`
I just finished reading https://github.com/asdf-community/asdf-direnv/issues/149, I think `GOPATH` should not be changed if it was already set since `GOPATH` is normally a developer's workspace. but you are right about unsetting/setting...