Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
rdma-core


Commits:
f636863f by Jakub Klinkovský at 2025-02-12T22:41:55+01:00
Disable non-functional tests

- - - - -
ebffb3ab by Jakub Klinkovský at 2025-02-12T22:45:27+01:00
upgpkg: 56.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rdma-core
        pkgdesc = RDMA core userspace libraries and daemons
-       pkgver = 55.0
+       pkgver = 56.0
        pkgrel = 1
        url = https://github.com/linux-rdma/rdma-core
        arch = x86_64
@@ -81,7 +81,7 @@ pkgbase = rdma-core
        replaces = srptools
        backup = etc/rdma/rdma.conf
        backup = etc/rdma/mlx4.conf
-       source = 
https://github.com/linux-rdma/rdma-core/archive/v55.0/rdma-core-55.0.tar.gz
-       sha512sums = 
5f7cec80ccde79b0b5213c52ece69229bed64c257694979126e43b1e8c5f86994822c99387c23a8a50d1e99e11d23e3ebecef6e5e11408c89dac835a8e5cad40
+       source = 
https://github.com/linux-rdma/rdma-core/archive/v56.0/rdma-core-56.0.tar.gz
+       sha512sums = 
c3b897e7bb527be233c1628550d55177b95b8a1371425eb83534de1bddf9f09071a5c1a56aa41dd07b205f61a228076233088534963d048ba519699a043d7e31
 
 pkgname = rdma-core


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=rdma-core
 pkgdesc="RDMA core userspace libraries and daemons"
-pkgver=55.0
+pkgver=56.0
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/linux-rdma/rdma-core";
@@ -63,7 +63,7 @@ conflicts=("${_provides[@]}")
 replaces=("${_provides[@]}")
 backup=(etc/rdma/{rdma.conf,mlx4.conf})
 
source=("https://github.com/linux-rdma/rdma-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('5f7cec80ccde79b0b5213c52ece69229bed64c257694979126e43b1e8c5f86994822c99387c23a8a50d1e99e11d23e3ebecef6e5e11408c89dac835a8e5cad40')
+sha512sums=('c3b897e7bb527be233c1628550d55177b95b8a1371425eb83534de1bddf9f09071a5c1a56aa41dd07b205f61a228076233088534963d048ba519699a043d7e31')
 
 prepare() {
     cd $pkgname-$pkgver
@@ -95,7 +95,9 @@ build() {
 
 check() {
     cd $pkgname-$pkgver
-    PYTHONPATH="$srcdir/build/python" tests/run_tests.py
+    # Cannot run tests in chroot: pyverbs.pyverbs_error.PyverbsRDMAError: 
Failed to get devices list
+    # But there are no RDMA devices no the build server anyway...
+    #PYTHONPATH="$srcdir/build/python" tests/run_tests.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rdma-core/-/compare/29142b02d3b55e893e85266f16114bd6b353e28b...ebffb3ab75e2ab76fae7b7face60e4c44ec41274

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rdma-core/-/compare/29142b02d3b55e893e85266f16114bd6b353e28b...ebffb3ab75e2ab76fae7b7face60e4c44ec41274
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to