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

Modularise CI workflow and validate outputs for binary size checks. #549

Merged
merged 5 commits into from
Sep 9, 2023

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    ebfc57e View commit details
    Browse the repository at this point in the history
  2. Split the CI code size measurement job into two jobs: one with read-only

    permission to build (and potentially run) untrusted code, and another with
    PR-write permission that only reports the sizes from the first job.
    detly committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6a68ad8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e4ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17fbabb View commit details
    Browse the repository at this point in the history
  5. Use matrix strategy to measure size data on multiple platforms.

    This involves writing the size measurements to separate JSON files (one
    per matrix job) and retaining them as artifacts, as there's no built-in
    way to collect all matrix job outputs into a subsequent job's inputs.
    detly committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    43c3ecb View commit details
    Browse the repository at this point in the history