-
Notifications
You must be signed in to change notification settings - Fork 7
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
CI should run cargo build #25
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 60.0 DAI (60.0 USD @ $1.0/DAI) attached to it as part of the Ethereum Foundation fund.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Workers have applied to start work. These users each claimed they can complete the work by 4 months ago. 1) abitrolly has applied to start work (Funders only: approve worker | reject worker). Spent an hour - half way done - #36 - reading on Emscripten https://rustwasm.github.io/book/ Learn more on the Gitcoin Issue Details page. |
@axic I'm guessing the emcc binary is required, even in the CI build; which means you don't mind if it takes a little bit to run on cache miss? Might be a good idea to have the CI build run install emcc first. Working on testing the circle.yml now and will update you with progress (I do understand I'm not yet approved). EDIT: Custom Dockerfile it is! |
Hi @JeremiGendron how is this going? |
I tried very hard, unfortunately I was getting issue with settings up the
environment to properly run everything.
…On Fri, Feb 8, 2019 at 12:36 PM Scott Moore ***@***.***> wrote:
Hi @JeremiGendron <https://github.com/JeremiGendron> how is this going?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWfqZXIdPWGFRsElBXeCeViJ6Y4ghHMWks5vLbWYgaJpZM4VR9xt>
.
|
@axic I made Travis CI run the commands you specified - check out #36. The incoming version of Emscripten SDK takes ages to compile as promised. PR #36 makes CI running as requested along with cleanups. I can not fix Travis build time or make |
Hey folks, it looks like this issue was dropped, and has expired as well. I'm retracing the conversation and it looks like it was left with an open PR implementing a historic version of CircleCI due to breaking changes. If there is still a demand for this, I'd be more than happy to pick up the bounty and take a shot at it. |
Hi Anish. The problem is that compilation is failing and no one knows why. I opened #39 You can help troubleshooting that by repeating the build manually yourself. |
hi @axic i see you submit a pr to fix #39 , why not do some merge on it ? it will block @abitrolly 's pr. i have testing on the PR#38, found a error came from Makefile:
in latest asm.js, it have no run() function. i don't know relate this function more infos. |
@axic i follow the README example, use node to load lib/index.asm.js, but i can't invoke the add func. |
It will need to have access to rust, cargo and emscripten in the CI.
One can use the circleci files from https://github.com/ewasm/ewasm-precompiles or https://github.com/ewasm/ewasm-rust-api
The CI should:
The text was updated successfully, but these errors were encountered: