fake change to test ci-nimbus
This commit is contained in:
parent
8fdf907811
commit
992cf83e3d
|
@ -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}
|
||||
|
|
|
@ -141,3 +141,4 @@
|
|||
"gccVersion": "",
|
||||
"clangVersion": ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue