Skip to content

Commit 27d2834

Browse files
committed
CI: remove SQLite setup as not required anymore
1 parent 5bc89dd commit 27d2834

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/build-reusable.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ jobs:
143143

144144
- name: Setup build dependencies
145145
uses: ./.github/actions/setup-build-deps
146-
with:
147-
include-sqlite: true
148146

149147
- name: Use shared OCaml setting up steps
150148
uses: ./.github/actions/setup-ocaml
@@ -157,14 +155,8 @@ jobs:
157155
toolchain: 1.84
158156
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
159157

160-
- name: Setup SQLite database for SQLx
161-
run: |
162-
sqlite3 /tmp/heartbeats.db < tools/heartbeats-processor/schema.sql
163-
164158
- name: Build benchmarks
165159
run: make build-benches
166-
env:
167-
DATABASE_URL: "sqlite:///tmp/heartbeats.db"
168160

169161
build-wasm:
170162
if: ${{ inputs.build-wasm }}

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ jobs:
394394

395395
- name: Setup build dependencies
396396
uses: ./.github/actions/setup-build-deps
397-
with:
398-
include-sqlite: true
399397

400398
- name: Use shared OCaml setting up steps
401399
uses: ./.github/actions/setup-ocaml
@@ -408,14 +406,8 @@ jobs:
408406
toolchain: 1.84
409407
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
410408

411-
- name: Setup SQLite database for SQLx
412-
run: |
413-
sqlite3 /tmp/heartbeats.db < tools/heartbeats-processor/schema.sql
414-
415409
- name: Build benchmarks
416410
run: make build-benches
417-
env:
418-
DATABASE_URL: "sqlite:///tmp/heartbeats.db"
419411

420412
p2p-scenario-tests:
421413
needs: [build-tests, build-tests-webrtc]

0 commit comments

Comments
 (0)