ref: ea2f836f05bdf0f46159ed9c6f5547dec659199e
parent: e1b45f04879ebc137a0399e561625631f536b878
author: Jacob Moody <moody@posixcafe.org>
date: Tue Aug 26 14:15:08 EDT 2025
remove sourcehut CI
--- a/.builds/deb.yml
+++ /dev/null
@@ -1,13 +1,0 @@
-image: debian/stable
-sources:
- - https://git.sr.ht/~moody/tlsclient
-artifacts:
- - tlsclient/linux.tar.gz
-packages:
- - "libssl-dev"
- - "pkg-config"
- - "libpam-dev"
-tasks:
- - build: |
- cd tlsclient
- make -j $(nproc) linux.tar.gz
--- a/.builds/obsd.yml
+++ /dev/null
@@ -1,11 +1,0 @@
-image: openbsd/latest
-sources:
- - https://git.sr.ht/~moody/tlsclient
-packages:
- - "openssl-3.1.5p2v0"
-artifacts:
- - tlsclient/obsd.tar.gz
-tasks:
- - build: |
- cd tlsclient
- OPENSSL=eopenssl31 make -j $(sysctl -n hw.ncpu) obsd.tar.gz
--- a/.builds/pam.yml
+++ /dev/null
@@ -1,9 +1,0 @@
-image: archlinux
-sources:
- - https://git.sr.ht/~moody/tlsclient
-artifacts:
- - tlsclient/linux.tar.gz
-tasks:
- - build: |
- cd tlsclient
- make -j $(nproc) linux.tar.gz
--
⑨