Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / azure-kubelogin
Commits: 54ac99da by Carl Smedstad at 2024-11-03T11:21:22+01:00 upgpkg: 0.1.4-3: Remove test-disabling, not necessary - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = azure-kubelogin pkgdesc = A Kubernetes credential (exec) plugin implementing azure authentication pkgver = 0.1.4 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Azure/kubelogin arch = x86_64 license = MIT ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=azure-kubelogin pkgver=0.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="A Kubernetes credential (exec) plugin implementing azure authentication" arch=(x86_64) url="https://github.com/Azure/kubelogin" @@ -39,14 +39,7 @@ build() { check() { cd $pkgname - # Skip tests failing for some users - not sure why - local unit_tests=$( - go list ./... \ - | grep -v 'github.com/Azure/kubelogin/pkg/internal/pop' \ - | grep -v 'github.com/Azure/kubelogin/pkg/internal/token' - ) - # shellcheck disable=SC2086 - go test -v $unit_tests + go test -v ./... } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/54ac99dacaeb4ab02eae4bd0b5cdd04326eac47b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azure-kubelogin/-/commit/54ac99dacaeb4ab02eae4bd0b5cdd04326eac47b You're receiving this email because of your account on gitlab.archlinux.org.