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:
tersec 2022-04-12 10:07:06 +00:00 committed by GitHub
parent ff6c581273
commit 287a9c5f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -213,18 +213,18 @@ jobs:
run: |
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
# 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
${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
- name: Build all tools
run: |
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
# 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
${make_cmd} -j ${ncpu} NIM_COMMIT=${{ matrix.branch }}
${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }}
fi
# The Windows image runs out of disk space, so make some room
rm -rf nimcache
@ -233,9 +233,9 @@ jobs:
run: |
if [[ "${{ matrix.branch }}" == "version-1-6" ]]; then
# 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
${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
# The upload creates a combined report that gets posted as a comment on the PR

2
vendor/nim-stew vendored

@ -1 +1 @@
Subproject commit b87fd80b0f1a4c3c3961e61fbea177ded22b34e0
Subproject commit 419903c9a31ab253cf5cf19f24d9a912dc4b5154