Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tdkscms
omnibus-gitlab
Commits
f3863c3e
Commit
f3863c3e
authored
Aug 12, 2024
by
徐豪
Browse files
8121412
parent
978908a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
config/software/gitaly.rb
config/software/gitaly.rb
+5
-0
No files found.
config/software/gitaly.rb
View file @
f3863c3e
...
...
@@ -48,6 +48,11 @@ source git: version.remote
build
do
env
=
with_standard_compiler_flags
(
with_embedded_path
)
# 手动设置编译器和链接器标志
env
[
"CFLAGS"
]
<<
" -I/opt/gitlab/embedded/include"
env
[
"LDFLAGS"
]
<<
" -L/opt/gitlab/embedded/lib -liconv"
if
Build
::
Check
.
use_system_ssl?
env
[
'CMAKE_FLAGS'
]
=
OpenSSLHelper
.
cmake_flags
env
[
'PKG_CONFIG_PATH'
]
=
OpenSSLHelper
.
pkg_config_dirs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment