Skip to content

Commit

Permalink
CapableVMs: Disable revocation to unblock CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbramley committed Dec 14, 2023
1 parent cd00a3f commit eedba0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildbot-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ du -hs *
echo "$PWD/builds:"
du -hs builds/*

echo "Disabling revocation to work around https://github.com/CTSRD-CHERI/cheribsd/issues/1964"
sysctl security.cheri.runtime_revocation_default=0

failures=''
# Run higher tiers first (ls -r). They are most complicated, most likely to
# receive development, and run a lot faster than lower tiers.
Expand Down

0 comments on commit eedba0e

Please sign in to comment.