diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-02-18 23:30:41 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-03-30 05:48:55 +0200 |
commit | 45f01f577c108f1890bb3c18e4e1fbf27e0f832d (patch) | |
tree | 0b2046c5f15664e2694661bf373e020fe73802e8 /.github | |
parent | Merge pull request #7476 (diff) | |
download | monero-45f01f577c108f1890bb3c18e4e1fbf27e0f832d.tar.xz |
[CI] Adaptive mining timeout, depending on available CPU power
Printing also available RAM. Add comprehensive description.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c358e93e..a27996a50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,8 @@ jobs: run: sudo apt update - name: install monero dependencies run: sudo apt -y install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev libprotobuf-dev protobuf-compiler - - name: install requests - run: pip install requests + - name: install Python dependencies + run: pip install requests psutil monotonic - name: tests env: CTEST_OUTPUT_ON_FAILURE: ON |