zopefoundation / zope.index

Indices for using with catalog like text, field, etc.
Other
10 stars 12 forks source link

Update to the latest c-code template #40

Closed mgedmin closed 2 years ago

mgedmin commented 2 years ago

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.

mgedmin commented 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={}