Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a series of pkg-config tests for dev libraries #29150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add a series of pkg-config tests for dev libraries
  • Loading branch information
dustinkirkland committed Sep 22, 2024
commit 1c828f7e0b98e0c5176789ffff3027ceb58104d1
11 changes: 11 additions & 0 deletions libarchive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ update:
enabled: true
release-monitor:
identifier: 1558

# AUTOGENERATED
test:
environment:
contents:
packages:
- libarchive-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libarchive
11 changes: 11 additions & 0 deletions libassuan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ update:
enabled: true
release-monitor:
identifier: 1559

# AUTOGENERATED
test:
environment:
contents:
packages:
- libassuan-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libassuan
11 changes: 11 additions & 0 deletions libasyncns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ subpackages:
update:
release-monitor:
identifier: 14598

# AUTOGENERATED
test:
environment:
contents:
packages:
- libasyncns-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libasyncns
11 changes: 11 additions & 0 deletions libavif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,14 @@ update:
github:
identifier: AOMediaCodec/libavif
strip-prefix: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libavif-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libavif
11 changes: 11 additions & 0 deletions libbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,14 @@ update:
enabled: true
release-monitor:
identifier: 1567

# AUTOGENERATED
test:
environment:
contents:
packages:
- libbsd-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libbsd
11 changes: 11 additions & 0 deletions libcap-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ update:
github:
identifier: stevegrubb/libcap-ng
strip-prefix: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libcap-ng-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libcap-ng
11 changes: 11 additions & 0 deletions libcap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,14 @@ update:
enabled: true
release-monitor:
identifier: 1569

# AUTOGENERATED
test:
environment:
contents:
packages:
- libcap-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libcap
11 changes: 11 additions & 0 deletions libcbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ update:
github:
identifier: PJK/libcbor
strip-prefix: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libcbor-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libcbor
11 changes: 11 additions & 0 deletions libdaemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ update:
enabled: true
release-monitor:
identifier: 13299

# AUTOGENERATED
test:
environment:
contents:
packages:
- libdaemon-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libdaemon
6 changes: 6 additions & 0 deletions libdeflate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ update:
strip-prefix: v

test:
environment:
contents:
packages:
- libdeflate-dev
- pkgconf
pipeline:
# AUTOGENERATED
- runs: |
pkg-config --modversion libdeflate
libdeflate-gunzip -h
libdeflate-gzip -h
6 changes: 6 additions & 0 deletions libdrm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@ update:
identifier: 1596

test:
environment:
contents:
packages:
- libdrm-dev
- pkgconf
pipeline:
# AUTOGENERATED
- runs: |
pkg-config --modversion libdrm
etnaviv_cmd_stream_test --version
exynos_fimg2d_event --version
exynos_fimg2d_perf --version
Expand Down
6 changes: 6 additions & 0 deletions libeconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ update:
strip-prefix: v

test:
environment:
contents:
packages:
- libeconf-dev
- pkgconf
pipeline:
# AUTOGENERATED
- runs: |
pkg-config --modversion libeconf
econftool --help
11 changes: 11 additions & 0 deletions libedit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ update:
exclude-reason: version contains a date in the fetch URL
release-monitor:
identifier: 1599

# AUTOGENERATED
test:
environment:
contents:
packages:
- libedit-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libedit
1 change: 1 addition & 0 deletions libestr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ test:
- libestr-dev
pipeline:
- runs: |
pkg-config --modversion libestr
pkg-config --libs libestr | grep /usr/lib
11 changes: 11 additions & 0 deletions libev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ update:
enabled: true
release-monitor:
identifier: 1605

# AUTOGENERATED
test:
environment:
contents:
packages:
- libev-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libev
11 changes: 11 additions & 0 deletions libevdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ update:
enabled: true
release-monitor:
identifier: 20540

# AUTOGENERATED
test:
environment:
contents:
packages:
- libevdev-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libevdev
11 changes: 11 additions & 0 deletions libevent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@ update:
identifier: libevent/libevent
strip-prefix: release-
strip-suffix: -stable

# AUTOGENERATED
test:
environment:
contents:
packages:
- libevent-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libevent
11 changes: 11 additions & 0 deletions libexif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ update:
github:
identifier: libexif/libexif
strip-prefix: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libexif-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libexif
1 change: 1 addition & 0 deletions libfastjson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ test:
- libfastjson-dev
pipeline:
- runs: |
pkg-config --modversion libfastjson
pkg-config --libs libfastjson | grep /usr/lib
11 changes: 11 additions & 0 deletions libffi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,14 @@ update:
github:
identifier: libffi/libffi
strip-prefix: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libffi-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libffi
11 changes: 11 additions & 0 deletions libfido2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,14 @@ update:
github:
identifier: Yubico/libfido2
use-tag: true

# AUTOGENERATED
test:
environment:
contents:
packages:
- libfido2-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libfido2
1 change: 1 addition & 0 deletions libgcrypt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ test:
- libgcrypt-dev
pipeline:
- runs: |
pkg-config --modversion libgcrypt
pkg-config --libs libgcrypt | grep /usr/lib
libgcrypt-config --version
11 changes: 11 additions & 0 deletions libgdiplus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@ update:
identifier: mono/libgdiplus
use-tag: true
tag-filter: 6.

# AUTOGENERATED
test:
environment:
contents:
packages:
- libgdiplus-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libgdiplus
6 changes: 6 additions & 0 deletions libgeotiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ update:
tag-filter: 1.

test:
environment:
contents:
packages:
- libgeotiff-dev
- pkgconf
pipeline:
# AUTOGENERATED
- runs: |
pkg-config --modversion libgeotiff
makegeo --version
11 changes: 11 additions & 0 deletions libgit2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ update:
identifier: libgit2/libgit2
strip-prefix: v
use-tag: true

# AUTOGENERATED
test:
environment:
contents:
packages:
- libgit2-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libgit2
2 changes: 2 additions & 0 deletions libglvnd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ test:
environment:
contents:
packages:
- pkgconf
- build-base
- gcc
- libglvnd-dev
pipeline:
- runs: |
pkg-config --modversion libglvnd
cat <<EOF > check_egl_gl_functions.c
#include <stdio.h>
#include <dlfcn.h>
Expand Down
11 changes: 11 additions & 0 deletions libgphoto2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,14 @@ update:
strip-prefix: v
use-tag: true
tag-filter: v

# AUTOGENERATED
test:
environment:
contents:
packages:
- libgphoto2-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libgphoto2
11 changes: 11 additions & 0 deletions libical.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ subpackages:
update:
release-monitor:
identifier: 1637

# AUTOGENERATED
test:
environment:
contents:
packages:
- libical-dev
- pkgconf
pipeline:
- runs: |
pkg-config --modversion libical
Loading
Loading