diff --git a/kubeflow-volumes-web-app.yaml b/kubeflow-volumes-web-app.yaml index defd78c88a4..7fa92d4662a 100644 --- a/kubeflow-volumes-web-app.yaml +++ b/kubeflow-volumes-web-app.yaml @@ -101,3 +101,6 @@ test: pyrsa-sign --help pyrsa-verify --help wsdump --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/ldb.yaml b/ldb.yaml index 46e204091df..9a9871b08e0 100644 --- a/ldb.yaml +++ b/ldb.yaml @@ -97,3 +97,9 @@ update: enabled: true release-monitor: identifier: 1652 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/lean4.yaml b/lean4.yaml index be0da1aa65d..631d6ed3fba 100644 --- a/lean4.yaml +++ b/lean4.yaml @@ -85,3 +85,6 @@ test: #eval add 2 3 EOF lean simple.lean + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/libcld2.yaml b/libcld2.yaml index 17b5ec154c8..b803aecf767 100644 --- a/libcld2.yaml +++ b/libcld2.yaml @@ -110,3 +110,6 @@ test: echo 'int main() { const char* text = "Hello, this is a language detection test."; bool is_plain_text = true; bool is_reliable = false; CLD2::Language lang = CLD2::DetectLanguage(text, strlen(text), is_plain_text, &is_reliable); std::cout << "Detected language: " << CLD2::LanguageCode(lang) << std::endl; return 0; }' >> detect_test.cpp g++ -I$INCLUDE_DIR detect_test.cpp -o detect_binary -lcld2 ./detect_binary | grep -q "en" + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/libgphoto2.yaml b/libgphoto2.yaml index de4ffba4c6b..616b13d4950 100644 --- a/libgphoto2.yaml +++ b/libgphoto2.yaml @@ -77,3 +77,9 @@ update: strip-prefix: v use-tag: true tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/liblbfgs.yaml b/liblbfgs.yaml index 4fbe618e3bf..e972c893a3d 100644 --- a/liblbfgs.yaml +++ b/liblbfgs.yaml @@ -57,3 +57,9 @@ subpackages: update: enabled: false exclude-reason: No tags or releases since 2010. + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/libpulsar.yaml b/libpulsar.yaml index fc840996631..29056ecff8b 100644 --- a/libpulsar.yaml +++ b/libpulsar.yaml @@ -57,3 +57,9 @@ update: github: identifier: apache/pulsar-client-cpp strip-prefix: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/librsvg.yaml b/librsvg.yaml index 9046382ad48..e3ed8ac1cb0 100644 --- a/librsvg.yaml +++ b/librsvg.yaml @@ -140,3 +140,6 @@ test: echo '' > test-pdf.svg rsvg-convert -f pdf -o output.pdf test-pdf.svg file output.pdf | grep -qi "PDF document" + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/lighttpd.yaml b/lighttpd.yaml index 0229a9c9ab8..a8815a524fa 100644 --- a/lighttpd.yaml +++ b/lighttpd.yaml @@ -1,7 +1,7 @@ package: name: lighttpd version: 1.4.76 - epoch: 1 + epoch: 2 description: Secure, fast, compliant and very flexible web-server copyright: - license: BSD-3-Clause @@ -65,6 +65,12 @@ pipeline: - uses: strip +subpackages: + - name: lighttpd-doc + description: lighttpd docs + pipeline: + - uses: split/manpages + update: enabled: true release-monitor: @@ -78,3 +84,6 @@ test: lighttpd-angel --version lighttpd -h lighttpd-angel --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm-18.yaml b/llvm-18.yaml index 4ab11101cf5..66fe13bf09f 100644 --- a/llvm-18.yaml +++ b/llvm-18.yaml @@ -275,3 +275,6 @@ test: verify-uselistorder --help yaml-bench --help yaml2obj --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm-19.yaml b/llvm-19.yaml index 793438c734a..c900631483f 100644 --- a/llvm-19.yaml +++ b/llvm-19.yaml @@ -306,3 +306,6 @@ test: lli helloWorld.ll | grep "hello world" || exit 1 llc helloWorld.ll cat helloWorld.s | grep "hello world" || exit 1 + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm-libcxx-15.yaml b/llvm-libcxx-15.yaml index 30038d77226..3622a0786e0 100644 --- a/llvm-libcxx-15.yaml +++ b/llvm-libcxx-15.yaml @@ -74,3 +74,9 @@ update: use-tag: true tag-filter: llvmorg-15 strip-prefix: llvmorg- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm-libcxx-16.yaml b/llvm-libcxx-16.yaml index 3fbd9d808ad..93b437a3ece 100644 --- a/llvm-libcxx-16.yaml +++ b/llvm-libcxx-16.yaml @@ -74,3 +74,9 @@ update: use-tag: true tag-filter: llvmorg-16. strip-prefix: llvmorg- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm-libcxx-17.yaml b/llvm-libcxx-17.yaml index 10b1c2ca83e..a42490aac2d 100644 --- a/llvm-libcxx-17.yaml +++ b/llvm-libcxx-17.yaml @@ -74,3 +74,9 @@ update: use-tag: true tag-filter: llvmorg-17. strip-prefix: llvmorg- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm15.yaml b/llvm15.yaml index f9d8cfe9c5a..a16c572d2ab 100644 --- a/llvm15.yaml +++ b/llvm15.yaml @@ -169,3 +169,9 @@ update: strip-prefix: llvmorg- tag-filter: llvmorg-15 use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm16.yaml b/llvm16.yaml index 1946ec563bb..a7d021875ac 100644 --- a/llvm16.yaml +++ b/llvm16.yaml @@ -317,3 +317,6 @@ test: verify-uselistorder --help yaml-bench --help yaml2obj --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/llvm17.yaml b/llvm17.yaml index df52dc870c3..1a9f5e15334 100644 --- a/llvm17.yaml +++ b/llvm17.yaml @@ -317,3 +317,6 @@ test: verify-uselistorder --help yaml-bench --help yaml2obj --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/lua-lpeg.yaml b/lua-lpeg.yaml index 11fbde47114..9eec8686f59 100644 --- a/lua-lpeg.yaml +++ b/lua-lpeg.yaml @@ -62,3 +62,9 @@ update: enabled: true release-monitor: identifier: 1852 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/lua-resty-balancer.yaml b/lua-resty-balancer.yaml index 21432be2daa..df73ae75cad 100644 --- a/lua-resty-balancer.yaml +++ b/lua-resty-balancer.yaml @@ -34,3 +34,9 @@ update: identifier: openresty/lua-resty-balancer strip-prefix: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/lua5.3-lzlib.yaml b/lua5.3-lzlib.yaml index 6ae674c3b1d..b86c31c31d7 100644 --- a/lua5.3-lzlib.yaml +++ b/lua5.3-lzlib.yaml @@ -1,7 +1,7 @@ package: name: lua5.3-lzlib version: 0.4.3 - epoch: 4 + epoch: 5 description: "zlib binding for lua" copyright: - license: MIT @@ -37,3 +37,9 @@ update: github: identifier: LuaDist/lzlib use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/mariadb-connector-c.yaml b/mariadb-connector-c.yaml index 5dd8eb567c5..21d8e369546 100644 --- a/mariadb-connector-c.yaml +++ b/mariadb-connector-c.yaml @@ -79,3 +79,9 @@ update: enabled: true release-monitor: identifier: 16939 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/mold.yaml b/mold.yaml index 4a1022c8a99..bfa078d9c77 100644 --- a/mold.yaml +++ b/mold.yaml @@ -1,7 +1,7 @@ package: name: mold version: 2.36.0 - epoch: 0 + epoch: 1 description: "mold linker" copyright: - license: MIT @@ -54,6 +54,12 @@ pipeline: - uses: strip +subpackages: + - name: mold-doc + description: mold docs + pipeline: + - uses: split/manpages + update: enabled: true github: @@ -68,3 +74,6 @@ test: mold --version ld.mold --help mold --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/mozjs91.yaml b/mozjs91.yaml index 2ebfd9fb716..dd9edd646f1 100644 --- a/mozjs91.yaml +++ b/mozjs91.yaml @@ -105,3 +105,6 @@ test: - runs: | js91 --version js91 --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/neovim.yaml b/neovim.yaml index 1c0fc451165..90c4b4998a7 100644 --- a/neovim.yaml +++ b/neovim.yaml @@ -1,7 +1,7 @@ package: name: neovim version: 0.10.3 - epoch: 0 + epoch: 1 description: "Vim-fork focused on extensibility and agility" copyright: - license: Apache-2.0 AND Vim @@ -65,6 +65,12 @@ pipeline: - uses: strip +subpackages: + - name: neovim-doc + description: neovim docs + pipeline: + - uses: split/manpages + test: pipeline: - name: Verify vim installation @@ -72,6 +78,9 @@ test: nvim -V1 --version || exit 1 nvim --version nvim --help + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/newrelic-fluent-bit-output.yaml b/newrelic-fluent-bit-output.yaml index dee4d8f7fa7..ca91a7d94eb 100644 --- a/newrelic-fluent-bit-output.yaml +++ b/newrelic-fluent-bit-output.yaml @@ -61,3 +61,9 @@ update: strip-prefix: v use-tag: true tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/nfs-ganesha.yaml b/nfs-ganesha.yaml index 861d346a075..28aa499f795 100644 --- a/nfs-ganesha.yaml +++ b/nfs-ganesha.yaml @@ -67,3 +67,6 @@ test: - runs: | ganesha.nfsd version ganesha.nfsd help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/odbc-cpp-wrapper.yaml b/odbc-cpp-wrapper.yaml index a1cbd8694eb..e87ae28240e 100644 --- a/odbc-cpp-wrapper.yaml +++ b/odbc-cpp-wrapper.yaml @@ -51,3 +51,9 @@ update: github: identifier: SAP/odbc-cpp-wrapper strip-prefix: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/openjdk-7.yaml b/openjdk-7.yaml index ed065ddc539..b88471d7844 100644 --- a/openjdk-7.yaml +++ b/openjdk-7.yaml @@ -291,3 +291,9 @@ subpackages: update: enabled: false exclude-reason: This version is EOL and only built to enable bootstrapping + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/openmpi.yaml b/openmpi.yaml index ff83525da7e..ddf810f7452 100644 --- a/openmpi.yaml +++ b/openmpi.yaml @@ -123,6 +123,9 @@ test: cd examples mpifort --showme make + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/openpmix.yaml b/openpmix.yaml index e52bfb1a72c..c2d5a523f28 100644 --- a/openpmix.yaml +++ b/openpmix.yaml @@ -100,6 +100,9 @@ test: cd examples gcc $(pkg-config pmix --libs) hello.c -o hello ./hello + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/openscap.yaml b/openscap.yaml index a307423cdb1..12ad1f4a590 100644 --- a/openscap.yaml +++ b/openscap.yaml @@ -119,3 +119,6 @@ test: oscap --version oscap --help - uses: test/pkgconf + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/openvpn.yaml b/openvpn.yaml index 609b9a179c2..f71db66307d 100644 --- a/openvpn.yaml +++ b/openvpn.yaml @@ -138,3 +138,6 @@ test: # AUTOGENERATED - runs: | openvpn --version + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/percona-xtrabackup-8.4.yaml b/percona-xtrabackup-8.4.yaml index 4555b6078b4..73756058842 100644 --- a/percona-xtrabackup-8.4.yaml +++ b/percona-xtrabackup-8.4.yaml @@ -138,3 +138,6 @@ test: cat stream_output.xbstream | xbstream -x -C extract_dir test -f extract_dir/file1.txt test -f extract_dir/file2.txt + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-clone.yaml b/perl-clone.yaml index 3295542d01a..9e4bf801b0d 100644 --- a/perl-clone.yaml +++ b/perl-clone.yaml @@ -44,3 +44,9 @@ update: github: identifier: garu/Clone use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-datetime.yaml b/perl-datetime.yaml index 51951395242..76634fa79be 100644 --- a/perl-datetime.yaml +++ b/perl-datetime.yaml @@ -62,3 +62,9 @@ update: enabled: true release-monitor: identifier: 2787 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-dbi.yaml b/perl-dbi.yaml index 2b4cb29d9fe..aca3ca44419 100644 --- a/perl-dbi.yaml +++ b/perl-dbi.yaml @@ -56,3 +56,6 @@ test: perl -e "use DBI; print 'DBI loaded'" dbilogstrip --version dbilogstrip --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-devel-cover.yaml b/perl-devel-cover.yaml index 3165f53c449..aa5b7707122 100644 --- a/perl-devel-cover.yaml +++ b/perl-devel-cover.yaml @@ -71,3 +71,6 @@ test: gcov2perl --version cover --help gcov2perl --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-devel-ppport.yaml b/perl-devel-ppport.yaml index 835dbf3a777..ba2788f239e 100644 --- a/perl-devel-ppport.yaml +++ b/perl-devel-ppport.yaml @@ -47,3 +47,9 @@ update: enabled: true release-monitor: identifier: 5760 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-digest-md5.yaml b/perl-digest-md5.yaml index 7eeea102340..938c6453362 100644 --- a/perl-digest-md5.yaml +++ b/perl-digest-md5.yaml @@ -42,3 +42,9 @@ update: enabled: true release-monitor: identifier: 2841 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-file-fcntllock.yaml b/perl-file-fcntllock.yaml index 7ff59719e60..117b7cd30a6 100644 --- a/perl-file-fcntllock.yaml +++ b/perl-file-fcntllock.yaml @@ -43,3 +43,9 @@ update: enabled: true release-monitor: identifier: 5911 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-html-parser.yaml b/perl-html-parser.yaml index 6b80813046a..08866b0b552 100644 --- a/perl-html-parser.yaml +++ b/perl-html-parser.yaml @@ -54,3 +54,9 @@ update: github: identifier: libwww-perl/HTML-Parser use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-json-xs.yaml b/perl-json-xs.yaml index de54df74854..bd5753d25bb 100644 --- a/perl-json-xs.yaml +++ b/perl-json-xs.yaml @@ -48,3 +48,9 @@ update: enabled: true release-monitor: identifier: 9911 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-sub-identify.yaml b/perl-sub-identify.yaml index b86bfab7348..605fd1f7c7f 100644 --- a/perl-sub-identify.yaml +++ b/perl-sub-identify.yaml @@ -48,3 +48,9 @@ update: enabled: true release-monitor: identifier: 11902 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-template-toolkit.yaml b/perl-template-toolkit.yaml index d67d5ab8d70..6596ea8347c 100644 --- a/perl-template-toolkit.yaml +++ b/perl-template-toolkit.yaml @@ -60,3 +60,6 @@ test: - runs: | tpage --help ttree --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-time-hires.yaml b/perl-time-hires.yaml index dba5fc4b61b..10855f4ef3b 100644 --- a/perl-time-hires.yaml +++ b/perl-time-hires.yaml @@ -42,3 +42,9 @@ update: enabled: true release-monitor: identifier: 3466 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-tk.yaml b/perl-tk.yaml index e5a956caa61..d25ff3e74d1 100644 --- a/perl-tk.yaml +++ b/perl-tk.yaml @@ -58,3 +58,9 @@ update: enabled: true release-monitor: identifier: 3471 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/perl-yaml-syck.yaml b/perl-yaml-syck.yaml index fd0efdb0102..926ba645d49 100644 --- a/perl-yaml-syck.yaml +++ b/perl-yaml-syck.yaml @@ -47,3 +47,9 @@ update: enabled: true release-monitor: identifier: 11926 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-amqp.yaml b/php-8.1-amqp.yaml index 06217334cc0..d1f77af2077 100644 --- a/php-8.1-amqp.yaml +++ b/php-8.1-amqp.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-apcu.yaml b/php-8.1-apcu.yaml index f38a4bc40e8..184a042b8b8 100644 --- a/php-8.1-apcu.yaml +++ b/php-8.1-apcu.yaml @@ -116,3 +116,6 @@ test: if (!ini_get("apc.enable_cli")) exit(1); echo "APCu CLI mode enabled"; ' + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-ddtrace.yaml b/php-8.1-ddtrace.yaml index 581fa04bdeb..24cd0895fee 100644 --- a/php-8.1-ddtrace.yaml +++ b/php-8.1-ddtrace.yaml @@ -93,6 +93,9 @@ test: else echo "Test passed: ddtrace extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.1-decimal.yaml b/php-8.1-decimal.yaml index 6a5500ec4f9..c7bb0033107 100644 --- a/php-8.1-decimal.yaml +++ b/php-8.1-decimal.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-ds.yaml b/php-8.1-ds.yaml index 8d18a41c1eb..3b7f631f355 100644 --- a/php-8.1-ds.yaml +++ b/php-8.1-ds.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-excimer.yaml b/php-8.1-excimer.yaml index 21aebb0b863..6cb5be08d2f 100644 --- a/php-8.1-excimer.yaml +++ b/php-8.1-excimer.yaml @@ -59,3 +59,9 @@ update: github: identifier: wikimedia/mediawiki-php-excimer use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-grpc.yaml b/php-8.1-grpc.yaml index da6355245cf..83b3b8eddb3 100644 --- a/php-8.1-grpc.yaml +++ b/php-8.1-grpc.yaml @@ -86,3 +86,6 @@ test: EOF ) echo "$PHP_SCRIPT" | php + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-imagick.yaml b/php-8.1-imagick.yaml index 540556188a9..d2459cca8a7 100644 --- a/php-8.1-imagick.yaml +++ b/php-8.1-imagick.yaml @@ -58,3 +58,9 @@ update: github: identifier: Imagick/imagick use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-memcached.yaml b/php-8.1-memcached.yaml index e4fdc9a9b6a..513d86e6b46 100644 --- a/php-8.1-memcached.yaml +++ b/php-8.1-memcached.yaml @@ -65,3 +65,9 @@ update: identifier: php-memcached-dev/php-memcached strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-msgpack.yaml b/php-8.1-msgpack.yaml index 255e3d67920..e0b67f68270 100644 --- a/php-8.1-msgpack.yaml +++ b/php-8.1-msgpack.yaml @@ -63,3 +63,9 @@ update: identifier: msgpack/msgpack-php tag-filter-prefix: msgpack- strip-prefix: msgpack- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-opentelemetry.yaml b/php-8.1-opentelemetry.yaml index 941c3705526..ffb4c898da3 100644 --- a/php-8.1-opentelemetry.yaml +++ b/php-8.1-opentelemetry.yaml @@ -58,3 +58,9 @@ update: enabled: true github: identifier: open-telemetry/opentelemetry-php-instrumentation + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-pecl-http.yaml b/php-8.1-pecl-http.yaml index a5499a9e09f..aab178e0102 100644 --- a/php-8.1-pecl-http.yaml +++ b/php-8.1-pecl-http.yaml @@ -55,3 +55,9 @@ update: enabled: true release-monitor: identifier: 371919 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-pecl-mcrypt.yaml b/php-8.1-pecl-mcrypt.yaml index 1cb98da3892..9d978a9feed 100644 --- a/php-8.1-pecl-mcrypt.yaml +++ b/php-8.1-pecl-mcrypt.yaml @@ -59,3 +59,9 @@ update: use-tag: true # ignore version 2.x.y tags, 1.x.y is the only mentioned version on https://pecl.php.net/package/mcrypt tag-filter: "1." + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-pecl-raphf.yaml b/php-8.1-pecl-raphf.yaml index 54175439836..2110af88e48 100644 --- a/php-8.1-pecl-raphf.yaml +++ b/php-8.1-pecl-raphf.yaml @@ -59,3 +59,9 @@ update: identifier: m6w6/ext-raphf strip-prefix: release- tag-filter: release- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-pecl-sqlsrv.yaml b/php-8.1-pecl-sqlsrv.yaml index b45f5aa7ff2..ae1d9c90754 100644 --- a/php-8.1-pecl-sqlsrv.yaml +++ b/php-8.1-pecl-sqlsrv.yaml @@ -62,3 +62,9 @@ update: identifier: microsoft/msphpsql strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-protobuf.yaml b/php-8.1-protobuf.yaml index 7ca0c893167..0f5ed81b7dd 100644 --- a/php-8.1-protobuf.yaml +++ b/php-8.1-protobuf.yaml @@ -95,3 +95,6 @@ test: echo ($newMessage->getName() === "test" && $newMessage->getId() === 123) ? "OK" : "FAIL"; EOF php test.php | grep -q "OK" + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-redis.yaml b/php-8.1-redis.yaml index 1e7f384e808..78ac7ddfc1d 100644 --- a/php-8.1-redis.yaml +++ b/php-8.1-redis.yaml @@ -107,3 +107,6 @@ test: else echo "Test passed: Redis extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-ssh2.yaml b/php-8.1-ssh2.yaml index 2113a419091..471ab37a36a 100644 --- a/php-8.1-ssh2.yaml +++ b/php-8.1-ssh2.yaml @@ -56,3 +56,9 @@ update: identifier: php/pecl-networking-ssh2 use-tag: true tag-filter-prefix: 1. + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-swoole.yaml b/php-8.1-swoole.yaml index db0a341e370..67aebe776e3 100644 --- a/php-8.1-swoole.yaml +++ b/php-8.1-swoole.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-xdebug.yaml b/php-8.1-xdebug.yaml index 8503410144c..9f8e63cccda 100644 --- a/php-8.1-xdebug.yaml +++ b/php-8.1-xdebug.yaml @@ -55,3 +55,9 @@ update: github: identifier: xdebug/xdebug use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.1-zstd.yaml b/php-8.1-zstd.yaml index 5a32b7416f3..0609f6eaf6c 100644 --- a/php-8.1-zstd.yaml +++ b/php-8.1-zstd.yaml @@ -57,3 +57,9 @@ update: github: identifier: kjdev/php-ext-zstd use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-amqp.yaml b/php-8.2-amqp.yaml index 26a34abad4d..580cc716ced 100644 --- a/php-8.2-amqp.yaml +++ b/php-8.2-amqp.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-apcu.yaml b/php-8.2-apcu.yaml index dc21d4bf0ac..bb6d3a364ce 100644 --- a/php-8.2-apcu.yaml +++ b/php-8.2-apcu.yaml @@ -116,3 +116,6 @@ test: if (!ini_get("apc.enable_cli")) exit(1); echo "APCu CLI mode enabled"; ' + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-ddtrace.yaml b/php-8.2-ddtrace.yaml index 2c60a35c44b..30430659bf9 100644 --- a/php-8.2-ddtrace.yaml +++ b/php-8.2-ddtrace.yaml @@ -92,6 +92,9 @@ test: else echo "Test passed: ddtrace extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.2-decimal.yaml b/php-8.2-decimal.yaml index 1d27e199e5f..1d1b279cff0 100644 --- a/php-8.2-decimal.yaml +++ b/php-8.2-decimal.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-ds.yaml b/php-8.2-ds.yaml index a2253b64f2d..8904fb9eb75 100644 --- a/php-8.2-ds.yaml +++ b/php-8.2-ds.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-excimer.yaml b/php-8.2-excimer.yaml index 97fa4f49534..21e32ec56af 100644 --- a/php-8.2-excimer.yaml +++ b/php-8.2-excimer.yaml @@ -59,3 +59,9 @@ update: github: identifier: wikimedia/mediawiki-php-excimer use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-grpc.yaml b/php-8.2-grpc.yaml index 4944ef9ffbd..0d4a395820f 100644 --- a/php-8.2-grpc.yaml +++ b/php-8.2-grpc.yaml @@ -86,3 +86,6 @@ test: EOF ) echo "$PHP_SCRIPT" | php + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-igbinary.yaml b/php-8.2-igbinary.yaml index de92a4dd88c..1561099dad7 100644 --- a/php-8.2-igbinary.yaml +++ b/php-8.2-igbinary.yaml @@ -63,3 +63,9 @@ update: enabled: true github: identifier: igbinary/igbinary + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-imagick.yaml b/php-8.2-imagick.yaml index e9ecea44686..6b69c67d5c5 100644 --- a/php-8.2-imagick.yaml +++ b/php-8.2-imagick.yaml @@ -58,3 +58,9 @@ update: github: identifier: Imagick/imagick use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-memcached.yaml b/php-8.2-memcached.yaml index b5f712da02e..c8af0a078f7 100644 --- a/php-8.2-memcached.yaml +++ b/php-8.2-memcached.yaml @@ -65,3 +65,9 @@ update: identifier: php-memcached-dev/php-memcached strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-msgpack.yaml b/php-8.2-msgpack.yaml index 011b25d9769..6017280f148 100644 --- a/php-8.2-msgpack.yaml +++ b/php-8.2-msgpack.yaml @@ -63,3 +63,9 @@ update: identifier: msgpack/msgpack-php tag-filter-prefix: msgpack- strip-prefix: msgpack- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-opentelemetry.yaml b/php-8.2-opentelemetry.yaml index ecfa60ad9c2..b111cb5fe1c 100644 --- a/php-8.2-opentelemetry.yaml +++ b/php-8.2-opentelemetry.yaml @@ -58,3 +58,9 @@ update: enabled: true github: identifier: open-telemetry/opentelemetry-php-instrumentation + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-pdo_snowflake.yaml b/php-8.2-pdo_snowflake.yaml index e87f0308fd8..970185d38c8 100644 --- a/php-8.2-pdo_snowflake.yaml +++ b/php-8.2-pdo_snowflake.yaml @@ -88,6 +88,9 @@ test: else echo "Test passed: pdo snowflake extension is loaded." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.2-pecl-http.yaml b/php-8.2-pecl-http.yaml index 8fb8565d9a9..7ab301b9f86 100644 --- a/php-8.2-pecl-http.yaml +++ b/php-8.2-pecl-http.yaml @@ -55,3 +55,9 @@ update: enabled: true release-monitor: identifier: 371919 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-pecl-mcrypt.yaml b/php-8.2-pecl-mcrypt.yaml index 59c1df8b66f..f6dfe5caf9c 100644 --- a/php-8.2-pecl-mcrypt.yaml +++ b/php-8.2-pecl-mcrypt.yaml @@ -59,3 +59,9 @@ update: use-tag: true # ignore version 2.x.y tags, 1.x.y is the only mentioned version on https://pecl.php.net/package/mcrypt tag-filter: "1." + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-pecl-mongodb.yaml b/php-8.2-pecl-mongodb.yaml index f8a17c486fe..6f5c028f307 100644 --- a/php-8.2-pecl-mongodb.yaml +++ b/php-8.2-pecl-mongodb.yaml @@ -76,6 +76,9 @@ test: else echo "Test passed: mongodb extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.2-pecl-pdosqlsrv.yaml b/php-8.2-pecl-pdosqlsrv.yaml index 805f03026ab..bdd24186de2 100644 --- a/php-8.2-pecl-pdosqlsrv.yaml +++ b/php-8.2-pecl-pdosqlsrv.yaml @@ -62,3 +62,9 @@ update: identifier: microsoft/msphpsql strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-pecl-raphf.yaml b/php-8.2-pecl-raphf.yaml index 844ebf9499b..10646a009ea 100644 --- a/php-8.2-pecl-raphf.yaml +++ b/php-8.2-pecl-raphf.yaml @@ -59,3 +59,9 @@ update: identifier: m6w6/ext-raphf strip-prefix: release- tag-filter: release- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-pecl-sqlsrv.yaml b/php-8.2-pecl-sqlsrv.yaml index eb6aaaa63fd..802b912f712 100644 --- a/php-8.2-pecl-sqlsrv.yaml +++ b/php-8.2-pecl-sqlsrv.yaml @@ -62,3 +62,9 @@ update: identifier: microsoft/msphpsql strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-protobuf.yaml b/php-8.2-protobuf.yaml index 9e1784a7e6a..df63b6789a6 100644 --- a/php-8.2-protobuf.yaml +++ b/php-8.2-protobuf.yaml @@ -95,3 +95,6 @@ test: echo ($newMessage->getName() === "test" && $newMessage->getId() === 123) ? "OK" : "FAIL"; EOF php test.php | grep -q "OK" + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-redis.yaml b/php-8.2-redis.yaml index fa3a6f16d53..e241a0a7e71 100644 --- a/php-8.2-redis.yaml +++ b/php-8.2-redis.yaml @@ -106,3 +106,6 @@ test: else echo "Test passed: Redis extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-ssh2.yaml b/php-8.2-ssh2.yaml index f6cd3b102b6..76adebb88aa 100644 --- a/php-8.2-ssh2.yaml +++ b/php-8.2-ssh2.yaml @@ -56,3 +56,9 @@ update: identifier: php/pecl-networking-ssh2 use-tag: true tag-filter-prefix: 1. + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-swoole.yaml b/php-8.2-swoole.yaml index 4af2829a241..28fb9f69140 100644 --- a/php-8.2-swoole.yaml +++ b/php-8.2-swoole.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-xdebug.yaml b/php-8.2-xdebug.yaml index db8376d580d..aa3a9014e79 100644 --- a/php-8.2-xdebug.yaml +++ b/php-8.2-xdebug.yaml @@ -55,3 +55,9 @@ update: github: identifier: xdebug/xdebug use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.2-zstd.yaml b/php-8.2-zstd.yaml index cf47c915642..afc1298a243 100644 --- a/php-8.2-zstd.yaml +++ b/php-8.2-zstd.yaml @@ -57,3 +57,9 @@ update: github: identifier: kjdev/php-ext-zstd use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-amqp.yaml b/php-8.3-amqp.yaml index e7ead815249..b997c96df4a 100644 --- a/php-8.3-amqp.yaml +++ b/php-8.3-amqp.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-apcu.yaml b/php-8.3-apcu.yaml index ae08169c271..4fbf390475d 100644 --- a/php-8.3-apcu.yaml +++ b/php-8.3-apcu.yaml @@ -116,3 +116,6 @@ test: if (!ini_get("apc.enable_cli")) exit(1); echo "APCu CLI mode enabled"; ' + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-ddtrace.yaml b/php-8.3-ddtrace.yaml index 7895e82950d..268e4fca552 100644 --- a/php-8.3-ddtrace.yaml +++ b/php-8.3-ddtrace.yaml @@ -92,6 +92,9 @@ test: else echo "Test passed: ddtrace extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.3-decimal.yaml b/php-8.3-decimal.yaml index 12f25ad6ba5..6f651d86ad9 100644 --- a/php-8.3-decimal.yaml +++ b/php-8.3-decimal.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-ds.yaml b/php-8.3-ds.yaml index 7de36134811..4a83089a38d 100644 --- a/php-8.3-ds.yaml +++ b/php-8.3-ds.yaml @@ -58,3 +58,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-excimer.yaml b/php-8.3-excimer.yaml index b5089906423..795e0868992 100644 --- a/php-8.3-excimer.yaml +++ b/php-8.3-excimer.yaml @@ -59,3 +59,9 @@ update: github: identifier: wikimedia/mediawiki-php-excimer use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-grpc.yaml b/php-8.3-grpc.yaml index da0111e27e3..cbd3c460673 100644 --- a/php-8.3-grpc.yaml +++ b/php-8.3-grpc.yaml @@ -86,3 +86,6 @@ test: EOF ) echo "$PHP_SCRIPT" | php + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-igbinary.yaml b/php-8.3-igbinary.yaml index b29d3c23089..8910e7785c5 100644 --- a/php-8.3-igbinary.yaml +++ b/php-8.3-igbinary.yaml @@ -63,3 +63,9 @@ update: enabled: true github: identifier: igbinary/igbinary + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-imagick.yaml b/php-8.3-imagick.yaml index e78fe780644..00b3384e264 100644 --- a/php-8.3-imagick.yaml +++ b/php-8.3-imagick.yaml @@ -58,3 +58,9 @@ update: github: identifier: Imagick/imagick use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-memcached.yaml b/php-8.3-memcached.yaml index a1a95d24892..314be83cc27 100644 --- a/php-8.3-memcached.yaml +++ b/php-8.3-memcached.yaml @@ -65,3 +65,9 @@ update: identifier: php-memcached-dev/php-memcached strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-msgpack.yaml b/php-8.3-msgpack.yaml index ec19c41d4eb..0cdb63aae36 100644 --- a/php-8.3-msgpack.yaml +++ b/php-8.3-msgpack.yaml @@ -63,3 +63,9 @@ update: identifier: msgpack/msgpack-php tag-filter-prefix: msgpack- strip-prefix: msgpack- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-opentelemetry.yaml b/php-8.3-opentelemetry.yaml index f261af98899..278df5a2c6f 100644 --- a/php-8.3-opentelemetry.yaml +++ b/php-8.3-opentelemetry.yaml @@ -58,3 +58,9 @@ update: enabled: true github: identifier: open-telemetry/opentelemetry-php-instrumentation + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-pdo_snowflake.yaml b/php-8.3-pdo_snowflake.yaml index 68c7b16b5bc..37afc8f810c 100644 --- a/php-8.3-pdo_snowflake.yaml +++ b/php-8.3-pdo_snowflake.yaml @@ -88,6 +88,9 @@ test: else echo "Test passed: pdo snowflake extension is loaded." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.3-pecl-http.yaml b/php-8.3-pecl-http.yaml index 0abd0410838..328fce8db46 100644 --- a/php-8.3-pecl-http.yaml +++ b/php-8.3-pecl-http.yaml @@ -55,3 +55,9 @@ update: enabled: true release-monitor: identifier: 371919 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-pecl-mcrypt.yaml b/php-8.3-pecl-mcrypt.yaml index e2052366c59..579e9f260f0 100644 --- a/php-8.3-pecl-mcrypt.yaml +++ b/php-8.3-pecl-mcrypt.yaml @@ -59,3 +59,9 @@ update: use-tag: true # ignore version 2.x.y tags, 1.x.y is the only mentioned version on https://pecl.php.net/package/mcrypt tag-filter: "1." + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-pecl-mongodb.yaml b/php-8.3-pecl-mongodb.yaml index a710102cb4e..f8f030cce3d 100644 --- a/php-8.3-pecl-mongodb.yaml +++ b/php-8.3-pecl-mongodb.yaml @@ -76,6 +76,9 @@ test: else echo "Test passed: mongodb extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/php-8.3-pecl-pdosqlsrv.yaml b/php-8.3-pecl-pdosqlsrv.yaml index e01a14b73d8..9015320c28b 100644 --- a/php-8.3-pecl-pdosqlsrv.yaml +++ b/php-8.3-pecl-pdosqlsrv.yaml @@ -62,3 +62,9 @@ update: identifier: microsoft/msphpsql strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-pecl-raphf.yaml b/php-8.3-pecl-raphf.yaml index 92c715a420a..3fc0f0cc141 100644 --- a/php-8.3-pecl-raphf.yaml +++ b/php-8.3-pecl-raphf.yaml @@ -59,3 +59,9 @@ update: identifier: m6w6/ext-raphf strip-prefix: release- tag-filter: release- + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-pecl-sqlsrv.yaml b/php-8.3-pecl-sqlsrv.yaml index 59a9e0a4d6f..da4ae25a57f 100644 --- a/php-8.3-pecl-sqlsrv.yaml +++ b/php-8.3-pecl-sqlsrv.yaml @@ -62,3 +62,9 @@ update: identifier: microsoft/msphpsql strip-prefix: v tag-filter: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-protobuf.yaml b/php-8.3-protobuf.yaml index 08f0460fe3d..e9efb2c8958 100644 --- a/php-8.3-protobuf.yaml +++ b/php-8.3-protobuf.yaml @@ -95,3 +95,6 @@ test: echo ($newMessage->getName() === "test" && $newMessage->getId() === 123) ? "OK" : "FAIL"; EOF php test.php | grep -q "OK" + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-redis.yaml b/php-8.3-redis.yaml index 6854edbdea3..d3763b549ec 100644 --- a/php-8.3-redis.yaml +++ b/php-8.3-redis.yaml @@ -106,3 +106,6 @@ test: else echo "Test passed: Redis extension is functional." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-ssh2.yaml b/php-8.3-ssh2.yaml index e077f6a4aa5..c3c977bbf27 100644 --- a/php-8.3-ssh2.yaml +++ b/php-8.3-ssh2.yaml @@ -56,3 +56,9 @@ update: identifier: php/pecl-networking-ssh2 use-tag: true tag-filter-prefix: 1. + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-swoole.yaml b/php-8.3-swoole.yaml index 685961857ad..ecc4a386c52 100644 --- a/php-8.3-swoole.yaml +++ b/php-8.3-swoole.yaml @@ -63,3 +63,9 @@ update: strip-prefix: v tag-filter: v use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-xdebug.yaml b/php-8.3-xdebug.yaml index d1b9a6e2c63..87d77c1fb7c 100644 --- a/php-8.3-xdebug.yaml +++ b/php-8.3-xdebug.yaml @@ -55,3 +55,9 @@ update: github: identifier: xdebug/xdebug use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/php-8.3-zstd.yaml b/php-8.3-zstd.yaml index b538fe99954..d15a77e0c23 100644 --- a/php-8.3-zstd.yaml +++ b/php-8.3-zstd.yaml @@ -57,3 +57,9 @@ update: github: identifier: kjdev/php-ext-zstd use-tag: true + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/pstack.yaml b/pstack.yaml index 73c3753de92..1a16f2a3830 100644 --- a/pstack.yaml +++ b/pstack.yaml @@ -85,3 +85,6 @@ test: canal --help hdmp -v hdmp -h + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/pulseaudio.yaml b/pulseaudio.yaml index cb3158e3fc8..20613dcefcc 100644 --- a/pulseaudio.yaml +++ b/pulseaudio.yaml @@ -224,3 +224,6 @@ test: - runs: | pulseaudio --version pulseaudio --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/py3-pulsar-client.yaml b/py3-pulsar-client.yaml index 9ba35d29966..744f6431747 100644 --- a/py3-pulsar-client.yaml +++ b/py3-pulsar-client.yaml @@ -49,3 +49,9 @@ update: identifier: apache/pulsar-client-python strip-prefix: v strip-suffix: -candidate1 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/py3-tensorflow-data-validation.yaml b/py3-tensorflow-data-validation.yaml index 5c02c7e0f92..227200439de 100644 --- a/py3-tensorflow-data-validation.yaml +++ b/py3-tensorflow-data-validation.yaml @@ -70,3 +70,9 @@ update: github: identifier: tensorflow/data-validation strip-prefix: v + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/ruby3.2-charlock_holmes.yaml b/ruby3.2-charlock_holmes.yaml index 1d2354a3e2d..1de96bf2fee 100644 --- a/ruby3.2-charlock_holmes.yaml +++ b/ruby3.2-charlock_holmes.yaml @@ -72,6 +72,9 @@ test: puts "All tests passed!" EOF + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/ruby3.2-date.yaml b/ruby3.2-date.yaml index 5bc665d2d0a..abbf5b28e3c 100644 --- a/ruby3.2-date.yaml +++ b/ruby3.2-date.yaml @@ -76,6 +76,9 @@ test: puts "DateTime library functionality verified successfully!" EOF + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/ruby3.2-io-console.yaml b/ruby3.2-io-console.yaml index 7d82a394eaa..b9abf9303b0 100644 --- a/ruby3.2-io-console.yaml +++ b/ruby3.2-io-console.yaml @@ -76,6 +76,9 @@ test: exit 1 end ' + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/ruby3.2-io-event.yaml b/ruby3.2-io-event.yaml index b36a122123c..91aed76d819 100644 --- a/ruby3.2-io-event.yaml +++ b/ruby3.2-io-event.yaml @@ -86,3 +86,6 @@ test: else echo "Test passed: io-event gem can be required." fi + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/ruby3.2-nio4r.yaml b/ruby3.2-nio4r.yaml index 5de3cd95f4c..8dee034391f 100644 --- a/ruby3.2-nio4r.yaml +++ b/ruby3.2-nio4r.yaml @@ -49,3 +49,9 @@ var-transforms: match: ^ruby(\d\.\d+)-.* replace: $1 to: rubyMM + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/ruby3.2-oj.yaml b/ruby3.2-oj.yaml index d4e80b12764..4242c82c450 100644 --- a/ruby3.2-oj.yaml +++ b/ruby3.2-oj.yaml @@ -52,3 +52,9 @@ var-transforms: match: ^ruby(\d\.\d+)-.* replace: $1 to: rubyMM + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/ruby3.2-pg.yaml b/ruby3.2-pg.yaml index 51f5f7d912a..3907462475a 100644 --- a/ruby3.2-pg.yaml +++ b/ruby3.2-pg.yaml @@ -61,6 +61,9 @@ test: - name: Check pg is install runs: | echo "Is pg installed?: $(gem list -i pg)" + - uses: test/ldd-check + with: + packages: ${{package.name}} var-transforms: - from: ${{package.name}} diff --git a/ruby3.2-psych.yaml b/ruby3.2-psych.yaml index fbdc243d322..295ab6f9206 100644 --- a/ruby3.2-psych.yaml +++ b/ruby3.2-psych.yaml @@ -46,6 +46,9 @@ vars: test: pipeline: - runs: ruby -e "require 'psych'" + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/ruby3.2-puma.yaml b/ruby3.2-puma.yaml index cc550496102..262e6519519 100644 --- a/ruby3.2-puma.yaml +++ b/ruby3.2-puma.yaml @@ -57,6 +57,9 @@ test: pumactl --version puma --help pumactl --help + - uses: test/ldd-check + with: + packages: ${{package.name}} var-transforms: - from: ${{package.name}} diff --git a/ruby3.2-stringio.yaml b/ruby3.2-stringio.yaml index a80d6873945..32b7e61a40a 100644 --- a/ruby3.2-stringio.yaml +++ b/ruby3.2-stringio.yaml @@ -45,6 +45,9 @@ vars: test: pipeline: - runs: ruby -e "require 'stringio'" + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/rust-1.73.yaml b/rust-1.73.yaml index c501dda56b8..3f3dde36df9 100644 --- a/rust-1.73.yaml +++ b/rust-1.73.yaml @@ -151,3 +151,6 @@ test: rustc --version cargo --help rustc --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.74.yaml b/rust-1.74.yaml index ba66dee9b35..8eaa7fd6c61 100644 --- a/rust-1.74.yaml +++ b/rust-1.74.yaml @@ -151,3 +151,6 @@ test: rustc --version cargo --help rustc --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.75.yaml b/rust-1.75.yaml index 7ea4272774a..5e825a08f90 100644 --- a/rust-1.75.yaml +++ b/rust-1.75.yaml @@ -131,3 +131,6 @@ test: rustc --version cargo --help rustc --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.76.yaml b/rust-1.76.yaml index b761e8e65ba..d994fd1adb8 100644 --- a/rust-1.76.yaml +++ b/rust-1.76.yaml @@ -131,3 +131,6 @@ test: rustc --version cargo --help rustc --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.77.yaml b/rust-1.77.yaml index 1bb6cf47d75..3dd0353c7a2 100644 --- a/rust-1.77.yaml +++ b/rust-1.77.yaml @@ -156,3 +156,6 @@ test: cargo new hello_cargo --bin cd hello_cargo cargo run | grep -q "Hello, world!" || exit 1 + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.78.yaml b/rust-1.78.yaml index 80c8e02bac3..b1423bee3f1 100644 --- a/rust-1.78.yaml +++ b/rust-1.78.yaml @@ -168,3 +168,6 @@ test: - name: Verify rustdoc installation runs: | rustdoc --version || exit 1 + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-1.79.yaml b/rust-1.79.yaml index e6b093edcd7..37562bfd06a 100644 --- a/rust-1.79.yaml +++ b/rust-1.79.yaml @@ -170,3 +170,6 @@ test: - name: Verify rustdoc installation runs: | rustdoc --version || exit 1 + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/rust-stage0.yaml b/rust-stage0.yaml index 04f6b3c2c15..6def33a75c1 100644 --- a/rust-stage0.yaml +++ b/rust-stage0.yaml @@ -78,3 +78,6 @@ test: rustc --help rustdoc --help rustfmt --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/s-lang.yaml b/s-lang.yaml index 7516315bcb5..eb1ca622718 100644 --- a/s-lang.yaml +++ b/s-lang.yaml @@ -1,7 +1,7 @@ package: name: s-lang version: 2.3.3 - epoch: 1 + epoch: 2 description: Library for creating multi-platform software copyright: - license: GPL-2.0-or-later @@ -43,6 +43,11 @@ subpackages: runtime: - s-lang + - name: s-lang-doc + description: s-lang docs + pipeline: + - uses: split/manpages + update: enabled: true release-monitor: @@ -53,3 +58,6 @@ test: - runs: | slsh -e 'message("Hello World!");' | grep -q "Hello World!" slsh --version + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/scudo-malloc.yaml b/scudo-malloc.yaml index 5546ddbf5f5..24629d43aa8 100644 --- a/scudo-malloc.yaml +++ b/scudo-malloc.yaml @@ -62,6 +62,9 @@ test: pipeline: - runs: | LD_PRELOAD=/usr/lib/libscudo.so stress-ng --vdso 1 -t 5 --metrics + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/shaderc.yaml b/shaderc.yaml index de3a50c29c7..20f01b55845 100644 --- a/shaderc.yaml +++ b/shaderc.yaml @@ -69,3 +69,6 @@ test: spirv-reduce --help spirv-val --help - uses: test/pkgconf + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/snmalloc.yaml b/snmalloc.yaml index f69efe5f641..f6c339f0b6b 100644 --- a/snmalloc.yaml +++ b/snmalloc.yaml @@ -81,6 +81,9 @@ test: LD_PRELOAD=/usr/lib/libsnmallocshim.so stress-ng --vdso 1 -t 5 --metrics LD_PRELOAD=/usr/lib/libsnmallocshim-checks.so stress-ng --vdso 1 -t 5 --metrics LD_PRELOAD=/usr/lib/libsnmallocshim-checks-memcpy-only.so stress-ng --vdso 1 -t 5 --metrics + - uses: test/ldd-check + with: + packages: ${{package.name}} update: enabled: true diff --git a/softhsm.yaml b/softhsm.yaml index b8fbb4bb333..dd3ab092ca4 100644 --- a/softhsm.yaml +++ b/softhsm.yaml @@ -69,3 +69,6 @@ test: softhsm2-dump-file --help softhsm2-keyconv --help softhsm2-util --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/spirv-tools.yaml b/spirv-tools.yaml index 0deb5e479cb..214f2e85f98 100644 --- a/spirv-tools.yaml +++ b/spirv-tools.yaml @@ -83,3 +83,6 @@ test: spirv-opt --help spirv-reduce --help spirv-val --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/trafficserver-9.yaml b/trafficserver-9.yaml index 0eee5df3057..e34517cbb2d 100644 --- a/trafficserver-9.yaml +++ b/trafficserver-9.yaml @@ -1,7 +1,7 @@ package: name: trafficserver-9 version: 9.2.7 - epoch: 0 + epoch: 1 description: Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server. copyright: - license: Apache-2.0 @@ -39,6 +39,12 @@ pipeline: - uses: strip +subpackages: + - name: trafficserver-9-doc + description: trafficserver-9 docs + pipeline: + - uses: split/manpages + update: enabled: true ignore-regex-patterns: @@ -63,3 +69,6 @@ test: traffic_manager --version traffic_via --version - uses: test/pkgconf + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/trino.yaml b/trino.yaml index 7087e23348b..dab74969d2c 100644 --- a/trino.yaml +++ b/trino.yaml @@ -174,3 +174,6 @@ test: - runs: | trino --version trino --help + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/vala.yaml b/vala.yaml index 70d361754db..07062ab788c 100644 --- a/vala.yaml +++ b/vala.yaml @@ -74,3 +74,6 @@ test: vapigen --help vapigen-0.56 --help - uses: test/pkgconf + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/varnish-modules.yaml b/varnish-modules.yaml index b6d99b74416..00b00eae8d7 100644 --- a/varnish-modules.yaml +++ b/varnish-modules.yaml @@ -1,7 +1,7 @@ package: name: varnish-modules version: 0.25.0 - epoch: 1 + epoch: 2 description: "Collection of Varnish Cache modules (vmods) by Varnish Software" copyright: - license: BSD-2-Clause @@ -43,7 +43,19 @@ pipeline: - uses: strip +subpackages: + - name: varnish-modules-doc + description: varnish-modules docs + pipeline: + - uses: split/manpages + update: enabled: true github: identifier: varnish/varnish-modules + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}} diff --git a/xorg-server.yaml b/xorg-server.yaml index c539e9b289a..b3d07108c3e 100644 --- a/xorg-server.yaml +++ b/xorg-server.yaml @@ -140,3 +140,9 @@ update: enabled: true release-monitor: identifier: 5250 + +test: + pipeline: + - uses: test/ldd-check + with: + packages: ${{package.name}}