mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
ci: fix tests with outdated edid-decode
It sounds like the CI container was shipping an outdated version of edid-decode which doesn't match the commit recorded in .gitlab-ci.yml. Update the diffs in the test data, and bump the CI container tag again to make sure it's up-to-date with the manifest. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
9b86c06206
commit
3d7a9bb77c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ include:
|
|||
# FDO_FORCE_REBUILD can be used when testing container changes.
|
||||
variables:
|
||||
FDO_UPSTREAM_REPO: 'emersion/libdisplay-info'
|
||||
FDO_DISTRIBUTION_TAG: '2022-03-28.0'
|
||||
FDO_DISTRIBUTION_TAG: '2022-05-24.0'
|
||||
#FDO_FORCE_REBUILD: 1
|
||||
|
||||
stages:
|
||||
|
|
|
@ -103,4 +103,4 @@
|
|||
- DTD 5: 1920x1080 74.972503 Hz 16:9 83.894 kHz 174.500000 MHz (597 mm x 339 mm)
|
||||
- Hfront 48 Hsync 32 Hback 80 Hpol P
|
||||
- Vfront 3 Vsync 5 Vback 31 Vpol N
|
||||
-Checksum: 0xa3
|
||||
-Checksum: 0xa3 Unused space in Extension Block: 10 bytes
|
||||
|
|
Loading…
Reference in a new issue