Skip to content

Commit

Permalink
chore: add installation of dependencies for i686-unknown-linux-gnu in…
Browse files Browse the repository at this point in the history
… build-dependencies.just

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Nov 29, 2024
1 parent 3c6d8e9 commit 50b3862
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 @@ -10,6 +10,11 @@ install-default-aarch64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools

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

### MOUNT ###

# Install dependencies for the mount feature on x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 50b3862

Please sign in to comment.