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

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

Merged
merged 2 commits into from
Jan 10, 2023

Conversation

abitmore
Copy link
Member

@abitmore abitmore commented Jan 9, 2023

Follow-up of #2707.

After merging #2707, the Ubuntu Release workflow in Github Actions fails to build the develop branch (at commit 6e0e232) 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.

@abitmore abitmore added this to the 6.2.0 - Feature Release milestone Jan 9, 2023
@abitmore abitmore changed the title Fix Github Actions Ubuntu release build by adding a swap file Fix Github Actions Ubuntu release build Jan 10, 2023
@abitmore abitmore changed the title Fix Github Actions Ubuntu release build Fix Github Actions Ubuntu release build (Follow-up of PR #2707) Jan 10, 2023
This was referenced Jan 10, 2023
@abitmore abitmore force-pushed the fix-ubuntu-release-build branch from fa1c12e to 40a13a1 Compare January 10, 2023 05:47
@sonarcloud
Copy link

sonarcloud bot commented Jan 10, 2023

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

@abitmore abitmore merged commit f5a57f6 into develop Jan 10, 2023
@abitmore abitmore deleted the fix-ubuntu-release-build branch January 10, 2023 17:00
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.

1 participant