Skip to content
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

Fix pythonpackage.yml failing on macos-13 #2432

Merged
merged 8 commits into from
Sep 12, 2024

Conversation

ddelange
Copy link
Contributor

@ddelange ddelange commented Sep 11, 2024

leftover from #2331, don't know why setup-graphviz started failing for macos-13 on master between the time of last commit in the PR and the time of merge. probably github team changed something in the runner image again...

@ddelange ddelange changed the title Move setup-python below setup-graphviz Fix failing pythonpackage.yml on macos-13 Sep 11, 2024
@ddelange ddelange changed the title Fix failing pythonpackage.yml on macos-13 Fix pythonpackage.yml failing on macos-13 Sep 11, 2024
@ddelange ddelange force-pushed the patch-1 branch 2 times, most recently from d3d4f8d to 885aab5 Compare September 11, 2024 16:29
@ddelange
Copy link
Contributor Author

ddelange commented Sep 11, 2024

Bumping to macos-14 and switching to older xcode in pythonpackage.yml now too (cherry-picked from wheel.yml), to avoid g++ compilation error:

In file included from src/strings.cpp:19:
In file included from vendor/boost/boost/xpressive/xpressive.hpp:18:
In file included from vendor/boost/boost/xpressive/xpressive_static.hpp:24:
In file included from vendor/boost/boost/xpressive/regex_primitives.hpp:22:
In file included from vendor/boost/boost/xpressive/detail/core/matchers.hpp:17:
In file included from vendor/boost/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp:20:
In file included from vendor/boost/boost/xpressive/detail/core/state.hpp:18:
In file included from vendor/boost/boost/xpressive/detail/core/access.hpp:21:
In file included from vendor/boost/boost/xpressive/match_results.hpp:42:
In file included from vendor/boost/boost/numeric/conversion/converter.hpp:13:
In file included from vendor/boost/boost/numeric/conversion/conversion_traits.hpp:13:
In file included from vendor/boost/boost/numeric/conversion/detail/conversion_traits.hpp:18:
In file included from vendor/boost/boost/numeric/conversion/detail/int_float_mixture.hpp:19:
In file included from vendor/boost/boost/mpl/integral_c.hpp:32:
vendor/boost/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for this enumeration type [-Wenum-constexpr-conversion]
vendor/boost/boost/mpl/aux_/static_cast.hpp:24:47: note: expanded from macro 'BOOST_MPL_AUX_STATIC_CAST'
#   define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr)

@ddelange
Copy link
Contributor Author

cc @maartenbreddels

@ddelange
Copy link
Contributor Author

ddelange commented Sep 12, 2024

Found out why musllinux_aarch64 was taking so long: numpy has no such wheels available for cp38 so numpy was being built from source, under QEMU 🤯 skipping that one now: less minutes and less flakiness due to timeouts.

@ddelange
Copy link
Contributor Author

@maartenbreddels green again

@maartenbreddels maartenbreddels merged commit 4864874 into vaexio:master Sep 12, 2024
49 checks passed
@maartenbreddels
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants