Skip to content

Commit

Permalink
let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 6, 2023
1 parent c24d1d6 commit 1d49e4a
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 @@ -18,6 +18,6 @@ git reset --hard FETCH_HEAD
sudo apt-get install g++-multilib -y
rustup target add i686-unknown-linux-gnu

cargo build --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
env PKG_CONFIG_ALLOW_CROSS=1 cargo rustc --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
cp target/i686-unknown-linux-gnu/release/libauxmos.so $GITHUB_WORKSPACE/libauxmos.so
ldd $GITHUB_WORKSPACE/libauxmos.so

0 comments on commit 1d49e4a

Please sign in to comment.