Skip to content

Improve github workflows#17884

Merged
lystopad merged 22 commits into
mainfrom
feature/lystopad/fix-workflows-cache-condition
Nov 18, 2025
Merged

Improve github workflows#17884
lystopad merged 22 commits into
mainfrom
feature/lystopad/fix-workflows-cache-condition

Conversation

@lystopad

Copy link
Copy Markdown
Member

changes

  • cache condition changed, now it is set to true for main branch and branches having name which starts as refs/heads/release/
  • ⚠️ go versions set to 1.25 in setup-go steps
  • pagefile configured on windows runners with minimum size 8G on disk C: (by default D:, which is not big enough),
  • fetch-depth: 1 which makes checkout faster when long git history is actually not needed,
  • choco upgrade mingw removed because latest version is already pre-installed on windows-2025 runners,
  • Cache Chocolatey packages step removed as useless (just few KBs),
  • other cosmetic changes.

Removed mingw upgrade step (default version is higher).
Cosmetic changes.
Error: Exception calling "SetPageFileSize" with "3" argument(s): "The operation completed successfully"
At D:\a\_actions\al-cheb\configure-pagefile-action\v1.5\scripts\SetPageFileSize.ps1:193 char:1
+ [Util.PageFile]::SetPageFileSize($minimumSize, $maximumSize, $diskRoo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception
@lystopad lystopad requested a review from mriccobene November 13, 2025 14:55
@lystopad lystopad enabled auto-merge (squash) November 13, 2025 14:58
@lystopad lystopad self-assigned this Nov 13, 2025
"fetch-depth: 1" for faster checkout
Comment thread .github/workflows/test-all-erigon.yml
Comment thread .github/workflows/test-integration-caplin.yml
This was referenced Nov 18, 2025
Comment thread .github/workflows/test-all-erigon-race.yml Outdated
Comment thread .github/workflows/test-all-erigon.yml
@lystopad lystopad merged commit f0db073 into main Nov 18, 2025
18 checks passed
@lystopad lystopad deleted the feature/lystopad/fix-workflows-cache-condition branch November 18, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants