We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebd0a4 commit 82cb15bCopy full SHA for 82cb15b
.github/workflows/linux-build-base.yml
@@ -119,7 +119,7 @@ jobs:
119
working-directory: _build/release
120
run: |
121
export CLASSPATH=`/usr/local/hadoop/bin/hdfs classpath --glob`
122
- ctest -j 8 --label-exclude cuda_driver --output-on-failure --no-tests=error
+ ctest -j 4 --label-exclude cuda_driver --output-on-failure --no-tests=error
123
124
ubuntu-debug:
125
runs-on: ubuntu-22.04
0 commit comments