summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2020-12-30 21:56:10 +0100
committerGravatar Vincent Rischmann2020-12-30 21:56:10 +0100
commit4b95fde644276140eaf1703d1e93d68d4c60c80a (patch)
tree9df6019d1730e3ad1e7b4caa3aebe1135b688fa5
parentremove logging (diff)
downloadzig-sqlite-4b95fde644276140eaf1703d1e93d68d4c60c80a.tar.gz
zig-sqlite-4b95fde644276140eaf1703d1e93d68d4c60c80a.tar.xz
zig-sqlite-4b95fde644276140eaf1703d1e93d68d4c60c80a.zip
ci: use the github repo
-rw-r--r--.builds/alpine-edge-amd64.yml2
-rw-r--r--.builds/debian-stable-aarch64.yml2
-rw-r--r--.builds/debian-stable-amd64.yml2
-rw-r--r--.builds/freebsd-latest-amd64.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml
index ee31a43..a261064 100644
--- a/.builds/alpine-edge-amd64.yml
+++ b/.builds/alpine-edge-amd64.yml
@@ -6,7 +6,7 @@ packages:
6 - sqlite-dev 6 - sqlite-dev
7 - xz 7 - xz
8sources: 8sources:
9 - https://git.sr.ht/~vrischmann/zig-sqlite 9 - https://github.com/vrischmann/zig-sqlite
10secrets: 10secrets:
11 - ce266aec-9be4-4136-b53e-dc12a62a399b 11 - ce266aec-9be4-4136-b53e-dc12a62a399b
12 12
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml
index d02129a..00dd6bf 100644
--- a/.builds/debian-stable-aarch64.yml
+++ b/.builds/debian-stable-aarch64.yml
@@ -5,7 +5,7 @@ packages:
5 - jq 5 - jq
6 - libsqlite3-dev 6 - libsqlite3-dev
7sources: 7sources:
8 - https://git.sr.ht/~vrischmann/zig-sqlite 8 - https://github.com/vrischmann/zig-sqlite
9secrets: 9secrets:
10 - ce266aec-9be4-4136-b53e-dc12a62a399b 10 - ce266aec-9be4-4136-b53e-dc12a62a399b
11 11
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml
index 9705930..be3d1a0 100644
--- a/.builds/debian-stable-amd64.yml
+++ b/.builds/debian-stable-amd64.yml
@@ -5,7 +5,7 @@ packages:
5 - jq 5 - jq
6 - libsqlite3-dev 6 - libsqlite3-dev
7sources: 7sources:
8 - https://git.sr.ht/~vrischmann/zig-sqlite 8 - https://github.com/vrischmann/zig-sqlite
9secrets: 9secrets:
10 - ce266aec-9be4-4136-b53e-dc12a62a399b 10 - ce266aec-9be4-4136-b53e-dc12a62a399b
11 11
diff --git a/.builds/freebsd-latest-amd64.yml b/.builds/freebsd-latest-amd64.yml
index 7b332f3..f80ca64 100644
--- a/.builds/freebsd-latest-amd64.yml
+++ b/.builds/freebsd-latest-amd64.yml
@@ -5,7 +5,7 @@ packages:
5 - jq 5 - jq
6 - sqlite3 6 - sqlite3
7sources: 7sources:
8 - https://git.sr.ht/~vrischmann/zig-sqlite 8 - https://github.com/vrischmann/zig-sqlite
9secrets: 9secrets:
10 - ce266aec-9be4-4136-b53e-dc12a62a399b 10 - ce266aec-9be4-4136-b53e-dc12a62a399b
11 11