From 287a9c5f51e66e736b909093e9bcbac09a43f4a4 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 12 Apr 2022 10:07:06 +0000 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 12 ++++++------ vendor/nim-stew | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500fe37e6..2551a51cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/vendor/nim-stew b/vendor/nim-stew index b87fd80b0..419903c9a 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit b87fd80b0f1a4c3c3961e61fbea177ded22b34e0 +Subproject commit 419903c9a31ab253cf5cf19f24d9a912dc4b5154