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

Add Windows as a CI build target #577

Open
brzpegasus opened this issue Aug 23, 2024 · 1 comment
Open

Add Windows as a CI build target #577

brzpegasus opened this issue Aug 23, 2024 · 1 comment
Labels
bug Something isn't working roadmap Priority issues that will be released in the short term

Comments

@brzpegasus
Copy link

We need to add support for Windows and not limit Beacon development to just MacOS and Linux machines.

At the moment, Beacon has a dependency on Vix, which is incompatible with Windows.

@brzpegasus brzpegasus added the bug Something isn't working label Aug 23, 2024
@leandrocp leandrocp added the roadmap Priority issues that will be released in the short term label Aug 25, 2024
@leandrocp
Copy link
Contributor

Some extra info about this problem.

Vix is an indirect dependency added by Image

❯ mix deps.tree image
image ~> 0.40 (Hex package)
└── vix ~> 0.23 (Hex package)

We use the Image library to perform some operations, including thumbnail generation and resize. Not many operations but that library has a low memory footprint and some advanced features like the crop: :attention option for thumbnails, so it's of our interest to keep using Image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working roadmap Priority issues that will be released in the short term
Projects
None yet
Development

No branches or pull requests

2 participants