Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Proxy node in Windows ? #36

Open
nkcr opened this issue Feb 22, 2021 · 1 comment
Open

Proxy node in Windows ? #36

nkcr opened this issue Feb 22, 2021 · 1 comment

Comments

@nkcr
Copy link

nkcr commented Feb 22, 2021

Would it be possible to run a proxy node from Windows? Right now the releases are only for Mac and Windows.

@ineiti
Copy link
Member

ineiti commented Feb 23, 2021

Should be possible, but a bit awkward: as cross-compilation doesn't work with go-c, and EVM needs go-c, you'd need to adjust

https://github.com/c4dt/byzcoin/blob/master/.github/workflows/update.yaml

by:

  • adding a release-windows job that needs: build and does the compilation, then uses actions/upload-artifact to store it
  • change the release job: modify needs: build, release-windows, and then download-artifact also the windows build
  • also put the windows build in the release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants