Skip to content

[Qt] Update to 6.8.0 #44672

[Qt] Update to 6.8.0

[Qt] Update to 6.8.0 #44672

Triggered via pull request October 21, 2024 17:16
Status Failure
Total duration 17s
Artifacts

untrustedPR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check
PRs must add only one version, and must not modify any published versions. When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated. Making the following changes will fix this problem:```diff error: checked-in files for gstreamer have changed but the version was not updated version: 1.24.7 old SHA: 0fbc36e567269da127885e9eff36b6083ecd1561 new SHA: 52549f27b434a35924c4a087f09c591dd128b462 Did you remember to update the version or port version? Use --overwrite-version to bypass this check See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information. ***No files were updated*** ```
Check
After committing all other changes, the version database must be updated. This can be done by running the following commands after committing your changes: git add -u && git commit git checkout 9558037875497b9db8cf38fcd7db68ec661bffe7 -- versions ./vcpkg x-add-version --all