File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def artifacts(src = nil)
182182 rescue Git ::GitExecuteError
183183 share_fix = "-e PGSHAREDIR=#{ pgpath } /build/share"
184184 end
185- unless Pgpm ::Podman . run "run -ti #{ share_fix } -v #{ source } :#{ source } -v #{ Pgpm ::Cache . directory } :#{ Pgpm ::Cache . directory } #{ PGPM_BUILD_CONTAINER_IMAGE } cmake -S #{ src } -B #{ src } /build -DOPENSSL_CONFIGURED=1 -DPGVER=#{ Pgpm ::Postgres ::Distribution . in_scope . version } -DPGDIR=#{ pgpath } "
185+ unless Pgpm ::Podman . run "run -ti #{ share_fix } -v #{ src } :#{ src } -v #{ Pgpm ::Cache . directory } :#{ Pgpm ::Cache . directory } #{ PGPM_BUILD_CONTAINER_IMAGE } cmake -S #{ src } -B #{ src } /build -DOPENSSL_CONFIGURED=1 -DPGVER=#{ Pgpm ::Postgres ::Distribution . in_scope . version } -DPGDIR=#{ pgpath } "
186186 raise "Can't configure the project"
187187 end
188188
You can’t perform that action at this time.
0 commit comments