summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-10 13:02:57 +0100
committerGitHub <noreply@github.com>2020-01-10 13:02:57 +0100
commit6ed88e047579bd2d1eac99a6089cc617f0c4773d (patch)
treed2f672af9459e3448fb9992d9f11ee69c6ff1aab
parent8acc1dc6c919016eabcc30f08260769b56c98003 (diff)
parenteb0f79c3373d41356afd9a6603eeda4794750b1e (diff)
downloadpodman-6ed88e047579bd2d1eac99a6089cc617f0c4773d.tar.gz
podman-6ed88e047579bd2d1eac99a6089cc617f0c4773d.tar.bz2
podman-6ed88e047579bd2d1eac99a6089cc617f0c4773d.zip
Merge pull request #4825 from cevich/fix_libseccomp_commit
Fix Makefile ref libseccomp branch as a commit
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e082b6e5d..8c04005a8 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ LDFLAGS_PODMAN ?= \
-X $(LIBPOD)/config._etcDir=$(ETCDIR) \
-extldflags "$(LDFLAGS)"
#Update to LIBSECCOMP_COMMIT should reflect in Dockerfile too.
-LIBSECCOMP_COMMIT := release-2.3
+LIBSECCOMP_COMMIT := v2.3.3
# Rarely if ever should integration tests take more than 50min,
# caller may override in special circumstances if needed.
GINKGOTIMEOUT ?= -timeout=90m