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

Bundle the entire CRT with our branded Release packages #5661

Merged
9 commits merged into from
Apr 30, 2020

Commits on Apr 29, 2020

  1. Bundle the entire CRT with our branded Release packages

    For our release builds, we're just going to integrate the UWPDesktop CRT
    into our package and delete the package dependencies.  It's very
    difficult for users who do not have access to the store to get our
    dependency packages, and we want to be robust and deployable everywhere.
    Since these libraries can be redistributed, it's easiest if we simply
    redistribute them.
    
    Our package grows by ~550kb per architecture (compressed) because of
    this. I've added validation that we don't have both the libs _and_ the
    dependencies in the same package.
    
    Fixes #3097.
    DHowett committed Apr 29, 2020
    1 Configuration menu
    Copy the full SHA
    fb373bb View commit details
    Browse the repository at this point in the history
  2. and spacing

    DHowett committed Apr 29, 2020
    1 Configuration menu
    Copy the full SHA
    851391f View commit details
    Browse the repository at this point in the history
  3. speeling

    DHowett committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    44a700d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    d656226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    612a348 View commit details
    Browse the repository at this point in the history
  3. ffs

    DHowett committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c0f0d4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42d184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92b773c View commit details
    Browse the repository at this point in the history
  6. Revert "CI HAX: force this on, revert later"

    This reverts commit b42d184.
    DHowett committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b5a91ac View commit details
    Browse the repository at this point in the history