Closed mgedmin closed 2 years ago
Wiped the caches with
repo=zope.index;gh api -H "Accept: application/vnd.github+json" /repos/zopefoundation/$repo/actions/caches|jq -r .actions_caches[].key|sort -u|grep Linux-pip-|xargs -I{} gh api -H "Accept: application/vnd.github+json" --method DELETE /repos/zopefoundation/$repo/actions/caches?key={}
Add a regression test for CFLAGS not having -Ofast, which is known to break things. See https://github.com/zopefoundation/meta/pull/155 for reference.