CI: Disable ABI check
As the ABI check is not useful for now until the API becomes stable again. Disable it.
This commit is contained in:
parent
6ba8a15d3a
commit
5fcd41b962
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ build:
|
|||
stage: build
|
||||
<<: *build_one_driver
|
||||
<<: *build
|
||||
<<: *check_abi
|
||||
# <<: *check_abi
|
||||
|
||||
.flatpak_script_template: &flatpak_script
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue