-
Notifications
You must be signed in to change notification settings - Fork 0
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
Red Hat Konflux update osc-podvm-payload #19
base: osc-release
Are you sure you want to change the base?
Conversation
/ok-to-test |
/retest |
b765eae
to
42f9c2f
Compare
42f9c2f
to
9ca5104
Compare
/retest |
383b2ab
to
9ca5104
Compare
/retest |
18c7f11
to
1f25c3e
Compare
Signed-off-by: red-hat-konflux <[email protected]>
Signed-off-by: Julien Ropé <[email protected]>
9ca5104
to
0f06898
Compare
As anticipated on Slack, my proposal here is to set the guest-components submodule at f9aa889. This allows to remove the few commits that depend on a newer Rust version (LazyLock) and the build succeeds on UBI9. |
Yes. I tend to agree. A bit more context (for future reference): Now here with Konflux:
Based on this, I think we can consider removing the couple commits that introduce the dependency to rust 1.80. These commits are changing the code to use a new rust stdlib lock mecanism (LazyLock), in place of the one that we were using before. I will make that change and see how it goes. It will impact only the Konflux build anyway. |
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content
/ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code documentation Running the PipelineRun
To customize the proposed PipelineRuns after merge, please refer to Build Pipeline customization