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

Build emscripten after matrix build. #73615

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

akrieger
Copy link
Member

@akrieger akrieger commented May 9, 2024

Summary

Build "Defer emscripten builds until after matrix builds succeed"

Purpose of change

Emscripten builds eat up our CI capacity. They run in parallel with the normal builds but take a long time and don't run useful tests. This capacity is wasted when tests fail faster.

Describe the solution

Run the emscripten build as the last step of the general build matrix using better github workflow sequencing.

Describe alternatives you've considered

Nada.

Testing

https://github.com/akrieger/Cataclysm-DDA/actions/runs/9022894191

Additional context

@github-actions github-actions bot added Code: Tooling Tooling that is not part of the main game but is part of the repo. Code: Build Issues regarding different builds and build environments astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels May 9, 2024
@dseguin dseguin merged commit a8f6235 into CleverRaven:master May 10, 2024
22 checks passed
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label May 10, 2024
@akrieger akrieger deleted the latescriptem branch May 31, 2024 18:45
nornagon pushed a commit to nornagon/Cataclysm-DDA that referenced this pull request Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants