Skip to content

Commit 91fd36f

Browse files
committed
Use the preview branch for cheriostest
We are publishing a preview of cheriostest, which lacks a CMake-based build system, and whose CheriBSD support is a work in progress.
1 parent e79524c commit 91fd36f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pycheribuild/projects/cross/cheri_os_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class BuildPortableOSTests(CrossCompileMakefileProject):
4545
build_in_source_dir = False
4646
make_kind = MakeCommandKind.BsdMake
4747
repository = GitRepository("git@github.com:CTSRD-CHERI/cheri-os-tests.git")
48+
default_branch = "preview"
4849

4950
@classproperty
5051
def default_install_dir(self):

0 commit comments

Comments
 (0)