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

windows: Add pinned deps and custom repo support #422

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

cpuguy83
Copy link
Member

This is mostly copied from the jammy implementation since the windows target is currently using jammy as the build worker.

@cpuguy83 cpuguy83 requested a review from adamperlin October 31, 2024 19:53
@cpuguy83 cpuguy83 requested a review from a team as a code owner October 31, 2024 19:53
@cpuguy83 cpuguy83 added this to the v0.10.0 milestone Oct 31, 2024
@cpuguy83 cpuguy83 force-pushed the windows_custom_repo branch from 2360e0f to b2b28a1 Compare October 31, 2024 21:37
frontend/windows/handle_zip.go Outdated Show resolved Hide resolved
test/azlinux_test.go Outdated Show resolved Hide resolved
helpers.go Outdated Show resolved Hide resolved
This is mostly copied from the jammy implementation since the windows
target is currently using jammy as the build worker.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
gpg is a pretty big dependency, so we don't implicitly install this as
part of the base worker image.
This makes sure that in the cases where we do need to setup keys that
gpg is actually installed.

There's probably some room for optimization here, but I'll leave that
for future work.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@cpuguy83 cpuguy83 force-pushed the windows_custom_repo branch from b2b28a1 to 3bb990b Compare October 31, 2024 22:58
@adamperlin adamperlin self-requested a review November 1, 2024 17:33
Copy link
Contributor

@adamperlin adamperlin left a comment

Choose a reason for hiding this comment

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

This looks good to me now!

@cpuguy83 cpuguy83 merged commit f45f3a7 into Azure:main Nov 1, 2024
9 checks passed
@cpuguy83 cpuguy83 deleted the windows_custom_repo branch November 1, 2024 17:34
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