Skip to content

Commit

Permalink
cheribsd: Stop building amd64 with WITHOUT_BHYVE
Browse files Browse the repository at this point in the history
This was disabled back in 2017 but builds just fine today (even 22.12;
tested 23.11 on Linux and 22.12 on macOS), so must have been fixed in
the interim. Unclear exactly what the issue was and thus when it got
fixed.
  • Loading branch information
jrtc27 committed Feb 28, 2024
1 parent e4da996 commit 400ab78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pycheribuild/projects/cross/cheribsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,6 @@ def add_cross_build_options(self) -> None:
# links from /usr/bin/mail to /usr/bin/Mail won't work on case-insensitve fs
self.make_args.set_with_options(MAIL=False)

if self.crosscompile_target.is_any_x86():
# seems to be missing some include paths which appears to work on freebsd
self.make_args.set_with_options(BHYVE=False)

def libcompat_name(self) -> str:
if self.crosscompile_target.is_cheri_purecap():
return "lib64"
Expand Down

0 comments on commit 400ab78

Please sign in to comment.