Misc fixes to make codegen-llvm tests work on CHERIoT #69
Cirrus CI / (PR) Check commits structure
failed
Jan 14, 2026 in 5s
Task Summary
Instruction test failed in 00:01
Details
✅ 00:01 dependencies
✅ 00:01 clone
❌ 00:01 test
url=https://api.github.com/repos/CHERIoT-Platform/cheri-rust/pulls/$CIRRUS_PR
commits=$(curl -s -H "Accept: application/vnd.github+json" $url | jq '.commits')
if [[ $commits -ne 1 ]]; then
echo "Expected a single commit, found $commits"
echo "In order to facilitate cherry-picking commits into other branches,"
echo "please squash your commits into a single one."
exit 1;
fi
Expected a single commit, found 3
In order to facilitate cherry-picking commits into other branches,
please squash your commits into a single one.
Loading