aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-02-21 14:43:37 +0000
committerfanquake <fanquake@gmail.com>2024-02-21 14:52:36 +0000
commit46d261631ddfb11c89aca603819e27a99d9ee0e2 (patch)
tree7a7c5eab14ca71119e4ad497efe0964c84c09ca7
parent45b2a91897ca8f4a3e0c1adcfb30cf570971da4e (diff)
parent540282905dc6137a307273188d6d9291809f0ee9 (diff)
downloadbitcoin-46d261631ddfb11c89aca603819e27a99d9ee0e2.tar.xz
Merge bitcoin/bitcoin#29456: docs: ci multi-arch requires qemu
540282905dc6137a307273188d6d9291809f0ee9 docs: ci multi-arch requires qemu (Max Edwards) Pull request description: On a fresh Debian system qemu isn't installed and therefore the multi-architecture CI system doesn't run. This documentation notes that qemu is required and how to install it. ACKs for top commit: maflcko: lgtm ACK 540282905dc6137a307273188d6d9291809f0ee9 willcl-ark: utACK 540282905dc6137a307273188d6d9291809f0ee9 Tree-SHA512: 903c12cf7b16f2146b99a952577c5550d60faf65f9e72b9f4d9479b52228118ab46349e5130de5281b39da05d3bc0b4ae8a8165601e62ce145647a98ef197131
-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