File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ build_script:
60
60
sudo rm -rf /etc/apt/sources.list.d/git-core-ubuntu-ppa-*.list
61
61
sudo rm -rf /etc/apt/sources.list.d/google-chrome.list
62
62
sudo rm -rf /etc/apt/sources.list.d/ubuntu-toolchain-*.list
63
+ rm -rf ~/.local/share/containers/
64
+ echo '[engine]' >> ~/.local/share/containers/
65
+ echo 'cgroup_manager = "cgroupfs"' >> ~/.local/share/containers/
63
66
sudo apt-get -o Dpkg::Use-Pty=0 update
64
67
sudo rm -f /var/lib/man-db/auto-update
65
68
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs dbus-user-session
@@ -72,7 +75,6 @@ build_script:
72
75
whoami
73
76
id
74
77
ls -lA
75
- sudo rm -rf ~/.local/share/containers/
76
78
time podman run --volume="$(pwd):$(pwd):O" --workdir="$(pwd)" \
77
79
--env-file=<(env | grep -a -E \
78
80
'^(CW_|SIGN_|COSIGN_|DEPLOY_|APPVEYOR_|CI_|DO_NOT_TRACK)') \
You can’t perform that action at this time.
0 commit comments