commit: 084adeeaa12f457e7cfa6e38289ce0dc26827b88
parent e7c18af6511cbd675bc6de85c1004043057df578
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 1 Aug 2025 08:01:22 +0200
.builds/netbsd.yml: Found cram as py-cram
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
@@ -5,7 +5,7 @@ image: netbsd/latest
packages:
- clang
- gmake
-# FIXME: cram/prysk on NetBSD, where?
+ - py-cram
# gmake pulled to get POSIX.1-2024 $^ which pdpmake also supports
sources:
- https://anongit.hacktivis.me/git/utils-std.git
@@ -13,12 +13,12 @@ tasks:
- info: "uname -a"
- clang: |
cd utils-std
- CC=clang CRAM=true ./configure
+ CC=clang ./configure
gmake clean
gmake check
- gcc: |
cd utils-std
- CC=gcc CRAM=true ./configure
+ CC=gcc ./configure
gmake clean
gmake check
triggers: