-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go-getter@1.1.0 to fix #3491 #6009
Conversation
891bc3f
to
a090761
Compare
For now staying at v1.1.0 of go-getter to keep the actual change limited to changes in the Later versions of go-getter require to add to the vendor folder cloud.google.com/api and cloud.google.com/go and are not required to fix the Windows issue. |
iirc |
a090761
to
c4c0072
Compare
Thanks @greut ! Fixed that. I triggered 3 travis builds with the same changes and got 3 different failures:
If I am missing something please let me know |
c4c0072
to
9212f40
Compare
Thanks @hmalphettes ! I think you just got unlucky on some flaky tests. Sorry. Trying again. I think we want to wait to merge this into 0.10.0 (which will become master once 0.9.4-final is released) at which point let's pull in the latest release (looks like v1.3.0 instead of v1.1.0). |
Thanks @schmichael! In the mean time, if it is useful for someone - and you happen to trust my own build of nomad - I uploaded a windows build with this patch: https://github.com/hmalphettes/nomad/releases/tag/v0.9.4-rc1h If this is not good community etiquette to point at my build, please do delete this comment or let me know. |
Thanks @hmalphettes ! Merged. Linking to forks and prebuilt binaries is great as long as you make it clear it's a fork (which you did). |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
As reported in #3491,
nomad run example.nomad
on windows without the symbolic link creation privileges fails.As suggested in hashicorp/go-getter#159, a workaround was added to the go-getter source.
However go-getter in nomad has not been updated to benefit from this fix.
This pull request is an update to go-getter.
I have tested that it does fix #3491
Thanks @azr for the actual fix in go-getter!