cap-std icon indicating copy to clipboard operation
cap-std copied to clipboard

CI not running on FreeBSD

Open asomers opened this issue 1 year ago • 3 comments

PR #74 added a CI configuration for FreeBSD. However, it isn't running anymore. Is the Cirrus CI app enabled for this repository in Github Marketplace? https://cirrus-ci.org/guide/quick-start/

asomers avatar Dec 11 '23 21:12 asomers

I believe Cirrus CI is not enabled for this repository. I'll look into seeing if we can enable it.

sunfishcode avatar Dec 28 '23 17:12 sunfishcode

@sunfishcode it's not working again. Did you check that Cirrus is enabled?

asomers avatar May 14 '24 13:05 asomers

No, Cirrus is not yet enabled. Unfortunately, it has turned out to be not straightforward to enable in this organization.

I am able to run the CI script in a fork of this repo. Doing this just now turned up some issues with the CI script being out of date. I've now fixed those issues in https://github.com/bytecodealliance/cap-std/pull/355 and can confirm that the CI tests all pass again.

sunfishcode avatar May 15 '24 19:05 sunfishcode