commit | a168285afafe046cff1eae2228917ba5f3102439 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Thu Aug 20 09:17:05 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Aug 20 09:42:31 2020 +0100 |
tree | 84f7edc8c3d1ea16fe524bac96ef25187cc8ad05 | |
parent | b3a5b72e0c5ee92392d8f6fe728a39ab66451d26 [diff] [blame] |
[doc/ci] Require xz-utils for toolchain builds Toolchains are distributed as .tar.xz, ensure that CI runners and our users have support for it installed. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/apt-requirements.txt b/apt-requirements.txt index 8987540..19da59a 100644 --- a/apt-requirements.txt +++ b/apt-requirements.txt
@@ -32,3 +32,4 @@ tree xsltproc zlib1g-dev +xz-utils