-
Notifications
You must be signed in to change notification settings - Fork 17
GH-3: Enable CI #17
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
GH-3: Enable CI #17
Conversation
|
I've created an empty License and Notice files to bypass CI requirements. We should wait for: and remove the temporary files. |
|
Last CI run on my fork: |
|
I've merged #12 to unblock this. |
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use recommended compose.yaml (not .yml) file name for Docker Compose v2?
See also: https://docs.docker.com/compose/gettingstarted/#step-2-define-services-in-a-compose-file
| name: ${ARCH}-debian-${DEBIAN}-ccache | ||
|
|
||
| services: | ||
| debian-js: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| debian-js: | |
| debian: |
| debian-ccache: | ||
| name: ${ARCH}-debian-${DEBIAN}-ccache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to use ccache. We want to use jest instead:
| debian-ccache: | |
| name: ${ARCH}-debian-${DEBIAN}-ccache | |
| jest-cache: | |
| name: jest-cache |
|
I am closing this in favor of: #18 |
Enable CI. Move https://github.com/apache/arrow/blob/main/.github/workflows/js.yml to this repository.
Closes #3