mirror of https://github.com/citusdata/citus.git
Adds x flag
parent
4bb156e58f
commit
1089f6eecc
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
- name: Make
|
||||
run: |
|
||||
set -e
|
||||
set -ex
|
||||
git config --global --add safe.directory ${{ github.workspace }}
|
||||
make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
|
||||
- name: Make
|
||||
run: |
|
||||
set -e
|
||||
set -ex
|
||||
make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||
|
||||
- name: Make install
|
||||
|
|
Loading…
Reference in New Issue