commit: 09d721ab75fb28f7e2f0fc940be70900c354195f
parent e427894953ef9a03834ce9e77abe8844883dba6c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 8 Sep 2025 01:13:35 +0200
.builds/netbsd.yml: add cram
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
@@ -5,7 +5,7 @@ image: netbsd/latest
packages:
- clang
- gmake
- - py-cram
+ - "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,11 +13,13 @@ tasks:
- info: "uname -a"
- clang: |
cd utils-std
+ export CRAM=$(echo /usr/pkg/bin/cram* | head -n 1)
CC=clang ./configure
gmake clean
gmake check
- gcc: |
cd utils-std
+ export CRAM=$(echo /usr/pkg/bin/cram* | head -n 1)
CC=gcc ./configure
gmake clean
gmake check