Results 188 comments of Kurt McKee

It appears that a FreeBSD VM could be used in GitHub Actions: https://github.com/vmactions/freebsd-vm If this is a workable solution, Cirrus CI could be removed as a CI environment.

Are you referring to documentation or code? Please provide a reference. Thanks!

@aparnajyothi-y, the reporter states that the post-step is failing when running the workflow locally using a third-party tool -- not from within GitHub workflows. > when I run this locally...

@anmabi1984, you've said you're using a Raspberry Pi, and that you've installed Python 3.9, which suggests that this isn't related to `actions/setup-python` project. The `actions/setup-python` project is used to install...

I've attempted to implement this. So far in my testing I'm not getting the additional `python-versions` output. I'm not sure what I'm doing wrong, but if someone could take a...

Hmm...it may be that I need to run `ncc` to build the project before it will run the new code. I'm having trouble doing that on Windows (I'm getting errors...

Closing this. For any others finding this: I wrote https://github.com/kurtmckee/detect-pythons to address this need, since #611 didn't get reviewed/merged.

@ilia1243 Thanks for confirming that this is happening even without using the `setup-python` action. @MaksimZhukov and @mikhailkoliada it may be that this issue should be transferred back to `runner-images` where...

I chose turbolift over other tools precisely because it simply used `gh` under the hood. I would advocate to use `gh` if it's available and fall back to something else...

Yep, strongly agree with @lanwen here. I sign my commits and tags and have verified signatures enabled on GitHub. I advocate to just use `git` as-is so I can anticipate...