Page MenuHomeFreeBSD

tools/boot: Fix universe.sh's ZFS exclusion test
ClosedPublic

Authored by imp on Jul 24 2022, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 6:43 PM
Unknown Object (File)
Fri, Nov 22, 12:04 AM
Unknown Object (File)
Sun, Nov 17, 4:19 PM
Unknown Object (File)
Mon, Nov 11, 3:13 AM
Unknown Object (File)
Sep 24 2024, 3:09 PM
Unknown Object (File)
Sep 21 2024, 3:37 PM
Unknown Object (File)
Sep 21 2024, 3:37 PM
Unknown Object (File)
Sep 21 2024, 3:37 PM
Subscribers
None

Details

Summary

MK_LOADER_ZFS is the current spelling of enabling or disabling ZFS
builds. Use it instead of MK_ZFS.

Sponsored by: Netflix

Test Plan

Intentionally break the build w/o ZFS, run universe.sh and make sure it reports the error (and so it does)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46531
Build 43420: arc lint + arc unit

Event Timeline

imp requested review of this revision.Jul 24 2022, 5:51 PM
imp created this revision.
imp added reviewers: tsoome, kevans, jhb.
This revision is now accepted and ready to land.Jul 24 2022, 7:33 PM