Skip to content

be more cautious & explicit about vendor checking

6daf2e9
Select commit
Loading
Failed to load commit list.
Open

ukbd, hkbd, evdev: fix apple "magic" keys #1998

be more cautious & explicit about vendor checking
6daf2e9
Select commit
Loading
Failed to load commit list.
Cirrus CI / amd64-llvm19 World and kernel build and boot smoke test failed Feb 1, 2026 in 37m 27s

Task Summary

Instruction makeman failed in 03:21

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 14:16 clone
✅ 00:16 install
✅ 00:01 setup
✅ 12:29 build_world
✅ 04:06 build_kernel
✅ 01:14 package
✅ 00:01 package_check
✅ 01:28 test
✅ 00:01 make_sysent
✅ 00:01 include_ldirs
❌ 03:21 makeman

(make makeman 2> /tmp/makeman.out); cat /tmp/makeman.out
cd /tmp/cirrus-ci-build/tools/build/options; sh makeman >  /tmp/cirrus-ci-build/share/man/man5/src.conf.5
building src.conf.5 man page from files in /tmp/cirrus-ci-build/tools/build/options
.......................................................................................................................................................................................................................................................................
if ! git diff --exit-code --ignore-matching-lines "^.Dd" share/man/man5/src.conf.5; then printf "\n>>> src.conf.5 was not updated as required <<<\n"; false; fi
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 48896e76182..343a4f718e4 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -530,12 +530,6 @@ CTF data encapsulates a reduced form of debugging information
 similar to DWARF and the venerable stabs and is required for DTrace.
 .It Va WITHOUT_CUSE
 Do not build CUSE-related programs and libraries.
-When set, it enforces these options:
-.Pp
-.Bl -item -compact
-.It
-.Va WITHOUT_SOUND
-.El
 .It Va WITHOUT_CXGBETOOL
 Do not build
 .Xr cxgbetool 8

>>> src.conf.5 was not updated as required <<<