We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6d59a commit 0fdaef2Copy full SHA for 0fdaef2
Makefile.common
@@ -153,7 +153,7 @@ common-test-short: $(GOTEST_DIR)
153
.PHONY: common-test
154
common-test: $(GOTEST_DIR)
155
@echo ">> running all tests"
156
- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(GOTEST) $(test-flags) $(GOOPTS) $(pkgs)
+ $(GOTEST) $(test-flags) $(GOOPTS) $(pkgs)
157
158
$(GOTEST_DIR):
159
@mkdir -p $@
@@ -201,7 +201,7 @@ common-unused:
201
common-build: promu
202
@echo ">> building binaries"
203
@env
204
- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
+ $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205
206
.PHONY: common-tarball
207
common-tarball: promu
0 commit comments