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

cmake: Fix and improve CI #183

Merged
merged 2 commits into from
May 2, 2024
Merged

cmake: Fix and improve CI #183

merged 2 commits into from
May 2, 2024

Conversation

hebasto
Copy link
Owner

@hebasto hebasto commented May 2, 2024

  1. The first commit forces the build step in the native Windows jobs to fail if build fails. Otherwise, the build step might
    falsely succeed because the last command exit code determines the return status of the step.

I've noticed such wrong behaviour while working on #182.

  1. The second commit pulled from [FIXUP] cmake: Do not trigger cross-compiling unnecessarily #125.

Force build step to fail if build fails. Otherwise, the build step might
falsely succeed because the last command exit code determines the return
status of the step.
A workaround for a bug fixed in bitcoin#29963
@hebasto
Copy link
Owner Author

hebasto commented May 2, 2024

cc @m3dwards

@m3dwards
Copy link

m3dwards commented May 2, 2024

I see CI is green and I've reviewed the code.

utACK 729632c

@hebasto hebasto merged commit 8c74f93 into cmake-staging May 2, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants