Skip to content

Commit

Permalink
cirrus-ci update image-family to freebsd-15-0-snap
Browse files Browse the repository at this point in the history
* 14.0 did produce the error:
  FreeBSD contains packages for wrong OS version: FreeBSD:14:amd64
* Try to install pyyaml via pip.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Oct 12, 2024
1 parent 58f5428 commit 2692ca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ task:
ibmtpm_name: ibmtpm1637
TSS2_LOG: "all+ERROR;tcti+TRACE"
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-1
install_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive e2fsprogs-libuuid py311-yaml expect
- pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive e2fsprogs-libuuid py311-pip expect
- python3 -m pip install pyyaml
- pkg install -y automake glib dbus dbus-glib cmocka wget git openssl json-c vim hs-pandoc
- pkg install -y swtpm
- mkdir tss
Expand Down

0 comments on commit 2692ca4

Please sign in to comment.