refactor: use QUICK_AND_DIRTY_COMPILER flag for CI (#1708)

This commit is contained in:
Vaclav Pavlin 2023-05-02 10:25:23 +02:00 committed by GitHub
parent ba12d1c1e4
commit 2151042568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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