-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Support "offline" source builds of the feature-server image
#5193
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
feature-server images from sourcefeature-server images from source
feature-server images from sourcefeature-server image from source
504eed8 to
005db0f
Compare
feature-server image from sourcefeature-server image
feature-server imagefeature-server image
4355d95 to
f4ccc80
Compare
a2a8f41 to
d362522
Compare
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.builder.arrow
Outdated
Show resolved
Hide resolved
sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.builder.arrow
Outdated
Show resolved
Hide resolved
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
|
@ntkathole i've made the requested changes and am now running another build to ensure nothing breaks. thanks |
a small comment, otherwise, Looks good to me ! |
|
@ntkathole the build was successful with your requested changes |
ntkathole
left a comment
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.
Looks good to me!
franciscojavierarceo
left a comment
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.
lgtm
| os: [ ubuntu-latest ] | ||
| env: | ||
| PYTHON: 3.11 | ||
| OS: ${{ matrix.os }} |
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.
Why this change?
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.
because i've enabled this job to run against multiple python versions
…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>
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