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

darwin-stdenv: revert NIX_CC_NO_RESPONSE_FILE logic #245640

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 26, 2023

  1. darwin-stdenv: revert NIX_CC_NO_RESPONSE_FILE logic

    To work around intermitent build failures with clang 16, the stdenv
    attempted to pass arguments on the command-line on newer versions of
    macOS. Unfortunately, the larger `ARG_MAX` is still not large enough to
    build qtwebengine. This commit reverts the `NIX_CC_NO_RESPONSE_FILE`
    logic in the stdenv. The changes to cc-wrapper in NixOS#245282 are needed for
    clang 16 to prevent the above-mentioned build failures.
    reckenrode committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2e45100 View commit details
    Browse the repository at this point in the history