Skip to content

cmake: Fix and improve CI#183

Merged
hebasto merged 2 commits into
cmake-stagingfrom
240501-cmake-EP
May 2, 2024
Merged

cmake: Fix and improve CI#183
hebasto merged 2 commits into
cmake-stagingfrom
240501-cmake-EP

Conversation

@hebasto
Copy link
Copy Markdown
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.

hebasto added 2 commits May 2, 2024 01:48
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
Copy Markdown
Owner Author

hebasto commented May 2, 2024

cc @m3dwards

@m3dwards
Copy link
Copy Markdown

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
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