From af9096a105b5eb0e885606727280a54d2528ace9 Mon Sep 17 00:00:00 2001 From: Charles Daniels Date: Tue, 5 Apr 2022 10:42:00 -0400 Subject: [PATCH] build: disable pam_opa (#168) I am able to build pam_opa locally, however in GitHub Actions, the build is failing due to the error: ERROR: The certificate of 'www.digip.org' is not trusted. Signed-off-by: Charles Daniels --- build/make-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-all.sh b/build/make-all.sh index 91d3cd3a..7740d261 100755 --- a/build/make-all.sh +++ b/build/make-all.sh @@ -29,7 +29,7 @@ for file in ${CONTRIB_ROOT}/*/Makefile; do base=$(basename "$dir") # TODO: Fix these two currently failing GH actions builds - if [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then + if [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then continue fi