testing/tetragon-client: upgrade to 1.1.0

This commit is contained in:
Hoang Nguyen 2024-05-04 00:00:00 +07:00 committed by omni
parent dc23ae8094
commit c6c898e59a

View File

@ -1,7 +1,7 @@
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=tetragon-client
pkgver=1.0.2
pkgrel=2
pkgver=1.1.0
pkgrel=0
pkgdesc="CLI client for eBPF-based Security Observability and Runtime Enforcement"
url="https://github.com/cilium/tetragon"
arch="x86_64 aarch64" # fails to build on other platforms
@ -39,6 +39,7 @@ check() {
# /pkg/alignchecker: fails to build bpf/objs/bpf_alignchecker.o
# /pkg/sensors/{tracing,exec}, /pkg/{tracepoint,btf,bugtool}: try to access /sys/kernel
# /pkg/sensors/exec/procevents, /pkg/cgroups: fail on CI (lacking cgroup controller "pids")
# /pkg/pidfile: try to create /var/run/tetragon directory
# shellcheck disable=2046
GOFLAGS="${GOFLAGS/-trimpath/}" go test $(go list ./... | grep -v \
-e '/bpf/tests$' \
@ -46,6 +47,7 @@ check() {
-e '/pkg/btf$' \
-e '/pkg/bugtool$' \
-e '/pkg/cgroups$' \
-e '/pkg/pidfile$' \
-e '/pkg/reader/proc$' \
-e '/pkg/selectors$' \
-e '/pkg/sensors/exec$' \
@ -68,5 +70,5 @@ package() {
}
sha512sums="
73404cb1900f451d80b0d0295a2c3f5ef529eb4da76406aca4b889a9dab60e4a0cb578363ee689311b8be33fa5ac902441f79e02220d567b1bf37a9bf582d7ce tetragon-client-1.0.2.tar.gz
cd8d5964e9488b12fccc34e62a26cd735af3608a9709cda556b12bd9d094fe5e2982daf375bc3d233b5f29b49412d2a66708d00b480efa31fc748264cd3580c0 tetragon-client-1.1.0.tar.gz
"