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

GitHub actions - testing #17

Open
JerrySievert opened this issue Mar 19, 2023 · 3 comments
Open

GitHub actions - testing #17

JerrySievert opened this issue Mar 19, 2023 · 3 comments

Comments

@JerrySievert
Copy link

I was curious if you would be interested in a contribution of a GitHub action running for tests/validation.

@hrkuma
Copy link

hrkuma commented Mar 20, 2023

Hi, as such contribution is welcome.

@JerrySievert
Copy link
Author

is there some secret to getting ci.yml to run correctly? the first issue I had was that install_arrow.sh was not executable, and now that it is, I get an error on contrib-global.mk.

my fork has a branch called add-gh-actions which adds build_and_test.yml, but it is failing on ci.yml

ideas?

@hrkuma
Copy link

hrkuma commented May 9, 2023

The arrow library has requirements on tools such as gcc and cmake versions.
ref.) https://github.com/apache/arrow/blob/main/docs/source/developers/cpp/building.rst
Is there any problem on these requirements?

And we did only test on CentOS and do not use latest libraries of arrow and aws-sdk-cpp.
So there could be a problem in those points.

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

No branches or pull requests

2 participants