bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

Fix Github Actions Ubuntu release build (Follow-up of PR #2707) #2709

Closed abitmore closed 1 year ago

abitmore commented 1 year ago

Follow-up of #2707.

After merging #2707, the Ubuntu Release workflow in Github Actions fails to build the develop branch (at commit https://github.com/bitshares/bitshares-core/commit/6e0e232d84724705c5401a9d3f033f8fc7c71949) due to OOM. This PR fixes it.

See https://github.com/bitshares/bitshares-core/actions/runs/3873850229/jobs/6609080483:

[ 50%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/database.o g++: fatal error: Killed signal terminated program cc1plus compilation terminated.

Cause: Introduced in #2707, we start 2 ES services in the workflow, so more memory is needed.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information