mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Reduce local smoke disk usage
This commit is contained in:
parent
a388443cca
commit
254a4e6061
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@ -131,6 +131,10 @@ jobs:
|
|||||||
LOCAL_DEMO_VALIDATORS: 1
|
LOCAL_DEMO_VALIDATORS: 1
|
||||||
LOCAL_DEMO_EXECUTORS: 1
|
LOCAL_DEMO_EXECUTORS: 1
|
||||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||||
|
CARGO_TARGET_DIR: ${{ runner.temp }}/target-local
|
||||||
|
CARGO_INCREMENTAL: 0
|
||||||
|
CARGO_PROFILE_DEV_DEBUG: 0
|
||||||
|
RUSTFLAGS: -C debuginfo=0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set temp dir
|
- name: Set temp dir
|
||||||
@ -157,9 +161,8 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
key: ${{ runner.os }}-target-local-smoke-${{ hashFiles('**/Cargo.lock') }}-nightly-2025-09-14
|
restore-keys: ${{ runner.os }}-cargo-
|
||||||
restore-keys: ${{ runner.os }}-target-local-smoke-
|
|
||||||
- name: Build local binaries (nomos-node/executor)
|
- name: Build local binaries (nomos-node/executor)
|
||||||
run: |
|
run: |
|
||||||
SRC_DIR="${TMPDIR:-/tmp}/nomos-node-src"
|
SRC_DIR="${TMPDIR:-/tmp}/nomos-node-src"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user