Skip to content

Commit

Permalink
cirrus: update FreeBSD, remove Bionic
Browse files Browse the repository at this point in the history
Bionic uses Github Actions now, no need to have a duplicate on Cirrus.
  • Loading branch information
guijan committed Dec 29, 2024
1 parent c99857f commit db6b87c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Guilherme Janczak <[email protected]>
# Copyright (C) 2022, 2024 Guilherme Janczak <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
Expand Down Expand Up @@ -40,24 +40,10 @@ task:
- pacman --noconfirm -Syu ninja clang meson git
<< : *common_script

task:
container:
image: kcubeterm/termux:x86_64
kvm: true
name: bionic
setup_script:
# termux-docker only statically resolves DNS.
- printf '%s\n' 'objects.githubusercontent.com' >>
/system/etc/static-dns-hosts.txt
- /system/bin/update-static-dns
- pkg install -y ninja clang python git
- pip install meson
<< : *common_script

task:
freebsd_instance:
# Keep updated with newest release from https://www.freebsd.org/releases/
image: freebsd-13-1-release-amd64
image: freebsd-14-2-release-amd64-ufs
name: freebsd
setup_script:
- pkg install -y meson ninja gcc
Expand Down

0 comments on commit db6b87c

Please sign in to comment.