We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a635a0c commit 2e8278dCopy full SHA for 2e8278d
pycheribuild/projects/build_qemu.py
@@ -579,7 +579,7 @@ def install(self, **kwargs):
579
class BuildCheriAllianceQEMU(BuildQEMUBase):
580
target = "cheri-alliance-qemu"
581
repository = GitRepository("https://github.com/CHERI-Alliance/qemu.git",
582
- default_branch="codasip-cheri-riscv_v3",
+ default_branch="codasip-cheri-riscv.25-03-31",
583
force_branch=True)
584
native_install_dir = DefaultInstallDir.CHERI_ALLIANCE_SDK
585
default_targets = (
0 commit comments