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')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4644eeec..b2a818f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
IMPORT_PATH := gitlab.com/gitlab-org/gitlab-pages
V := 1
-# GitLab Pages is statically compiled without CGO to help it in chroot mode
-export CGO_ENABLED := 0
-
include Makefile.build.mk
include Makefile.util.mk
include Makefile.internal.mk