-
Notifications
You must be signed in to change notification settings - Fork 699
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
Dependency management #7
Comments
I believe bazel doesn't offer dependency management but only the build system. Most kubernetes projects are using
It should be quite easy to move from one to the other if necessary though. |
Fixed by #8 |
franciscojavierarceo
pushed a commit
to franciscojavierarceo/training-operator
that referenced
this issue
Apr 12, 2024
Signed-off-by: ted chang <htchang@us.ibm.com>
KPostOffice
pushed a commit
to KPostOffice/training-operator
that referenced
this issue
May 23, 2024
Signed-off-by: ted chang <htchang@us.ibm.com>
ChenYi015
pushed a commit
to ChenYi015/training-operator
that referenced
this issue
Sep 20, 2024
Disable TF_CONFIG when job standalone
Fiona-Waters
pushed a commit
to Fiona-Waters/training-operator
that referenced
this issue
Oct 1, 2024
Signed-off-by: ted chang <htchang@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Currently the project is not buildable because there has been breaking changes in
k8s.io/client-go/pkg/api/v1
, sogo install
complains that it cannot find buildable Go source files.Are you open to add something like dep or Glide to lock-in specific versions of the project's dependencies?
The text was updated successfully, but these errors were encountered: