mirror of https://github.com/citusdata/citus.git
Tests exit 1 in step
parent
95750f7a82
commit
6e24043927
|
@ -78,6 +78,7 @@ jobs:
|
||||||
set -ex
|
set -ex
|
||||||
git config --global --add safe.directory /__w/citus/citus
|
git config --global --add safe.directory /__w/citus/citus
|
||||||
make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||||
|
exit 1
|
||||||
|
|
||||||
- name: Make install
|
- name: Make install
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue