-
Implement building on GitHub Actions Windows runner.
-
As described in this blog post, GitHub Actions are transitioning from Node16 to Node20:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
All of the CI…
-
At 5.12.0 version something is wrong with `runner-ssm-parameters`.
After removing below condition all works, but I guess it's not desired way.
```
"Condition": {
"StringLike": {
"ec2:…
-
Lincheck version 2.34
Trace:
```
Wow! You've caught a bug in Lincheck.
We kindly ask to provide an issue here: https://github.com/JetBrains/lincheck/issues,
attaching a stack trace printed b…
-
**Is your feature request related to a problem? Please describe.**
Even though waveterm works well on windows11 arm64 using emulation and the x64 installer, I am sure a native version would run even …
-
The native_bin hack provides acceleration for cross-arch builds.
Originally this was needed for two main reasons:
- Build arm64 images on x86 github runners
- Build x86 images locally on arm macb…
-
Before socketvmnet was not happy on Github macos 12 runners
-
**Is your feature request related to a problem? Please describe.**
I am unable to install fetpapi on mac with M-processors. I assume there is no python wheels for arm processors based on this? https:…
-
I feel like I have a fairly standard GitHub actions CI workflow that uses the latest Ubuntu runner and the latest setup_beam action to install erlang and elixir. In this environment, the httpc request…
-
Thanks to https://github.com/github/roadmap/issues/73 we can create [GithubAction groups with self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runner…