mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-17 06:47:36 +00:00
Enable verbose output when building Nim compiler to assist debugging (#93)
This commit is contained in:
parent
f726d5d411
commit
1c6c29b655
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -153,7 +153,7 @@ jobs:
|
|||||||
- name: Build Nim and Nimble
|
- name: Build Nim and Nimble
|
||||||
run: |
|
run: |
|
||||||
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
|
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
|
||||||
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
|
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc V=1 \
|
||||||
bash scripts/build_nim.sh nim csources dist/nimble NimBinaries
|
bash scripts/build_nim.sh nim csources dist/nimble NimBinaries
|
||||||
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
|
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user