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

source-build: support building runtime using non-portable runtime packages. #75597

Merged
merged 8 commits into from
Oct 12, 2022

Commits on Sep 28, 2022

  1. source-build: support building runtime using non-portable runtime pac…

    …kages.
    
    Currently source-build performs a 'runtime-portable' build that produces
    'linux-{arch}' packages that are used when building target runtime (non-portable).
    
    With this change, we can use the non-portable packages that are produced by
    a previous (non-portable) 'runtime' build. This helps eliminate the
    'runtime-portable' build.
    tmds committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9a05b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d3229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10be274 View commit details
    Browse the repository at this point in the history
  4. PR feedback

    tmds committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4e5e662 View commit details
    Browse the repository at this point in the history
  5. Revert "crossgen2: set RuntimeIdentifier explicitly."

    This reverts commit 10be274.
    tmds committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fee4862 View commit details
    Browse the repository at this point in the history
  6. PR feedback.

    tmds committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    04b68cb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    997ded9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    cefa413 View commit details
    Browse the repository at this point in the history