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

CI: Verify and cleanup jobs. #93

Merged
merged 5 commits into from
Jul 12, 2022
Merged

CI: Verify and cleanup jobs. #93

merged 5 commits into from
Jul 12, 2022

Conversation

duesee
Copy link
Contributor

@duesee duesee commented Jul 6, 2022

This PR extends the CI to run more jobs, i.e., using different compilers, compiler versions, and flags. It is also an attempt to make the CI more readable by giving every step a name and extracting common functionality into local actions.

Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks much better already.
A couple nits and questions inline and some general points below.

  • Please link Fix windows --msvc 32-bit build in CI. #92 and disable the failing job
  • Document CI in book
  • Naming of the upload artefacts appears to be broken for some jobs, e.g. aarch64-linux-android-${SHORT_SHA}, linux-default-${SHORT_SHA}, linux-s390x-gcc10-${SHORT_SHA}

.github/actions/mach_build/action.yml Outdated Show resolved Hide resolved
.github/actions/mach_build/action.yml Outdated Show resolved Hide resolved
.github/actions/mach_build/action.yml Outdated Show resolved Hide resolved
.github/actions/mach_test/action.yml Show resolved Hide resolved
.github/actions/make_short_sha/action.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
@franziskuskiefer franziskuskiefer enabled auto-merge (rebase) July 12, 2022 07:46
Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@franziskuskiefer franziskuskiefer merged commit f749226 into cryspen:main Jul 12, 2022
@duesee duesee deleted the duesee/ci/cleanup branch July 12, 2022 07:49
This was referenced Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment