From c405f83a15ba3c6d64229b94cbb5536f290b0aa9 Mon Sep 17 00:00:00 2001 From: Vaclav Pavlin Date: Tue, 2 May 2023 10:25:23 +0200 Subject: [PATCH] refactor: use QUICK_AND_DIRTY_COMPILER flag for CI (#1708) --- .github/workflows/ci-experimental.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-experimental.yml b/.github/workflows/ci-experimental.yml index 2081edb8b..3e4570c6a 100644 --- a/.github/workflows/ci-experimental.yml +++ b/.github/workflows/ci-experimental.yml @@ -84,7 +84,7 @@ jobs: key: ${{ runner.os }}-zerokit-${{ steps.submodules.outputs.zerokit-hash }} - name: Build binaries - run: make V=1 LOG_LEVEL=DEBUG v2 + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 v2 test-v2: needs: changes @@ -122,4 +122,4 @@ jobs: key: ${{ runner.os }}-zerokit-${{ steps.submodules.outputs.zerokit-hash }} - name: Run tests - run: make V=1 LOG_LEVEL=DEBUG test2 testwakunode2 + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test2 testwakunode2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe274d89e..2d214f1ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }} - name: Build binaries - run: make V=1 LOG_LEVEL=DEBUG v2 tools + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 v2 tools test-v2: needs: changes @@ -117,7 +117,7 @@ jobs: key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }} - name: Run tests - run: make V=1 LOG_LEVEL=DEBUG test2 testwakunode2 + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test2 testwakunode2 build-legacy: @@ -149,7 +149,7 @@ jobs: key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }} - name: Build binaries - run: make V=1 LOG_LEVEL=DEBUG v1 + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 v1 test-legacy: needs: changes @@ -180,4 +180,4 @@ jobs: key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }} - name: Run tests - run: make V=1 LOG_LEVEL=DEBUG test1 + run: make V=1 LOG_LEVEL=DEBUG QUICK_AND_DIRTY_COMPILER=1 test1