mirror of https://github.com/citusdata/citus.git
Fixes deb error
parent
21bd53b158
commit
6a633bc599
|
@ -157,9 +157,10 @@ jobs:
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
- name: Make
|
- name: Make
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
git config --global --add safe.directory /__w/citus/citus
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||||
|
|
||||||
# Check the exit code of the make command
|
# Check the exit code of the make command
|
||||||
|
|
Loading…
Reference in New Issue