Skip to content

Commit

Permalink
Add g++-multilib installation and target for
Browse files Browse the repository at this point in the history
i686-unknown-linux-gnu
  • Loading branch information
MarkSuckerberg committed Dec 1, 2023
1 parent eb9bf27 commit 3049232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ fi
git fetch origin --depth=1 $AUXMOS_VERSION
git reset --hard FETCH_HEAD

sudo apt install g++-multilib -y
rustup target add i686-unknown-linux-gnu

cargo build --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
cp target/release/libauxmos.so ~
ldd ~/libauxmos.so

0 comments on commit 3049232

Please sign in to comment.