diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2025-12-09 07:41:01 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2025-12-09 07:52:54 -0800 |
| commit | 4d80f0eab2866bdc37650de822727763d06a9abd (patch) | |
| tree | a8e26c8965439eaf1eb047c0c94e454bd79ed5cd | |
| parent | dd1bb8ee42f90c4636fa4bc984b81cc6e705cfc9 (diff) | |
| download | tailscale-bradfitz/devdrive.tar.xz tailscale-bradfitz/devdrive.zip | |
.github/workflows: try using a DevDrive on Windowsbradfitz/devdrive
At least locally on my Windows laptop, this makes the build take a
quarter of the time.
Updates tailscale/corp#28679
Change-Id: I8b5fbbfcb8b3bae864d0eca31ed5955e1e75b945
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd193401d..f3c5d8618 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -238,6 +238,14 @@ jobs: - key: "win-shard-2-2" shard: "2/2" steps: + - uses: samypr100/setup-dev-drive@30f0f98ae5636b2b6501e181dfb3631b9974818d # v4.0.0 + with: + drive-size: 4GB + drive-format: ReFS + drive-type: Dynamic + drive-path: "dev_drive.vhdx" + mount-path: ${{ github.workspace }} + - name: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: |
