Update onnx to 1.21.0, onnxruntime to 1.26.0 and make it and it's dependent packages work with the updated version of protobuf
Please log in to add feedback.
| 0 | 0 | Test Case PipeWire ALSA backend |
| 0 | 0 | Test Case PipeWire Bluetooth Devices |
| 0 | 0 | Test Case PipeWire Gnome Control Center |
| 0 | 0 | Test Case PipeWire Jack Applications |
| 0 | 0 | Test Case PipeWire Jack Midi Routing |
| 0 | 0 | Test Case PipeWire Pavucontrol Add Remove |
| 0 | 0 | Test Case PipeWire Pavucontrol Basics |
| 0 | 0 | Test Case PipeWire Pavucontrol Mixing |
| 0 | 0 | Test Case PipeWire Pavucontrol Recording |
| 0 | 0 | Test Case PipeWire PipeWire CLI |
| 0 | 0 | Test Case PipeWire PipeWire default |
| 0 | 0 | Test Case PipeWire Selected Applications Playback |
| 0 | 0 | Test Case PipeWire Video Conferencing |
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'failed'.
Per rmdepcheck, this is missing several dep rebuilds:
Other openQA tests fail because pipewire doesn't get updated, likely that's a consequence of one of those dep issues somehow. Try fixing them and we'll see if the tests pass.
Oh, no, wait, I see the issue with pipewire - there's a newer build in stable, 1.6.8-1.fc45. You need to do a newer build of pipewire on this side tag and regenerate the update.
thx!, I also noticed I need to regenerate the gstreamer stuff too :)
This update has been unpushed.
dherrera edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'passed'.
This update has been submitted for stable by bodhi
rmdepcheck still notes a couple of missed rebuilds:
python3-torch is pretty significant I believe. CC @tflink
also CC @frantisekz
It's weird for python-torch to require a rebuild since rn it's bundling onnx. I'll look into it. openvino has a pending PR to be able to build correctly, so it's expected, but they are already should be aware of it. Thx for the help @adamwill ^^
It looks like the spec can build against system onnx or bundle it. There was a recent commit that switched it to bundling by default on Fedora, but there has not been a build since that commit - the most recent build was this one, which from the logs clearly built against system onnx (search for onnx-devel).
I’ve hit this while doing an impact check, since
python-safetensorsnow fails to build from source with:I agree with @adamwill’s assessment: there was a commit to bundle onnx, but it was never built. The mass rebuild should take care of this, but the broken
python-torchwill block other packages in the mass rebuild, so (after a local mock build to be sure it’s going to work) I’m planning to use provenpackager privilege to go ahead and explicitly bump and rebuild python-torch.