{{ message }}
chore: Support "offline" source builds of the feature-server image#5193
Merged
franciscojavierarceo merged 2 commits intoApr 3, 2025
Merged
chore: Support "offline" source builds of the feature-server image#5193franciscojavierarceo merged 2 commits into
feature-server image#5193franciscojavierarceo merged 2 commits into
Conversation
feature-server images from source504eed8 to
005db0f
Compare
March 27, 2025 19:49
feature-server image from sourcefeature-server image4355d95 to
f4ccc80
Compare
March 27, 2025 22:41
jyejare
reviewed
Apr 1, 2025
a2a8f41 to
d362522
Compare
April 1, 2025 15:56
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
ntkathole
reviewed
Apr 2, 2025
ntkathole
reviewed
Apr 2, 2025
ntkathole
reviewed
Apr 2, 2025
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
Contributor
Author
|
@ntkathole i've made the requested changes and am now running another build to ensure nothing breaks. thanks |
Sorry, something went wrong.
ntkathole
reviewed
Apr 2, 2025
Member
a small comment, otherwise, Looks good to me ! |
Sorry, something went wrong.
Contributor
Author
|
@ntkathole the build was successful with your requested changes |
Sorry, something went wrong.
ntkathole
approved these changes
Apr 2, 2025
ntkathole
left a comment
Member
There was a problem hiding this comment.
Looks good to me!
Sorry, something went wrong.
franciscojavierarceo
approved these changes
Apr 3, 2025
franciscojavierarceo
left a comment
Member
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
This was referenced Apr 4, 2025
This was referenced May 1, 2025
jfw-ppi
pushed a commit
to jfw-ppi/feast
that referenced
this pull request
Jun 7, 2025
…east-dev#5193) * support offline source builds for feature-server image Signed-off-by: Tommy Hughes <tohughes@redhat.com> * offline build review changes Signed-off-by: Tommy Hughes <tohughes@redhat.com> --------- Signed-off-by: Tommy Hughes <tohughes@redhat.com> Signed-off-by: Jacob Weinhold <29459386+j-wine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
What this PR does / why we need it:
We should be able to build the
feature-serverimage entirely from source, dependencies and all. This PR almost entirely accomplishes that. With this PR we also add a newlimitedpip dependency group, among others, which we'll use going forward in ourfeature-serverimage builds and for operator e2e tests.In order to accomplish the offline builds from source w/ pip, we use a tool called cachi2, which pre-fetches the sdists/archives and enables us to mount the fetched sources into an offline build container.
From a linux-x64 machine, the following command will complete an offline build from source -
$ source ./infra/scripts/offline-build.shThe following pip modules are not yet built from source, many due to
maturinrelated source build issues -Misc
Completed build from source available here -
quay.io/tchughesiv/feature-server:0.47.0-sdist