chore: Adding -d:postgres flag when creating a Docker image for release and PRs (#2076)

This commit is contained in:
Ivan Folgueira Bande
2023-09-26 10:11:38 +02:00
committed by GitHub
parent 0072b070ba
commit 63caaad8e4
5 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
id: build
run: |
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative" wakunode2
make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres" wakunode2
SHORT_REF=$(git rev-parse --short HEAD)
+2 -1
View File
@@ -66,7 +66,8 @@ jobs:
make QUICK_AND_DIRTY_COMPILER=1 V=1 CI=false NIMFLAGS="-d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}}" \
update
make QUICK_AND_DIRTY_COMPILER=1 V=1 CI=false NIMFLAGS="-d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}}" \
make QUICK_AND_DIRTY_COMPILER=1 V=1 CI=false\
NIMFLAGS="-d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}} -d:postgres" \
wakunode2\
chat2\
tools
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
OS=$([[ "${{runner.os}}" == "macOS" ]] && echo "macosx" || echo "linux")
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}}" V=1 update
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}}" CI=false wakunode2
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}} -d:postgres" CI=false wakunode2
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC} -d:disableMarchNative --os:${OS} --cpu:${{matrix.arch}}" CI=false chat2
tar -cvzf ${{steps.vars.outputs.nwaku}} ./build/
+1
View File
@@ -12,6 +12,7 @@ pipeline {
'-d:insecure',
'-d:disableMarchNative',
'--parallelBuild:6',
'-d:postgres',
].join(' ')
)
string(
+1
View File
@@ -34,6 +34,7 @@ pipeline {
'-d:disableMarchNative',
'-d:chronicles_colors:none',
'-d:insecure',
'-d:postgres',
].join(' ')
)
string(