Adds binary x86_64-apple-darwin #446
Adds binary x86_64-apple-darwin #446jfecher merged 1 commit intonoir-lang:masterfrom kobyhallx:kh/binary-x86_64-apple-darwin
Conversation
… Mac on Intel CPU)
jfecher
left a comment
There was a problem hiding this comment.
This looks good to me for now. Eventually I'd like to have clang+llvm 13.0 working as well
vezenovm
left a comment
There was a problem hiding this comment.
LGTM, just left one note for reference sake
|
Is my understanding correct? Then where are located the binaries, can a user download them from the repo? |
@guipublic your understanding is correct:
Once this sequence is successfully executed a user can download the binary from Release/assets section. |
|
👍 LGTM, lets merge it |
Add binary build GitHub Action for x86_64-apple-darwin target (Apple Mac on Intel CPU)
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 Mac 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-apple-darwin.ymlwhere the base of GitHub Action is defined.github/build-x86_64-apple-darwinwhere shell script is defined to compile releasable binary along with std_lib contentsDependency additions / changes
N/A
Test additions / changes
N/A
Checklist
cargo fmtwith default settings.Additional context
N/A