fake change to test ci-nimbus

This commit is contained in:
Jaremy Creechley 2023-07-11 16:41:29 -07:00
parent 8fdf907811
commit 992cf83e3d
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,10 @@ jobs:
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
echo "ENV: "
env
echo "BUILD: "
export NIM_COMMIT=${{ matrix.branch }}
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
make test -j${ncpu}

View File

@ -141,3 +141,4 @@
"gccVersion": "",
"clangVersion": ""
}