Skip to content

Commit 0fdaef2

Browse files
committed
[SECCOMP-31582] - remove redundant stuff
1 parent 7f6d59a commit 0fdaef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.common

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ common-test-short: $(GOTEST_DIR)
153153
.PHONY: common-test
154154
common-test: $(GOTEST_DIR)
155155
@echo ">> running all tests"
156-
CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(GOTEST) $(test-flags) $(GOOPTS) $(pkgs)
156+
$(GOTEST) $(test-flags) $(GOOPTS) $(pkgs)
157157

158158
$(GOTEST_DIR):
159159
@mkdir -p $@
@@ -201,7 +201,7 @@ common-unused:
201201
common-build: promu
202202
@echo ">> building binaries"
203203
@env
204-
CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
204+
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205205

206206
.PHONY: common-tarball
207207
common-tarball: promu

0 commit comments

Comments
 (0)