Skip to content

Commit

Permalink
[VL] [CI] Fix: fix package.sh failed for x86 (#3907)
Browse files Browse the repository at this point in the history
Velox will automatically check CPU_ARCH environment if not specified
  • Loading branch information
lzjqsdd authored Dec 2, 2023
1 parent 26fc887 commit 5580393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ VERSION=$(. /etc/os-release && echo ${VERSION_ID})
ARCH=`uname -m`

# compile gluten jar
export CPU_TARGET="${ARCH}"
$GLUTEN_DIR/dev/builddeps-veloxbe.sh --build_tests=ON --build_benchmarks=ON --enable_s3=ON --enable_hdfs=ON
mvn clean package -Pbackends-velox -Prss -Pspark-3.2 -DskipTests
mvn clean package -Pbackends-velox -Prss -Pspark-3.3 -DskipTests
Expand Down

0 comments on commit 5580393

Please sign in to comment.