Skip to content

ci/check-ABI-API-compliance.sh: Use DWARF 4 for abi-dumper

Thomas Ives requested to merge 1045-fix-abi-api-compliance into main

abi-dumper does not have support for DWARF 5, so we must force DWARF 4. This means we can re-enable the use of abi-compliance-checker and revert the following commit:

189fc696 (.travis/check-ABI-API-compliance.sh: Make it work, 2020-08-27)

Also, the CI job should fail if the ABI-API check fails, so we remove the || true.

.gitlab-ci.yml: Let CI jobs fail on cppzmq install failure

If ci/install_cppzmq.sh fails to build when STOCK_CPPZMQ=OFF then the overall statement is still true. This causes false positives for CI jobs if cppzmq fails to build.

Closes #1045 (closed)

Merge request reports