Skip to content

Commit

Permalink
Jenkinsfiles: Switch default kernel ABI to purecap
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Jul 16, 2024
1 parent c3f15c4 commit 1a050e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ selectedArchitectures.each { suffix ->
}
def cheribuildArgs = [
"'--cheribsd/build-options=${extraBuildOptions}'",
'--cheribsd/default-kernel-abi=hybrid',
'--cheribsd/default-kernel-abi=purecap',
'--keep-install-dir',
'--install-prefix=/rootfs',
'--cheribsd/build-lib32',
Expand Down

0 comments on commit 1a050e5

Please sign in to comment.