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

Migrate teleport package to use go/build #35267

Merged
merged 6 commits into from
Dec 3, 2024
Merged

Conversation

mamccorm
Copy link
Member

The teleport build was leveraging the upstream projects make build, to produce the binaries. This meant we were missing binary optimisations by not leveraging our own go/build pipeline.

The changes in this PR flip the package over to using go/build for the various components.

@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Nov 26, 2024
Signed-off-by: Mark McCormick <[email protected]>

Fix teleport build after refactor to go/build

Signed-off-by: Mark McCormick <[email protected]>

linter fixes

Signed-off-by: Mark McCormick <[email protected]>

bump to latest version and digest

Signed-off-by: Mark McCormick <[email protected]>

Expand functional test coverage

Signed-off-by: Mark McCormick <[email protected]>

removing duplicate test

Signed-off-by: Mark McCormick <[email protected]>

fix test

Signed-off-by: Mark McCormick <[email protected]>
@mamccorm mamccorm marked this pull request as ready for review November 26, 2024 20:32
@mamccorm mamccorm requested review from philroche, xnox and a team November 26, 2024 20:34
developer-guy
developer-guy previously approved these changes Nov 26, 2024
teleport.yaml Outdated Show resolved Hide resolved
teleport.yaml Outdated Show resolved Hide resolved
teleport.yaml Show resolved Hide resolved
teleport.yaml Show resolved Hide resolved
Co-authored-by: Dimitri John Ledkov <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
@mamccorm
Copy link
Member Author

Ready for another review @xnox, @philroche. All PR feedback should be addressed

@xnox xnox merged commit 088b335 into wolfi-dev:main Dec 3, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants