Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 8, 2023
1 parent 16def5a commit 9a0d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git reset --hard FETCH_HEAD

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libstdc++6:i386 gcc-multilib g++-7 g++-7-multilib zlib1g:i386 libssl1.1 libssl1.1:i386 -y
sudo apt install libstdc++6:i386 gcc-multilib g++-7 g++-7-multilib zlib1g:i386 libssl1.1 libssl1.1:i386
rustup target add i686-unknown-linux-gnu

env PKG_CONFIG_ALLOW_CROSS=1 cargo rustc --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
Expand Down

0 comments on commit 9a0d91b

Please sign in to comment.