Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index 915b1d02..ba672739 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -2,7 +2,7 @@ BINDIR := $(CURDIR)/bin
GO_BUILD_TAGS := continuous_profiler_stackdriver
FIPS_MODE ?= 0
ifeq ($(FIPS_MODE), 1)
- GO_BUILD_TAGS := $(GO_BUILD_TAGS),boringcrypto
+ GO_BUILD_TAGS := $(GO_BUILD_TAGS),fips
CGO_ENABLED := 1
endif