From 14fb175cecac1f26b58dc90086613fc513a3e7f7 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 9 Nov 2022 06:53:08 +1000 Subject: [PATCH] Split out getblocktemplate-rpcs GitHub Actions cache (#5578) --- .github/workflows/continous-integration-os.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index b14aa6892..70928cacc 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -98,6 +98,10 @@ jobs: # or remove this workaround once the build is more efficient (#3005). #with: # workspaces: ". -> C:\\zebra-target" + with: + # Split the getblocktemplate-rpcs cache from the regular cache, to avoid linker errors. + # (These might be "disk full" errors, or they might be dependency resolution issues.) + key: ${{ matrix.features }} - name: Change target output directory on Windows # Windows doesn't have enough space on the D: drive, so we redirect the build output to the