Bump seccomp version to be the same as one in runc repo

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2023-05-16 09:33:26 -04:00
parent 8eea15f891
commit 85cf9a09e8
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -22,7 +22,7 @@ set -eu -o pipefail
set -x set -x
export SECCOMP_VERSION=2.5.1 export SECCOMP_VERSION=2.5.4
SECCOMP_PATH=$(mktemp -d) SECCOMP_PATH=$(mktemp -d)
export SECCOMP_PATH export SECCOMP_PATH
curl -fsSL "https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_VERSION}/libseccomp-${SECCOMP_VERSION}.tar.gz" | tar -xzC "$SECCOMP_PATH" --strip-components=1 curl -fsSL "https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_VERSION}/libseccomp-${SECCOMP_VERSION}.tar.gz" | tar -xzC "$SECCOMP_PATH" --strip-components=1