Skip to content

Commit

Permalink
feat: add installation of dependencies for i686-unknown-linux-gnu
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 29, 2024
1 parent 4108148 commit ea82ffa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-dependencies.just
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ install-default-x86_64-unknown-linux-musl:
install-default-aarch64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools

# Install dependencies for the default feature on aarch64-unknown-linux-musl
install-default-i686-unknown-linux-gnu:
sudo apt-get update
sudo apt-get install -y gcc-multilib-i686-linux-gnu gcc-i686-linux-gnu

0 comments on commit ea82ffa

Please sign in to comment.