Zanie Blue

Results 2957 comments of Zanie Blue

Here's a hacky patch that gets to the next failure :) https://github.com/zanieb/python-build-standalone/pull/5/commits/805c76fa7f7f162b63df83d7dda046417e88eb4c

The next problem I'm encountering is during validation: ``` validating dist/cpython-3.13.0b1-armv7-unknown-linux-gnueabihf-lto-20240605T2025.tar.zst Error: errors found error: extra/unknown extension module: _interpchannels error: extra/unknown extension module: _interpqueues error: extra/unknown extension module: _interpreters error:...

Great I'll take a swing at updating that.

Now I have a spicy failure on just the PGO builds ``` 2024-06-06T14:41:13.8509515Z cpython-3.13> LD_LIBRARY_PATH=/build/Python-3.13.0b1 ./python -m test --pgo --timeout= 2024-06-06T14:41:14.4721772Z cpython-3.13> Using random seed: 3630533237 2024-06-06T14:41:14.4722931Z cpython-3.13> 0:00:00 load...

And this error on the MUSL builds ``` 2024-06-06T15:22:59.7323527Z cpython-3.13> checking for the platform triplet based on compiler characteristics... 2024-06-06T15:22:59.7534322Z cpython-3.13> x86_64-linux-musl 2024-06-06T15:22:59.7544473Z cpython-3.13> checking for multiarch... 2024-06-06T15:22:59.7721531Z cpython-3.13> configure:...

I got Windows building over in https://github.com/zanieb/python-build-standalone/pull/7 — I condensed that into a single commit https://github.com/zanieb/python-build-standalone/pull/6/commits/2110d43257e2763844b5b8683b1f9dd6263875d4

I also got the 3.13 musl builds working over in https://github.com/zanieb/python-build-standalone/pull/6 Now it's really just the PGO problems (and some complexity around the macOS target version)

With https://github.com/zanieb/python-build-standalone/pull/6#issuecomment-2332698797 I fixed the PGO build failures on Linux :)

And now in https://github.com/zanieb/python-build-standalone/pull/8 it looks like I've got the macOS builds passing. Tomorrow I'll polish it and put up a new pull request.

Feel free to ping me if you need anything. We're very interested in the workspace concept working for Dagster.