From a0ba9e293cb616adf331bf5fcc4a215815846ba9 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 12:19:55 +0200 Subject: [PATCH] fix to avoid testutils build on ubuntu ci github --- .github/workflows/ci.yml | 3 +++ .github/workflows/container-image.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8fdd7c66..b3595f93d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | + touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps @@ -133,6 +134,7 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | + touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps @@ -208,6 +210,7 @@ jobs: - name: Install nimble deps if: steps.cache-nimbledeps.outputs.cache-hit != 'true' run: | + touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 10af29b9e..b527fc60a 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -70,6 +70,7 @@ jobs: - name: Install nimble deps if: ${{ steps.secrets.outcome == 'success' && steps.cache-nimbledeps.outputs.cache-hit != 'true' }} run: | + touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims nimble setup --localdeps make rebuild-nat-libs-nimbledeps make rebuild-bearssl-nimbledeps