Skip to content

Commit

Permalink
Update run-build.macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Nov 7, 2024
1 parent 6ae2a8c commit 020595a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ ls -R .

cd "$workspace"

cargo build --release

echo "Build for MacOS on $ARCH";
rm -rf *
cmake -DCMAKE_OSX_ARCHITECTURES=$ARCH ..
make -j $(sysctl -n hw.logicalcpu)
cargo build --release

ls -R

Expand Down

0 comments on commit 020595a

Please sign in to comment.