Shrink compose CI build artifacts to avoid disk exhaustion

This commit is contained in:
andrussal 2025-12-06 12:31:33 +01:00
parent b1a8d96f35
commit bd854b8688

View File

@ -282,6 +282,9 @@ jobs:
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
NOMOS_TESTNET_IMAGE: nomos-testnet:local
DOCKER_BUILDKIT: 1
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 0
RUSTFLAGS: -C debuginfo=0
steps:
- name: Checkout repository
uses: actions/checkout@v4