mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 17:37:33 +00:00
bump nim-stew to remove pragma disabling checks (#3555)
* bump nim-stew to remove pragma disabling checks * use V=1 to try to capture the build VM overflow stack trace
This commit is contained in:
parent
ff6c581273
commit
287a9c5f51
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -213,18 +213,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
||||||
# hide the CI failure in GitHub's UI
|
# hide the CI failure in GitHub's UI
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} LOG_LEVEL=TRACE nimbus_beacon_node nimbus_validator_client || true
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} LOG_LEVEL=TRACE nimbus_beacon_node nimbus_validator_client || true
|
||||||
else
|
else
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} LOG_LEVEL=TRACE nimbus_beacon_node nimbus_validator_client
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} LOG_LEVEL=TRACE nimbus_beacon_node nimbus_validator_client
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build all tools
|
- name: Build all tools
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
||||||
# hide the CI failure in GitHub's UI
|
# hide the CI failure in GitHub's UI
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} || true
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} || true
|
||||||
else
|
else
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }}
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }}
|
||||||
fi
|
fi
|
||||||
# The Windows image runs out of disk space, so make some room
|
# The Windows image runs out of disk space, so make some room
|
||||||
rm -rf nimcache
|
rm -rf nimcache
|
||||||
@ -233,9 +233,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
|
||||||
# hide the CI failure in GitHub's UI
|
# hide the CI failure in GitHub's UI
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test || true
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test || true
|
||||||
else
|
else
|
||||||
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
|
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The upload creates a combined report that gets posted as a comment on the PR
|
# The upload creates a combined report that gets posted as a comment on the PR
|
||||||
|
2
vendor/nim-stew
vendored
2
vendor/nim-stew
vendored
@ -1 +1 @@
|
|||||||
Subproject commit b87fd80b0f1a4c3c3961e61fbea177ded22b34e0
|
Subproject commit 419903c9a31ab253cf5cf19f24d9a912dc4b5154
|
Loading…
x
Reference in New Issue
Block a user