Skip to content

Commit 670cef5

Browse files
committed
CI: remove SQLite setup as not required anymore
1 parent 6e6cff7 commit 670cef5

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
@@ -150,8 +150,6 @@ jobs:
150150

151151
- name: Setup build dependencies
152152
uses: ./.github/actions/setup-build-deps
153-
with:
154-
include-sqlite: true
155153

156154
- name: Use shared OCaml setting up steps
157155
uses: ./.github/actions/setup-ocaml
@@ -164,14 +162,8 @@ jobs:
164162
toolchain: ${{ env.RUST_STABLE_VERSION }}
165163
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
166164

167-
- name: Setup SQLite database for SQLx
168-
run: |
169-
sqlite3 /tmp/heartbeats.db < tools/heartbeats-processor/schema.sql
170-
171165
- name: Build benchmarks
172166
run: make build-benches
173-
env:
174-
DATABASE_URL: "sqlite:///tmp/heartbeats.db"
175167

176168
build-wasm:
177169
if: ${{ inputs.build-wasm }}

.github/workflows/tests.yaml

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

422422
- name: Setup build dependencies
423423
uses: ./.github/actions/setup-build-deps
424-
with:
425-
include-sqlite: true
426424

427425
- name: Use shared OCaml setting up steps
428426
uses: ./.github/actions/setup-ocaml
@@ -435,14 +433,8 @@ jobs:
435433
toolchain: 1.84
436434
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
437435

438-
- name: Setup SQLite database for SQLx
439-
run: |
440-
sqlite3 /tmp/heartbeats.db < tools/heartbeats-processor/schema.sql
441-
442436
- name: Build benchmarks
443437
run: make build-benches
444-
env:
445-
DATABASE_URL: "sqlite:///tmp/heartbeats.db"
446438

447439
p2p-scenario-tests:
448440
needs: [build-tests, build-tests-webrtc]

0 commit comments

Comments
 (0)