Skip to content
Snippets Groups Projects
Commit 120cd0942cb7 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'force-git-symlinks' into 'master'

Force Git build to use symlinks

See merge request gitlab-org/omnibus-gitlab!6071
No related branches found
No related tags found
1 merge request!72Intermediate build for testing purposes
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
"GIT_APPEND_BUILD_OPTIONS += ZLIB_PATH=#{install_dir}/embedded", "GIT_APPEND_BUILD_OPTIONS += ZLIB_PATH=#{install_dir}/embedded",
"GIT_APPEND_BUILD_OPTIONS += NEEDS_LIBICONV=YesPlease", "GIT_APPEND_BUILD_OPTIONS += NEEDS_LIBICONV=YesPlease",
"GIT_APPEND_BUILD_OPTIONS += NO_R_TO_GCC_LINKER=YesPlease", "GIT_APPEND_BUILD_OPTIONS += NO_R_TO_GCC_LINKER=YesPlease",
"GIT_APPEND_BUILD_OPTIONS += INSTALL_SYMLINKS=YesPlease",
"GIT_APPEND_BUILD_OPTIONS += CFLAGS=\"#{git_cflags}\"" "GIT_APPEND_BUILD_OPTIONS += CFLAGS=\"#{git_cflags}\""
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment