Skip to content

Commit

Permalink
cheribsd: Remove non-existent -NOCAPREVOKE kernels from factories
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed Nov 30, 2023
1 parent 0baf243 commit 3eacf9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pycheribuild/projects/cross/cheribsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def make_all(self) -> "list[CheriBSDConfig]":
self.make_config({ConfigPlatform.QEMU}, kernel_abi, nocaprevoke=True, benchmark=True, mfsroot=True,
default=True))
configs.append(self.make_config({ConfigPlatform.GFE}, kernel_abi, nocaprevoke=True, mfsroot=True))
configs.append(self.make_config({ConfigPlatform.AWS}, kernel_abi, fett=True, nocaprevoke=True))

return configs

Expand Down Expand Up @@ -277,8 +276,6 @@ def make_all(self) -> "list[CheriBSDConfig]":
nocaprevoke=True))
configs.append(self.make_config({ConfigPlatform.QEMU, ConfigPlatform.FVP}, kernel_abi, default=True,
nocaprevoke=True, benchmark=True))
configs.append(self.make_config({ConfigPlatform.QEMU, ConfigPlatform.FVP}, kernel_abi, default=True,
nocaprevoke=True, mfsroot=True))

return configs

Expand Down

0 comments on commit 3eacf9d

Please sign in to comment.