restore make update and add check arch in ci

This commit is contained in:
Ivan FB 2026-03-28 02:01:07 +01:00
parent 7e34730fff
commit a06718fcb0
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -113,6 +113,12 @@ jobs:
echo "=== Verify nimcrypto is in paths ==="
grep -c nimcrypto nimble.paths || echo "WARNING: nimcrypto not found in nimble.paths!"
- name: Make update
run: make update
- name: Check arch of loaded dependencies
run: find . -name upnpdev.o -exec file {} \;
- name: Build binaries
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 NIM_PARAMS="-d:BORINGSS_USE_ASM=false" USE_LIBBACKTRACE=0 all