We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2cd26b + 29904c1 commit fcd8203Copy full SHA for fcd8203
Dockerfile
@@ -1,7 +1,7 @@
1
FROM openshift/origin-release:golang-1.14 as builder
2
3
RUN yum update -y && \
4
- yum install -y make git sqlite glibc-static openssl-static zlib-static && \
+ yum install -y sqlite && \
5
yum groupinstall -y "Development Tools"
6
7
ENV GOPATH /go
Makefile
@@ -72,4 +72,4 @@ clean:
72
73
.PHONY: e2e
74
e2e:
75
- $(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race ./test/e2e
+ $(GO) run github.com/onsi/ginkgo/ginkgo --v --randomizeAllSpecs --randomizeSuites --race $(TAGS) ./test/e2e
0 commit comments