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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 18:03:16 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 18:06:49 +0300
commit6e3082789326071e6be0b2d8f3ac52f86b2a12a6 (patch)
treeaf5365badf64e11e26089a4060018b2612287203 /Makefile
parent9857f7d70983e7af2f0702035c67743d9e1fa3c0 (diff)
Remove CGO_ENABLED var from makefiles
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