mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-26 01:33:10 +00:00
update ci
This commit is contained in:
parent
8df07428cb
commit
97d5f3d07b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -152,10 +152,13 @@ jobs:
|
||||
if [ ${{ runner.os }} == "Linux" ]; then
|
||||
sudo docker run --rm -d -e POSTGRES_PASSWORD=test123 -p 5432:5432 postgres:15.4-alpine3.18
|
||||
postgres_enabled=1
|
||||
# Disable march=native on Linux to avoid potential nimcrypto SHA2 issues
|
||||
export NIMFLAGS="--colors:off -d:chronicles_colors:none -d:disableMarchNative"
|
||||
else
|
||||
export NIMFLAGS="--colors:off -d:chronicles_colors:none"
|
||||
fi
|
||||
|
||||
export MAKEFLAGS="-j1"
|
||||
export NIMFLAGS="--colors:off -d:chronicles_colors:none"
|
||||
export USE_LIBBACKTRACE=0
|
||||
|
||||
make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 POSTGRES=$postgres_enabled test
|
||||
|
||||
@ -193,12 +193,12 @@
|
||||
},
|
||||
"nimcrypto": {
|
||||
"version": "0.7.3",
|
||||
"vcsRevision": "4e18f7bf3009bc0bdc089436ac5f5bc4dfdb8428",
|
||||
"vcsRevision": "423ea4fed8de6f4544b7e3b30d868f527ed3b947",
|
||||
"url": "https://github.com/cheatfate/nimcrypto",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "3d1e687e516b5a399831d99bead924ec56ea95ad"
|
||||
"sha1": "580910605aca0ea60b40bfaa116d0b8af1091314"
|
||||
}
|
||||
},
|
||||
"stint": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user