-
Notifications
You must be signed in to change notification settings - Fork 3.4k
images: Remove unused install-builder-deps.sh script #40870
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
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.
Good find 👍 sorry @msune for having referred you to this file 😅
/test |
(can't officially approve but..) ACK! |
Disabling auto-merge - This PR conflicts with #40874. Let's merge that other one first to unblock Marc's PR: here, we've carried this unused file along for five years, we can wait a bit longer before it's removed. |
It looks like script install-builder-deps.sh has never been used for generating builder images. Ever since it was introduced in commit 7724ceb ("build: New builder image supporting cross-compilation"), it's never been called anywhere in the repository. Remove it to avoid confusion as in cilium#40838. Link: cilium#40294 (comment) Signed-off-by: Quentin Monnet <qmo@qmon.net>
efefecf
to
65a5cbe
Compare
Rebasing now that conflicting PR is merged |
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
/test |
It looks like script
install-builder-deps.sh
has never been used for generating builder images. Ever since it was introduced in commit 7724ceb, it's never been called anywhere in the repository. Let's try to remove it and see if everything still builds as expected.Cc @msune