Skip to content

Commit 6d8dd93

Browse files
joepvdopenshift-cherrypick-robot
authored andcommitted
Set GO_COMPLIANCE_EXCLUDE to match Makefile
openshift#516 overrode the tweak in openshift-eng/ocp-build-data#3174. This should set the record straight.
1 parent 6517f28 commit 6d8dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-lifecycle-manager.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
66

77
# Permit the cpb binary to be compiled statically. The Red Hat compiler
88
# provided by ART will otherwise force FIPS compliant dynamic compilation.
9-
ENV GO_COMPLIANCE_EXCLUDE="build.*operator-lifecycle-manager/util/cpb"
9+
ENV GO_COMPLIANCE_EXCLUDE="*util/cpb"
1010

1111
WORKDIR /build
1212

0 commit comments

Comments
 (0)