Skip to content
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 dependencies to fix build on windows/arm64 #174

Merged
merged 3 commits into from
Nov 26, 2021

Conversation

matthiasr
Copy link
Contributor

No description provided.

prombot and others added 3 commits November 10, 2021 00:01
Use github.com/go-kit/log for reduced dependencies. Update client_golang
and common.

Not sure which part of the update exactly fixes this, but the build no
longer fails with

```
/go/pkg/mod/golang.org/x/[email protected]/windows/types_windows.go:1597:24: undefined: JOBOBJECT_BASIC_LIMIT_INFORMATION
/go/pkg/mod/golang.org/x/[email protected]/windows/zsyscall_windows.go:2989:38: undefined: WSAData
/go/pkg/mod/golang.org/x/[email protected]/windows/zsyscall_windows.go:3065:51: undefined: Servent
/go/pkg/mod/golang.org/x/[email protected]/windows/zsyscall_windows.go:3079:50: undefined: Servent
```

Signed-off-by: Matthias Rampke <[email protected]>
@matthiasr matthiasr merged commit e7247ec into master Nov 26, 2021
@matthiasr matthiasr deleted the mr/update-dependencies branch November 26, 2021 12:07
matthiasr added a commit that referenced this pull request Nov 26, 2021
with changelog for #174. No feature changes, but build release binaries
for windows/arm64.

Signed-off-by: Matthias Rampke <[email protected]>
matthiasr added a commit to prometheus/influxdb_exporter that referenced this pull request Nov 26, 2021
This should allow building on windows/arm64, similar to
prometheus/graphite_exporter#174.

Signed-off-by: Matthias Rampke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants