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

lib.systems, test.cross.sanity: add test case for #264989 #264992

Merged
1 commit merged into from Nov 4, 2023
Merged

lib.systems, test.cross.sanity: add test case for #264989 #264992

1 commit merged into from Nov 4, 2023

Commits on Nov 3, 2023

  1. lib.systems, test.cross.sanity: add test case for #264989

    We have several cross-compilation bugs that show up if
    hostPlatform!=buildPlatform yet
    hostPlatform.config==buildPlatform.config.
    
    These bugs have appeared and disappeared as we've fiddled with the
    definition of equality for platform objects.  This commit adds a
    clear-cut case where they are *not* equal and never will be, so we
    can test it.
    Adam Joseph committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    78cf4bd View commit details
    Browse the repository at this point in the history