Skip to content

Commit cac87b0

Browse files
cirrus-ci: Update FreeBSS certificates
* Fix the error: failing certificate verificaton (py311-urllib3-1.26.20) * replace e2fsprogs-libuuid which was not found with ossp-uuid. Signed-off-by: Juergen Repp <juergen_repp@web.de>
1 parent 2fa3cba commit cac87b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ task:
1212
install_script:
1313
- pkg update -f
1414
- pkg upgrade -y
15-
- pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive e2fsprogs-libuuid py311-pip expect
15+
- pkg install -y ca_root_nss
16+
- pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive ossp-uuid py311-pip expect
1617
- python3 -m pip install pyyaml
1718
- pkg install -y automake glib dbus dbus-glib cmocka wget git openssl json-c vim hs-pandoc
1819
- pkg install -y swtpm

0 commit comments

Comments
 (0)