Phillip Cloud

Results 993 comments of Phillip Cloud

It looks like I might be hitting a timeout, the build just died after 1 hour.

Not entirely sure what the expectation is around build times here, but in the corresponding duckdb PR it takes 10-15 minutes to build one `duckdb` wasm wheel.

I'm happy to keep disabling packages until the duckdb package builds successfully, but that doesn't seem like a great solution.

Hopefully I'm not opening a can of worms here, but GitHub actions has a 6 hour timeout. Would moving these jobs to GHA be on the table?

It looks like there's a decent amount of circleci code to port in any case.

Ah, ok. Great to hear. Is there anything I can do to help move this along?

@ryanking13 Yep, last week a PR of mine was merged into DuckDB https://github.com/duckdb/duckdb/pull/11531. The wheels are building in CI there for both Python 3.10 and Python 3.11 I think it's...

If the goal is to get `pyarrow` installable from the Pyodide build (`micropip.install("pyarrow")`), just a heads up that it seems like adding any more long-building packages to the Pyodide CI...

Hey @pawamoy, really warms my heart to get this message in my inbox. I'll give it go and report back!

Ok, wow. This is *really* close. ## Good news Let's start with the good news: after a few changes I am able to build and render the API documentation using...