Skip to content

Commit

Permalink
build: disable pam_opa (open-policy-agent#168)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
charlesdaniels authored Apr 5, 2022
1 parent dcd40d8 commit af9096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af9096a

Please sign in to comment.