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

[v9] Re-add PAM build tag back to tctl build #12572

Merged
merged 1 commit into from
May 11, 2022

Conversation

strideynet
Copy link
Contributor

Backport #12570 to branch/v9

@github-actions github-actions bot requested review from espadolini and ravicious May 11, 2022 13:43
@strideynet strideynet enabled auto-merge (squash) May 11, 2022 13:43
@@ -198,7 +198,7 @@ all: version
# If you are considering changing this behavior, please consult with dev team first
.PHONY: $(BUILDDIR)/tctl
$(BUILDDIR)/tctl: roletester
GOOS=$(OS) GOARCH=$(ARCH) $(CGOFLAG) go build -tags "$(FIPS_TAG) $(ROLETESTER_TAG)" -o $(BUILDDIR)/tctl $(BUILDFLAGS) ./tool/tctl
GOOS=$(OS) GOARCH=$(ARCH) $(CGOFLAG) go build -tags "$(PAM_TAG) $(FIPS_TAG) $(ROLETESTER_TAG)" -o $(BUILDDIR)/tctl $(BUILDFLAGS) ./tool/tctl
Copy link
Contributor

@webvictim webvictim May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this was inadvertently removed during the big spree of merges for Teleport Connect. I'd add a comment above this line explaining why PAM needs to be enabled for tctl (as it seems like it'd be totally unrelated) just to prevent someone from doing this again.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, more mistakenly than inadvertently I'd say 😏 But I agree that a comment here explaining why it's needed is a good idea.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was giving you the benefit of the doubt ;)

@strideynet strideynet merged commit fdaaa2d into branch/v9 May 11, 2022
@strideynet strideynet deleted the bot/backport-12570-branch/v9 branch May 11, 2022 14:41
@webvictim webvictim mentioned this pull request Jun 8, 2022
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.

4 participants