Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/cloudflared
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2026.8.3
Choose a base ref
...
head repository: cloudflare/cloudflared
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 1, 2026

  1. fix(ci): use fresh clone for Windows jobs

    ## Problem
    
    Windows CI jobs frequently fail during the `get_sources` phase with hundreds of `Permission denied` warnings while GitLab tries to clean read-only files from `.cache/go/pkg/mod/` left by previous builds. The failure occurs before the build script runs.
    
    Example failed job: https://gitlab.cfdata.org/cloudflare/tun/cloudflared/-/jobs/40007572
    
    ## Fix
    
    Set `GIT_STRATEGY: clone` on the shared `.windows-build-defaults` anchor so Windows jobs always start from a fresh clone, bypassing the broken cleanup.
    
    ## Related
    
    - MR !1927 (affected by this issue)
    Alessandro Frigerio authored and macmarcelino committed Sep 1, 2026
    Configuration menu
    Copy the full SHA
    9e13f5d View commit details
    Browse the repository at this point in the history
Loading