aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Edwards <me@maxedwards.me>2024-02-20 10:55:33 +0000
committerMax Edwards <me@maxedwards.me>2024-02-20 10:55:33 +0000
commit540282905dc6137a307273188d6d9291809f0ee9 (patch)
tree25e2fed0f4ae0d307988856972d9acfa0dc084dc
parent3cbc8cbc71d3d6ecfaf41164ce59c24ac94bae99 (diff)
downloadbitcoin-540282905dc6137a307273188d6d9291809f0ee9.tar.xz
docs: ci multi-arch requires qemu
-rw-r--r--ci/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/README.md b/ci/README.md
index 7cf3b1f563..b4edd4b191 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -14,10 +14,10 @@ testing compared to other parts of the codebase. If you want to keep the work tr
system in a virtual machine with a Linux operating system of your choice.
To allow for a wide range of tested environments, but also ensure reproducibility to some extent, the test stage
-requires `bash`, `docker`, and `python3` to be installed. To install all requirements on Ubuntu, run
+requires `bash`, `docker`, and `python3` to be installed. To run on different architectures than the host `qemu` is also required. To install all requirements on Ubuntu, run
```
-sudo apt install bash docker.io python3
+sudo apt install bash docker.io python3 qemu-user-static
```
It is recommended to run the ci system in a clean env. To run the test stage