shithub: tlsclient

Download patch

ref: 42c7c41a0e836e244d1b1fb14c395968da6c01f8
parent: c782ad22b6042e7157607a56b5e6c436d57330a7
author: Jacob Moody <moody@posixcafe.org>
date: Tue Sep 14 02:50:58 EDT 2021

fix obsd builds

--- a/.builds/obsd.yml
+++ b/.builds/obsd.yml
@@ -6,4 +6,4 @@
 tasks:
   - build: |
       cd tlsclient
-      make -j $(nproc) obsddist
+      make -j $(sysctl -n hw.ncpu) obsddist