-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cirrus: update FreeBSD, remove Bionic
Bionic uses Github Actions now, no need to have a duplicate on Cirrus.
- Loading branch information
Showing
1 changed file
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|