Page MenuHomeFreeBSD

Prefer bootstrapped tools when running certctl.sh
ClosedPublic

Authored by arichardson on Sep 19 2020, 1:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 3:19 AM
Unknown Object (File)
Tue, Apr 14, 8:29 PM
Unknown Object (File)
Mon, Apr 13, 9:29 AM
Unknown Object (File)
Mon, Apr 6, 12:35 PM
Unknown Object (File)
Mar 18 2026, 2:13 PM
Unknown Object (File)
Mar 18 2026, 4:04 AM
Unknown Object (File)
Mar 14 2026, 10:01 AM
Unknown Object (File)
Mar 13 2026, 7:30 PM
Subscribers

Details

Summary

Otherwise we get lots of warnings when building on Linux/macOS during
installworld:
Scanning /local/scratch/alr48/cheri/output/freebsd-x86/usr/share/certs/blacklisted for certificates...
install: invalid option -- 'U'
Try 'install --help' for more information.
install: invalid option -- 'U'
....

Maybe certctl should run with set -e?

Test Plan

no more warnings emitted, didn't check if it does the right thing.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33645
Build 30887: arc lint + arc unit