Propogate use_sudo pattern to all traits that podman can be used in
This commit is contained in:
parent
430d18de8a
commit
883090ee85
14 changed files with 346 additions and 116 deletions
4
justfile
4
justfile
|
|
@ -149,7 +149,7 @@ test-docker-build: install-debug-all-features
|
|||
|
||||
test-rechunk-build: install-debug-all-features
|
||||
cd integration-tests/test-repo \
|
||||
&& sudo -E {{ cargo_bin }}/bluebuild build \
|
||||
&& bluebuild build \
|
||||
{{ should_push }} \
|
||||
-vv \
|
||||
--rechunk \
|
||||
|
|
@ -157,7 +157,7 @@ test-rechunk-build: install-debug-all-features
|
|||
|
||||
test-fresh-rechunk-build: install-debug-all-features
|
||||
cd integration-tests/test-repo \
|
||||
&& sudo -E {{ cargo_bin }}/bluebuild build \
|
||||
&& bluebuild build \
|
||||
{{ should_push }} \
|
||||
-vv \
|
||||
--rechunk \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue