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 container build for parameter-setup #4934

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

conorsch
Copy link
Contributor

Describe your changes

Follow-up to #4930, in which we inadvertently broken container builds, due to a workspace dependency being introduced. We don't build container images on every PR push, so CI passed fine, only failing when trying to build/deploy post-merge. Tacked on a small change to address.

For testing, leave it to me: I'll re-deploy after this lands to get it going.

Issue ticket number and link

Refs #4933.

Checklist before requesting a review

  • I have added guiding text to explain how a reviewer should test these changes.

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    build logic only, no changes to consensus

Follow-up to #4930, in which we inadvertently broken container builds,
due to a workspace dependency being introduced. We don't build container
images on every PR push, so CI passed fine, only failing when trying to
build/deploy post-merge. Tacked on a small change to address.

Refs #4933.
@conorsch
Copy link
Contributor Author

For testing, leave it to me: I'll re-deploy after this lands to get it going.

Built a container from this branch and confirmed build passing. Then I deployed a pindexer instance from that image tag and confirmed the problem described in #4933 was resolved. There's another error emitted now, but at least we've unblocked the image builds, so we're running the latest code again.

@conorsch conorsch merged commit ad95d8c into main Nov 19, 2024
15 checks passed
@conorsch conorsch deleted the fix-container-image-builds-4930 branch November 19, 2024 01:33
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