Skip to content

Commit

Permalink
ci: add GODEBUG=cgocheck=2 to the container environment
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Anderson <[email protected]>
  • Loading branch information
ansiwen authored and phlogistonjohn committed Feb 8, 2021
1 parent 5768911 commit 01c9818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/containers/ceph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ENV PATH="${PATH}:/opt/go/bin"
ENV GOROOT=/opt/go
ENV GO111MODULE=on
ENV GOPATH /go
ENV GODEBUG=cgocheck=2
WORKDIR /go/src/github.com/ceph/go-ceph
VOLUME /go/src/github.com/ceph/go-ceph

Expand Down

0 comments on commit 01c9818

Please sign in to comment.