From 97d5f3d07b851c091c5301eaa8fb7d6240931322 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 20 Jan 2026 14:51:50 +0530 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 5 ++++- nimble.lock | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2ab750fa..73b1ce366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/nimble.lock b/nimble.lock index 9ac7c2a2c..054ddafce 100644 --- a/nimble.lock +++ b/nimble.lock @@ -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": {