Skip to content

Commit 09324c7

Browse files
committed
CI: remove SQLite setup as not required anymore
1 parent 3559d83 commit 09324c7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
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 }}

0 commit comments

Comments
 (0)