lukso-network / tools-lukso-cli

This repository serves as a CLI to download and/or run lukso dependencies
https://docs.lukso.tech/networks/mainnet/running-a-node/#lukso-cli-node-setup
Apache License 2.0
12 stars 6 forks source link

Exclude GLIBC from CLI build #90

Closed fhildeb closed 1 year ago

fhildeb commented 1 year ago

This PR excludes GLIBC from the LUKSO CLI, extending the usability across various LTS versions, including Ubuntu v20.04 and v18.04 desktop and server, and making the CLI tool leaner.

Development

By running the build with the CGO_ENABLED=0 flag, it will strictly be using Go libraries.

Testing

Built on Mac and Linux 20.04. Now need to check the install script after CI/CD

Relations

Closes #88 Issue

github-actions[bot] commented 1 year ago

:rocket: Deployed preview to curl https://install.lukso.network/90 | sh