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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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>
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.

None yet

1 participant