aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2021-02-18 23:30:41 +0100
committermj-xmr <mjxmr@protonmail.com>2021-03-30 05:48:55 +0200
commit45f01f577c108f1890bb3c18e4e1fbf27e0f832d (patch)
tree0b2046c5f15664e2694661bf373e020fe73802e8 /.github
parentMerge pull request #7476 (diff)
downloadmonero-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.yml4
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