Skip to content
Snippets Groups Projects
Commit c6c898e5 authored by Hoang Nguyen's avatar Hoang Nguyen :turtle: Committed by omni
Browse files

testing/tetragon-client: upgrade to 1.1.0

parent dc23ae80
No related branches found
No related tags found
1 merge request!65344testing/cilium-cli: upgrade to 0.16.6
Pipeline #232384 skipped
# 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
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment