From c743cb5ff0f1ccdbedeeb9e4ee278567640b167c Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Mon, 23 Feb 2026 10:29:26 +0000 Subject: [PATCH] Free up more disk space before building in CI Github runners have lots of stuff preinstalled and each CI run builds two devcontainers, which consume some gigabytes. Some features have been removed to make the S-CORE container image smaller. This preemptively mitigates the disk space problem, if we either add more tools to the container image or add another container image with those tools. --- .github/workflows/ci.yaml | 2 ++ .github/workflows/release.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe352e2..d52ff24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: id-token: write steps: + - uses: eclipse-score/more-disk-space@v1 - name: Checkout (GitHub) uses: actions/checkout@v6 @@ -98,6 +99,7 @@ jobs: id-token: write steps: + - uses: eclipse-score/more-disk-space@v1 - name: Checkout (GitHub) uses: actions/checkout@v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18ac7b3..87b16cd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,7 @@ jobs: id-token: write steps: + - uses: eclipse-score/more-disk-space@v1 - name: Checkout (GitHub) uses: actions/checkout@v6 @@ -89,6 +90,7 @@ jobs: id-token: write steps: + - uses: eclipse-score/more-disk-space@v1 - name: Checkout (GitHub) uses: actions/checkout@v6