You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no automated tests for verifying that the local node runs on Windows. Add a copy of the CI for the smoke tests on a Windows OS.
The problem is that all network-node, mirror-node and relay images are build only for Linux. When a windows github runner tries to download those images it fails with this error: no matching manifest for windows/amd64 10.0.20348 in the manifest list entries.
In order for it to download them it requires WSL v2, which is not supported by github. This is why when testing the local node on a PC it works, but it always fails in a CI.
Currently there is no solution to this issue.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to add a GitHub Windows Runner because standard runners don't support nested virtualization or WSL2 which is needed to use Linux-built images under Windows.
There are no automated tests for verifying that the local node runs on Windows. Add a copy of the CI for the smoke tests on a Windows OS.
The problem is that all network-node, mirror-node and relay images are build only for Linux. When a windows github runner tries to download those images it fails with this error:
no matching manifest for windows/amd64 10.0.20348 in the manifest list entries
.In order for it to download them it requires WSL v2, which is not supported by github. This is why when testing the local node on a PC it works, but it always fails in a CI.
Currently there is no solution to this issue.
The text was updated successfully, but these errors were encountered: