mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-30 10:39:26 +00:00
ci: pass -d:disableMarchNative to avoid secp256k1 build failures (#3916)
This commit is contained in:
parent
c5b24e21da
commit
5bc1ad63a7
3
.github/workflows/ci-daily.yml
vendored
3
.github/workflows/ci-daily.yml
vendored
@ -8,7 +8,8 @@ on:
|
|||||||
env:
|
env:
|
||||||
NPROC: 2
|
NPROC: 2
|
||||||
MAKEFLAGS: "-j${NPROC}"
|
MAKEFLAGS: "-j${NPROC}"
|
||||||
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
|
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none -d:disableMarchNative"
|
||||||
|
NIM_PARAMS: "-d:disableMarchNative"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -13,7 +13,8 @@ concurrency:
|
|||||||
env:
|
env:
|
||||||
NPROC: 2
|
NPROC: 2
|
||||||
MAKEFLAGS: "-j${NPROC}"
|
MAKEFLAGS: "-j${NPROC}"
|
||||||
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
|
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none -d:disableMarchNative"
|
||||||
|
NIM_PARAMS: "-d:disableMarchNative"
|
||||||
NIM_VERSION: '2.2.4'
|
NIM_VERSION: '2.2.4'
|
||||||
NIMBLE_VERSION: '0.22.3'
|
NIMBLE_VERSION: '0.22.3'
|
||||||
|
|
||||||
@ -160,7 +161,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export MAKEFLAGS="-j1"
|
export MAKEFLAGS="-j1"
|
||||||
export NIMFLAGS="--colors:off -d:chronicles_colors:none"
|
export NIMFLAGS="--colors:off -d:chronicles_colors:none -d:disableMarchNative"
|
||||||
export USE_LIBBACKTRACE=0
|
export USE_LIBBACKTRACE=0
|
||||||
|
|
||||||
make V=1 POSTGRES=$postgres_enabled test
|
make V=1 POSTGRES=$postgres_enabled test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user