-
Notifications
You must be signed in to change notification settings - Fork 414
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
Static MacOS binaries of solc 0.3.6 - 0.6.8 #54
Conversation
I noticed that the size increases dramatically between 0.4.15 and 0.4.16. Mybe it's not finding Z3?
|
The 0.4.16 changelog mentions "experimental partial support for z3 smt checker", so I guess it is the first releases that includes it. |
You're right. I see that By the way, I updated the comment above to compare with Linux and Windows and size indicates that MacOS is the only one where we link Z3 statically, even in 0.7.x (not counting the emscripten builds). In understand Linux, but on Windows we'd probably want a completely static build like on Mac? |
Will these new binaries be deployed to https://solc-bin.ethereum.org/ automatically when this PR gets merged? |
@alcuadrado they should, and we will seen find out! |
@alcuadrado Yeah, they have been synced immediately by the S3 sync action: https://github.com/ethereum/solc-bin/runs/1182207721?check_suite_focus=true Logs show that they've been all uploaded and I checked one manually and I can indeed download it. |
Just a question, where It still uses built in Couldn't you use Thanks for all this, really appreciate it |
I didn't use
|
Part of ethereum/solidity#9258.
Binaries built by the action from #53 in my own fork of
solc-bin
.I'm setting it to a draft until #53. gets reviewed and accepted (though not necessarily merged).