Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Github Action for Cosmopolitan Libc build #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahgamut
Copy link

@ahgamut ahgamut commented Apr 24, 2024

This PR adds a Github Actions workflow to build cxx from source with Cosmopolitan Libc with every release.
The resulting binary should work on x86_64 (Linux/BSDs/Windows/MacOS), and aarch64 (Linux/MacOS) as per the Cosmopolitan v3.3.3 README.

An example cxx binary is available here: https://github.com/ahgamut/cxx/releases/tag/untagged-41b8dd7f7a169bcd65bf download and chmod +x (or rename to cxx.exe on Windows) to run the executable from the command-line.

@xyproto
Copy link
Owner

xyproto commented Apr 24, 2024

Thanks for the PR.

How is the dependency on scons solved, though?

@ahgamut
Copy link
Author

ahgamut commented Apr 24, 2024

Hmm, I guess for now scons will have to be available on the user's $PATH, although we could just build scons with Cosmopolitan Libc as well.

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

Successfully merging this pull request may close these issues.

None yet

2 participants