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

fix(linux-gnu): vupdate to 1.0.0: respect explicit 'gnu' #890

Closed
wants to merge 0 commits into from

Conversation

coolaj86
Copy link
Member

@coolaj86 coolaj86 commented Sep 11, 2024

Brings in this change:
https://github.com/webinstall/webi-build-classifier/pull/11/files

    // See <https://github.com/webinstall/webi-build-classifier/pull/11>
    if (target.os === 'linux') {
      if (target.libc === 'none') {
        let isGnuOnly = terms.includes('gnu');
        if (isGnuOnly) {
          target.libc = 'gnu';
        }
      }
    }

@coolaj86 coolaj86 closed this Sep 13, 2024
@coolaj86 coolaj86 force-pushed the fix-classifier-linux-gnu branch from 05cf7b6 to 556697a Compare September 13, 2024 07:23
@coolaj86
Copy link
Member Author

Brought in with #891

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.

2 participants