-
Notifications
You must be signed in to change notification settings - Fork 195
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
rust/src/main.rs: Add bootc entry point #4506
Conversation
Skipping CI for Draft Pull Request. |
5c74c86
to
effeac4
Compare
This seems to work:
|
Need to figure out why this is failing in CI and not locally.
|
83987ea
to
e245a0b
Compare
/test all |
To dig into the Jenkins pods https://console-openshift-console.apps.ocp.fedoraproject.org/k8s/ns/coreos-ci/core~v1~Pod |
Looks sane to me! |
One thing we could consider doing here (as a followup, no reason not to merge this as is):
|
(I think this will conflict textually (but not semantically) with #4510 - but can we get that one in first?) |
of course |
Will open a follow up with docs too, after that: #4506 (comment) |
@jmarrero this also broke the build on ppc64le/s390x https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/centos-stream-9-s390x/06225783-rpm-ostree/build.log.gz - it's actually a bootc bug though |
We are vendoring from main, so if we fix: |
closes #4469