Skip to content

Commit 3d93148

Browse files
authored
Merge pull request #1987 from tursodatabase/kill-durable-wal
Retire durable WAL
2 parents 4702da1 + 85d8592 commit 3d93148

29 files changed

Lines changed: 3 additions & 2808 deletions

.github/workflows/server-pr-images.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ jobs:
6969
cache-from: type=gha
7070
cache-to: type=gha,mode=max
7171

72-
- name: Build and push Docker image with durable-wal
73-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
74-
with:
75-
context: .
76-
push: true
77-
tags: ${{ steps.meta.outputs.tags }}-durable-wal-${{ steps.get-short-sha.outputs.sha }}
78-
labels: ${{ steps.meta.outputs.labels }}
79-
cache-from: type=gha
80-
cache-to: type=gha,mode=max
81-
build-args: |
82-
BUILD_DEBUG=true
83-
ENABLE_FEATURES=durable-wal
84-
8572
- name: Echo image name
8673
run: |
8774
echo "Pushed: ${{ steps.meta.outputs.tags }}-${{ steps.get-short-sha.outputs.sha }}"
88-
echo "Pushed: ${{ steps.meta.outputs.tags }}-durable-wal-${{ steps.get-short-sha.outputs.sha }}"

.github/workflows/storage-server-images.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)