Skip to content

Commit 527a72f

Browse files
[GLUTEN-11611][VL] Enable GPU build CI (#11668)
re-enable GPU CI
1 parent cfae8dc commit 527a72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/velox_backend_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ jobs:
13321332
mkdir -p /work/.ccache
13331333
13341334
cd /work
1335-
#bash dev/builddeps-veloxbe.sh --run_setup_script=OFF --build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON # TODO: re-enable tests with more disk space
1335+
bash dev/builddeps-veloxbe.sh --run_setup_script=OFF --build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON
13361336
rm -rf ep/build-velox/build/velox_ep
13371337
build/mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
13381338
ccache -s

0 commit comments

Comments
 (0)