Skip to content

Commit 5f4d2b3

Browse files
committed
call gpudev/util/embedjcudalib.sh in make-distribution.sh
1 parent 7268167 commit 5f4d2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-distribution.sh

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ if [ "$SPARK_TACHYON" == "true" ]; then
254254
rm -rf "$TMPD"
255255
fi
256256

257+
$SPARK_HOME/gpudev/util/embedjcudalib.sh
257258
if [ "$MAKE_TGZ" == "true" ]; then
258259
TARDIR_NAME=spark-$VERSION-bin-$NAME
259260
TARDIR="$SPARK_HOME/$TARDIR_NAME"

0 commit comments

Comments
 (0)