Skip to content

Conversation

@raulcd
Copy link
Member

@raulcd raulcd commented May 19, 2025

@raulcd
Copy link
Member Author

raulcd commented May 19, 2025

I've created an empty License and Notice files to bypass CI requirements. We should wait for:

and remove the temporary files.

@raulcd raulcd marked this pull request as ready for review May 19, 2025 18:13
@raulcd
Copy link
Member Author

raulcd commented May 19, 2025

@kou
Copy link
Member

kou commented May 19, 2025

I've merged #12 to unblock this.
Could you rebase on main?

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also have a change for this. (It's blocked by #12. So I haven't shared it. Sorry.)
I opened #18 for reference.

Copy link
Member

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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
debian-js:
debian:

Comment on lines +29 to +30
debian-ccache:
name: ${ARCH}-debian-${DEBIAN}-ccache
Copy link
Member

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:

Suggested change
debian-ccache:
name: ${ARCH}-debian-${DEBIAN}-ccache
jest-cache:
name: jest-cache

@kou kou mentioned this pull request May 20, 2025
@raulcd
Copy link
Member Author

raulcd commented May 20, 2025

I am closing this in favor of: #18

@raulcd raulcd closed this May 20, 2025
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.

Enable CI

2 participants