mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 00:46:44 +00:00
refactor: use QUICK_AND_DIRTY_COMPILER flag for CI (#1708)
This commit is contained in:
parent
ba12d1c1e4
commit
2151042568
4
.github/workflows/ci-experimental.yml
vendored
4
.github/workflows/ci-experimental.yml
vendored
@ -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
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user