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

Reland "Native assets support for Linux" #135097

Merged
merged 10 commits into from
Sep 22, 2023
Merged

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    82e8e28 View commit details
    Browse the repository at this point in the history
  2. Work around missing config in context

    The context does not contain a config in g3 when doing expression
    evaluation. This workaround prevents expression evaluation from
    crashing in g3.
    dcharkes committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cdb54b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add BuildInfo.buildNativeAssets

    This enables skipping building native assets with `build.dart` in g3
    where native assets are built bazel instead.
    dcharkes committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c511500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa139b View commit details
    Browse the repository at this point in the history
  3. Fix analysis

    dcharkes committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b523c83 View commit details
    Browse the repository at this point in the history
  4. Fix default

    dcharkes committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    383e633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0609696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6a6845 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    fb918fc View commit details
    Browse the repository at this point in the history
  2. address comment

    dcharkes committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e1ebfe1 View commit details
    Browse the repository at this point in the history