Skip to content

Commit 5ba88c6

Browse files
committed
Temporarily disable containerd snapshotter
See gh-49251
1 parent 1f1a88c commit 5ba88c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-system-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- version: 21
1919
toolchain: true
2020
steps:
21+
- name: Setup Docker and Disable containerd-snapshotter)
22+
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
23+
with:
24+
daemon-config: '{"features":{"containerd-snapshotter":false}}'
2125
- name: Check Out Code
2226
uses: actions/checkout@v6
2327
- name: Prepare Gradle Build

0 commit comments

Comments
 (0)