Skip to content

Commit

Permalink
skip mac os
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Sep 9, 2024
1 parent e1d8703 commit dfa9916
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/buildbundle-veloxbe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

BASEDIR=$(dirname $0)
sudo -E /dev/vcpkg/setup-build-depends.sh

if [ `uname -m` = "x86_64" ]; then
sudo -E ${BASEDIR}/setup-build-depends.sh
fi

source "$BASEDIR/builddeps-veloxbe.sh"

function build_for_spark {
Expand Down

0 comments on commit dfa9916

Please sign in to comment.