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

ci: fix build ci to populate build-images.sh script #79

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Jul 28, 2024

Problem: The upstream "hack/build-images.sh" has had most variables for the environment removed in favor of an upstream Makefile, which we do not currently use in our custom build.
Solution: define these variables in our Makefile equivalently.

Here is the changeset that resulted in our build error, merged 3 hours ago: kubernetes-sigs/scheduler-plugins@f07b943 and our failing build that detected the issue: https://github.com/flux-framework/flux-k8s/actions/runs/10127727592/job/28005857799

Problem: The upstream "hack/build-images.sh" has had most variables
for the environment removed in favor of an upstream Makefile, which
we do not currently use in our custom build.
Solution: define these variables in our Makefile equivalently.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch force-pushed the fix-build-args-needed branch from b382f16 to 05e5a83 Compare July 28, 2024 01:49
@vsoch vsoch requested review from milroy and cmisale July 30, 2024 21:04
@vsoch
Copy link
Member Author

vsoch commented Jul 31, 2024

Thank you @cmisale !

@vsoch vsoch merged commit 052bdab into main Jul 31, 2024
8 checks passed
@vsoch vsoch deleted the fix-build-args-needed branch July 31, 2024 17:28
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