mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-04 11:50:31 +01:00
CI: update the commit for the last ABI break
abe85e051 stopped the symbol leaks which will look like an ABI break.
This commit is contained in:
parent
abe85e051e
commit
1bac0c28b4
3 changed files with 6 additions and 2 deletions
|
|
@ -286,9 +286,11 @@ abicheck@fedora:38:
|
|||
script:
|
||||
- git remote add upstream$CI_JOB_ID https://gitlab.freedesktop.org/$FDO_UPSTREAM_REPO
|
||||
- git fetch --tags upstream$CI_JOB_ID
|
||||
- check-abi 168de89a70deb173a32b58b313ddc0aa13310f9a $CI_COMMIT_SHA
|
||||
- check-abi abe85e051e7029bfd2e7913ab980a9e0042b6d0d $CI_COMMIT_SHA
|
||||
only:
|
||||
- merge_requests
|
||||
variables:
|
||||
GIT_DEPTH: 50
|
||||
|
||||
event-type-check@fedora:38:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -289,6 +289,8 @@ abicheck@{{distro.name}}:{{version}}:
|
|||
- check-abi {{last_abi_break}} $CI_COMMIT_SHA
|
||||
only:
|
||||
- merge_requests
|
||||
variables:
|
||||
GIT_DEPTH: 50
|
||||
|
||||
event-type-check@{{distro.name}}:{{version}}:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# We're happy to rebuild all containers when one changes.
|
||||
.default_tag: &default_tag '2023-05-25.0'
|
||||
|
||||
last_abi_break: 168de89a70deb173a32b58b313ddc0aa13310f9a
|
||||
last_abi_break: abe85e051e7029bfd2e7913ab980a9e0042b6d0d
|
||||
minimum_meson_version: 0.56.0
|
||||
|
||||
distributions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue