Skip to content

Commit af8ae28

Browse files
backport: [1.32-strict] Microk8s release CI by pre-install xdelta3 (#4989)
* fix: Microk8s release CI by pre-install xdelta3 * run build and test mk snap on PR
1 parent 6a4130e commit af8ae28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-snap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test MicroK8s snap
22

33
on:
4-
- push
4+
- pull_request
55

66
jobs:
77
build:

tests/lxc/install-deps/ubuntu_20.04

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export $(grep -v '^#' /etc/environment | xargs)
44
export DEBIAN_FRONTEND=noninteractive
55

66
apt-get update
7+
apt-get install xdelta3 -y
78
apt-get install python3-pip docker.io -y
89
pip3 install pytest==8.3.4 requests pyyaml sh psutil
910
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698

0 commit comments

Comments
 (0)