You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osbuild/nvidiabluefield: don't depsolve for mlxbf packages
We can't depsolve here because the depsolve happens as part of a
preprocess step and essentially does it from a blank slate, so
it tries to pull in everything needed for a from scratch root.
We already have a tree as our starting point so this doesn't really
work for us IIUC. We just need to install the two RPMs and not consider
deps here (i.e. nodeps: true).
0 commit comments