diff options
| -rw-r--r-- | .builds/alpine-edge-amd64.yml | 2 | ||||
| -rw-r--r-- | .builds/debian-stable-aarch64.yml | 2 | ||||
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 2 | ||||
| -rw-r--r-- | .builds/freebsd-latest-amd64.yml | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml index 2e7b143..5197bfa 100644 --- a/.builds/alpine-edge-amd64.yml +++ b/.builds/alpine-edge-amd64.yml | |||
| @@ -12,8 +12,6 @@ packages: | |||
| 12 | - qemu-arm | 12 | - qemu-arm |
| 13 | sources: | 13 | sources: |
| 14 | - https://github.com/vrischmann/zig-sqlite | 14 | - https://github.com/vrischmann/zig-sqlite |
| 15 | secrets: | ||
| 16 | - ce266aec-9be4-4136-b53e-dc12a62a399b | ||
| 17 | 15 | ||
| 18 | tasks: | 16 | tasks: |
| 19 | - install_zig: | | 17 | - install_zig: | |
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml index 2fc1e7a..bcca906 100644 --- a/.builds/debian-stable-aarch64.yml +++ b/.builds/debian-stable-aarch64.yml | |||
| @@ -6,8 +6,6 @@ packages: | |||
| 6 | - libsqlite3-dev | 6 | - libsqlite3-dev |
| 7 | sources: | 7 | sources: |
| 8 | - https://github.com/vrischmann/zig-sqlite | 8 | - https://github.com/vrischmann/zig-sqlite |
| 9 | secrets: | ||
| 10 | - ce266aec-9be4-4136-b53e-dc12a62a399b | ||
| 11 | 9 | ||
| 12 | tasks: | 10 | tasks: |
| 13 | - install_zig: | | 11 | - install_zig: | |
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 5d80c5b..00a2bd2 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml | |||
| @@ -7,8 +7,6 @@ packages: | |||
| 7 | - qemu-user-binfmt | 7 | - qemu-user-binfmt |
| 8 | sources: | 8 | sources: |
| 9 | - https://github.com/vrischmann/zig-sqlite | 9 | - https://github.com/vrischmann/zig-sqlite |
| 10 | secrets: | ||
| 11 | - ce266aec-9be4-4136-b53e-dc12a62a399b | ||
| 12 | 10 | ||
| 13 | tasks: | 11 | tasks: |
| 14 | - install_zig: | | 12 | - install_zig: | |
diff --git a/.builds/freebsd-latest-amd64.yml b/.builds/freebsd-latest-amd64.yml index f8c4202..e4e344a 100644 --- a/.builds/freebsd-latest-amd64.yml +++ b/.builds/freebsd-latest-amd64.yml | |||
| @@ -6,8 +6,6 @@ packages: | |||
| 6 | - sqlite3 | 6 | - sqlite3 |
| 7 | sources: | 7 | sources: |
| 8 | - https://github.com/vrischmann/zig-sqlite | 8 | - https://github.com/vrischmann/zig-sqlite |
| 9 | secrets: | ||
| 10 | - ce266aec-9be4-4136-b53e-dc12a62a399b | ||
| 11 | 9 | ||
| 12 | tasks: | 10 | tasks: |
| 13 | - install_zig: | | 11 | - install_zig: | |