Skip to content

Commit 69370ba

Browse files
authored
Merge branch 'main' into fix/fixup-markdown-documents
2 parents 910a649 + 687d23e commit 69370ba

1,292 files changed

Lines changed: 973 additions & 82884 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/golang-bindings.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
path: "go-libsql"
6969

7070
- name: Copy sql-experimental library to go-libsql
71-
run: cp target/release/libsql_experimental.a go-libsql/lib/darwin_amd64/
72-
&& cp target/release/libsql_experimental.a go-libsql/lib/darwin_arm64/
71+
run: cp target/release/libsql_experimental.a go-libsql/lib/darwin_arm64/
7372
&& cp target/release/libsql_experimental.a go-libsql/lib/linux_amd64/
7473
&& cp target/release/libsql_experimental.a go-libsql/lib/linux_arm64/
7574
&& cp bindings/c/include/libsql.h go-libsql/lib/include/

.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)