-
Notifications
You must be signed in to change notification settings - Fork 448
PMM-13959 remove GSSAPI from main builds #1083
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
Conversation
|
||
build: ## Compile using plain go build | ||
CGO_ENABLED=1 go build -ldflags="$(GO_BUILD_LDFLAGS)" -o $(PMM_RELEASE_PATH)/mongodb_exporter -tags gssapi | ||
go build -ldflags="$(GO_BUILD_LDFLAGS)" -o $(PMM_RELEASE_PATH)/mongodb_exporter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this revert PR could include only this as everything else doesn't affect PMM really
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to still keep GSSAPI support in goreleaser builds? @BupycHuk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I imagine we can drop it too, and in that case drop the tests as well (which removes the need for the other files).
We still have the original PR, so if we need to prepare some builds, we can base them on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can have additional build of mongodb_exporter with gssapi
587cb34
to
b52e0a4
Compare
goos: | ||
- linux | ||
- darwin | ||
- windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't care about windows :)
It's not the Operating System we support.
PMM-13748
PMM-13959