specfile: fix system-reinstall-bootc cargo build invocation#1124
specfile: fix system-reinstall-bootc cargo build invocation#1124jeckersb merged 1 commit intobootc-dev:mainfrom
Conversation
ckyrouac
left a comment
There was a problem hiding this comment.
looks sane to me, I'm not sure why the rpm builds are failing in CI, but that appears to be unrelated.
I think it's something to do with the vendoring stuff that @cgwalters did in #1068, I need to dig into the job to see how exactly it's handling that when running out of git |
|
I want to make sure that the el9 builds work before merging this, since I'm not 100% positive that the |
|
Looks like #1125 is enough to fix CI, once that lands I'll rebase this and let CI sanity check things. |
6ee0a30 to
9896aec
Compare
Yep the el9 macro is broken, trying to figure out the right incantation to correct for that... |
Previously this was just running a "normal" `cargo build` a second time, and overwriting the rhsm feature flags in the main bootc binary Resolves: BIFROST-658 Signed-off-by: John Eckersberg <jeckersb@redhat.com>
9896aec to
19604b4
Compare
Previously this was just running a "normal"
cargo builda secondtime, and overwriting the rhsm feature flags in the main bootc binary
Resolves: BIFROST-658
Signed-off-by: John Eckersberg jeckersb@redhat.com