bhyve: make BHYVE_SNAPSHOT amd64-only
Build fails with BHYVE_SNAPSHOT enabled on non-amd64, so add it to BROKEN_OPTIONS for these arches. PR: 292686 Reviewed by: emaste, markj MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54873
This commit is contained in:
@@ -383,6 +383,10 @@ BROKEN_OPTIONS+= OFED
|
||||
BROKEN_OPTIONS+= TESTS
|
||||
.endif
|
||||
|
||||
.if ${__T} != "amd64"
|
||||
BROKEN_OPTIONS+=BHYVE_SNAPSHOT
|
||||
.endif
|
||||
|
||||
.-include <site.src.opts.mk>
|
||||
|
||||
.include <bsd.mkopt.mk>
|
||||
|
||||
Reference in New Issue
Block a user