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

Adds binary build GitHub Action for x86_64-unknown-linux-gnu target #460

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Adds binary build GitHub Action for x86_64-unknown-linux-gnu target #460

merged 1 commit into from
Nov 11, 2022

Conversation

kobyhallx
Copy link
Contributor

Related issue(s)

#225 Releases don't contain binaries anymore

Resolves (link to issue)

#225 Releases don't contain binaries anymore - resolves partially as it provides Linux Intel only, others to follow.

Description

As a Developer, I would like to have access to the pre-build binary release
so that I could download system appropriate executables and start working with Noir Language.

Summary of changes

.github/workflows/publish-x86_64-unknown-linux-gnu.yml - where the base of GitHub Action is defined
.github/build-nix - where shell script is defined to compile releasable binary along with std_lib contents
nix/mixed.nix - nix definition to fix the linux build environment

Dependency additions / changes

N/A

Test additions / changes

N/A

Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt with default settings.
  • I have linked this PR to the issue(s) that it resolves.
  • I have reviewed the changes on GitHub, line by line.
  • I have ensured all changes are covered in the description.

Additional context

N/A

Copy link
Contributor

@jfecher jfecher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

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.

2 participants