Parameterizes safe directory

pull/7054/head
gindibay 2023-07-12 22:30:12 +03:00
parent 72846a40f2
commit d57d7816ac
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: Make
run: |
set -ex
git config --global --add safe.directory /__w/citus/citus
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
# Check the exit code of the make command
@ -159,7 +159,7 @@ jobs:
- name: Make
run: |
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
# Check the exit code of the make command