File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 sudo podman build -t localhost/bootc-fsverity -f ci/Containerfile.install-fsverity
7474
7575 # TODO move into a container, and then have this tool run other containers
76- cargo build --release -p tests-integration
76+ sudo cargo build --release -p tests-integration
7777
7878 df -h /
7979 sudo install -m 0755 target/release/tests-integration /usr/bin/bootc-integration-tests
8989 sudo bootc-integration-tests install-alongside localhost/bootc-integration-install
9090
9191 # system-reinstall-bootc tests
92- cargo build --release -p system-reinstall-bootc
92+ sudo cargo build --release -p system-reinstall-bootc
9393
9494 # not sure why this is missing in the ubuntu image but just creating this directory allows the tests to pass
9595 sudo mkdir -p /run/sshd
You can’t perform that action at this time.
0 commit comments