Skip to content

Commit

Permalink
some
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <[email protected]>
  • Loading branch information
jashaik committed Dec 3, 2024
1 parent 86da70d commit 514dd06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnibus/config/software/postgresql13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
" --with-ossp-uuid" \
" --without-icu" \
" --with-includes=#{install_dir}/embedded/include" \
" --with-libraries=#{install_dir}/embedded/lib" #, env: env
" --with-libraries=#{install_dir}/embedded/lib" , env: env

make "world -j #{workers}", env: env
make "install-world -j #{workers}", env: env
make "world-bin -j #{workers}", env: env
make "install-world-bin -j #{workers}", env: env

block do
Dir.glob("#{install_dir}/embedded/postgresql/#{short_version}/bin/*").sort.each do |bin|
Expand Down

0 comments on commit 514dd06

Please sign in to comment.