Skip to content

Commit

Permalink
we're going to need a larger swap
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Mar 3, 2024
1 parent b0e392e commit d47e11c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cetlvast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
with:
path: cetlvast/build_external
key: gtest_b796f7d44681514f58a683a3a71ff17c94edb0c1
- name: set up a swap file
run: |
free -h
sudo fallocate -l 8G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
free -h
- name: run tests
run: >
./build-tools/bin/verify.py
Expand Down

0 comments on commit d47e11c

Please sign in to comment.