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

Stop vendoring the librashader header on Linux #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcm93
Copy link
Contributor

@jcm93 jcm93 commented Feb 3, 2025

Dynamically fetching code that we depend on in order to build is not a favorable pattern on Linux. As part of finishing migration to CMake, I plan to move the librashader headers (by themselves) back into the ares source tree, so that Linux users may build without depending on any code that comes from this repository.

This leads to a slightly larger maintenance overhead, in that we will have to remember to update the header in the ares source tree whenever we update librashader here, but it is ultimately a step in the right direction; this repository is designed to serve the needs of macOS and Windows users; Linux is a different ecosystem with its own patterns that need to be handled differently.

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.

1 participant