logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 4649c65422512b7e5539e1d957990a0c48c69d1e
parent 17dd9a0c968e865b46e32be1c0c99219203ece4f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Dec 2025 19:17:35 +0100

.builds/netbsd.yml: toss out cram

Diffstat:

M.builds/netbsd.yml9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -5,7 +5,8 @@ image: netbsd/latest packages: - clang - gmake - - "py3[0-9]*-cram" +# PermissionError: [Errno 13] Permission denied: b'/usr/pkg/bin/cram-3.12.err' +# - "py3[0-9]*-cram" # gmake pulled to get POSIX.1-2024 $^ which pdpmake also supports sources: - https://anongit.hacktivis.me/git/utils-std.git @@ -13,14 +14,12 @@ tasks: - info: "uname -a" - clang: | cd utils-std - export CRAM=$(echo /usr/pkg/bin/cram* | head -n 1) - CC=clang ./configure + CC=clang CRAM=true ./configure gmake clean gmake check - gcc: | cd utils-std - export CRAM=$(echo /usr/pkg/bin/cram* | head -n 1) - CC=gcc ./configure + CC=gcc CRAM=true ./configure gmake clean gmake check triggers: