Page MenuHomeFreeBSD

pkg: Use NO_ROOT and WITHOUT_QEMU for release make invocation
AbandonedPublic

Authored by emaste on Mon, Nov 10, 4:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 11:01 PM
Unknown Object (File)
Tue, Nov 11, 9:30 PM
Unknown Object (File)
Tue, Nov 11, 7:11 PM
Unknown Object (File)
Tue, Nov 11, 5:39 PM
Unknown Object (File)
Tue, Nov 11, 5:01 PM
Unknown Object (File)
Tue, Nov 11, 5:00 PM
Unknown Object (File)
Tue, Nov 11, 4:20 PM
Unknown Object (File)
Tue, Nov 11, 4:15 PM
Subscribers

Details

Reviewers
bdrewery
cperciva
Summary
The pkg build invokes `make -V BRANCH` in release/ to choose the
appropriate FreeBSD.conf filename.  We are moving to building all
release artifacts in NO_ROOT mode (which also requires WITHOUT_QEMU).

For testing, some work in progress produces an error if NO_ROOT is not
set in release/.  Set the flags here to avoid tripping over that.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste added a reviewer: cperciva.
emaste added a subscriber: releng.

I have no objection to this change, but is the erroring-out you mention still an issue after b485322d6b5846fe4fb5aff6c4a07221b09946fc ?

The "work in progress" alluded to in the commit message is not yet committed, but maybe I just need to make a similar change to b485322d6b58 locally.