From e4bc62018e1fcd89bfa14970d0cd501502e816a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Thu, 4 Apr 2024 07:16:38 +0200 Subject: [PATCH] main/openssh: enable check() again Looks like this was disabled by accident. Tests pass locally. Include pkgrel bump to trigger check() run on the builders. See: 7befdd7374d9ef43c62e872083f22cb43e3ab489 --- main/openssh/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index b243aa19ca0..0b8feae7602 100644 --- a/main/openssh/APKBUILD +++ b/main/openssh/APKBUILD @@ -5,7 +5,7 @@ pkgname=openssh pkgver=9.7_p1 _myver=${pkgver%_*}${pkgver#*_} -pkgrel=2 +pkgrel=3 pkgdesc="Port of OpenBSD's free SSH release" url="https://www.openssh.com/portable.html" arch="all" @@ -152,7 +152,7 @@ check() { # Run all tests except the t-exec tests which fail on the # builders for some reason but pass locally (needs further # investigation). -# TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit + TEST_SSH_UNSAFE_PERMISSIONS=1 make -j1 file-tests interop-tests unit if [ -z "$BOOTSTRAP" ]; then msg "verify pam build"