aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorwangpc <wangpengcheng.pp@bytedance.com>2024-04-10 13:50:34 +0800
committerChristoph Müllner <christophm30@gmail.com>2024-04-10 15:59:41 +0200
commit65cf14a6b36d48150619ccba0416c2a7d87f213b (patch)
tree098ec6bfd1f82f2342e13c2f656b222769605567 /.github
parentae8dc939fd6425df12a96da18f0d43cef08c70e6 (diff)
downloadriscv-gnu-toolchain-65cf14a6b36d48150619ccba0416c2a7d87f213b.zip
riscv-gnu-toolchain-65cf14a6b36d48150619ccba0416c2a7d87f213b.tar.gz
riscv-gnu-toolchain-65cf14a6b36d48150619ccba0416c2a7d87f213b.tar.bz2
Enable user mode network backend support in qemu
If `libslirp` is found during configuration, it will be enabled. So we just need install `libslirp` before building.
Diffstat (limited to '.github')
-rwxr-xr-x.github/setup-apt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup-apt.sh b/.github/setup-apt.sh
index a470961..fb118fe 100755
--- a/.github/setup-apt.sh
+++ b/.github/setup-apt.sh
@@ -6,4 +6,4 @@ apt update
apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \
- device-tree-compiler python3-pyelftools
+ device-tree-compiler python3-pyelftools libslirp-dev