Skip to content

Commit

Permalink
Fix OOM when building in Github Actions debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Mar 7, 2021
1 parent 7032a8e commit 3573bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.ubuntu-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
mkdir -p "$CCACHE_DIR"
df -h
make -j 2 -C _build chain_test
make -j 2 -C _build cli_test
make -j 2 -C _build cli_wallet
make -j 2 -C _build witness_node
make -j 2 -C _build
df -h
du -hs _build/libraries/* _build/programs/* _build/tests/*
Expand Down

0 comments on commit 3573bb5

Please sign in to comment.