update ci

This commit is contained in:
darshankabariya 2026-01-20 14:51:50 +05:30
parent 8df07428cb
commit 97d5f3d07b
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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": {