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

test/check-size: show error if make fails #63

Merged
merged 3 commits into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. ci: use checkpoint-restore noreply email

    Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
    rst0git committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fd809b8 View commit details
    Browse the repository at this point in the history
  2. test/check-size: show error if make fails

    This patch adds an error message when compilation fails when running the
    check-size script.
    
    Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
    rst0git committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    035d8f1 View commit details
    Browse the repository at this point in the history
  3. ci/check-size: checkout HEAD commit instead of merge commit

    By default, the SHA that is checked out is a merge commit from the base
    branch on the PR. To use the PR HEAD instead of this merge commit, we
    need to explicitly specify the SHA from the event context provided by
    GitHub.
    
    Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
    snprajwal authored and rst0git committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    18d6c79 View commit details
    Browse the repository at this point in the history