Skip to content
Snippets Groups Projects
Commit df62223a authored by Balasankar C's avatar Balasankar C
Browse files

Merge branch 'sh-drop-jemalloc-build-arg' into 'master'

Drop --enable-cc-silence parameter from jemalloc

See merge request gitlab-org/omnibus-gitlab!4685
parents aa170ced d2b38c6d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,7 +40,6 @@ build do
env['AUTOCONF'] = '/usr/bin/autoconf268'
end
command ['./autogen.sh',
' --enable-cc-silence',
' --enable-prof',
"--prefix=#{install_dir}/embedded"].join(' '), env: env
make "-j #{workers} build_lib", env: env
Loading
Loading
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