Page MenuHomePhabricator

[CI] Unbreak the windows cross builds
ClosedPublic

Authored by Fabien on Oct 3 2022, 09:20.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC29534d6f71ca: [CI] Unbreak the windows cross builds
Summary

The windows cross build is failing due to this bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=26588

This is due to the leveldb tests being built with ASLR enabled but not exporting any symbol, triggering the bug. Until a proper fix is found, unbreak the build by skipping the test install step.

Test Plan
./contrib/teamcity/build-configurations.py build-win64

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable