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

CI: Don't update preinstalled packages #69

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

kou
Copy link
Member

@kou kou commented Mar 11, 2024

fix: #68

If preinstalled Python is updated, it conflicts with system Python.

fix: datafusion-contrib#68

If preinstalled Python is updated, it conflicts with system Python.
@kou
Copy link
Member Author

kou commented Mar 11, 2024

+1

https://github.com/datafusion-contrib/datafusion-c/actions/runs/8228312906/job/22497541450#step:6:99

checking for arrow-glib version (>= 15.0.1)... no (15.0.0
installing 'apache-arrow-glib' native package... succeeded
checking for arrow-glib version (>= 15.0.1)... no (15.0.0
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

This is another problem. This is caused by Homebrew's apache-arrow-glib used in this job isn't the latest version.

We can solve this by using old red-arrow and so on.

@kou kou merged commit 3728c3f into datafusion-contrib:main Mar 11, 2024
12 of 13 checks passed
@kou kou deleted the ci-macos branch March 11, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant