mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
BEGIN CONCURRENT, wal2. (#138)
This commit is contained in:
5
.github/workflows/repro.sh
vendored
5
.github/workflows/repro.sh
vendored
@@ -29,5 +29,10 @@ embed/build.sh
|
||||
util/vtabutil/parse/download.sh
|
||||
util/vtabutil/parse/build.sh
|
||||
|
||||
# Download and build the bedrock branch (bcw2 patches)
|
||||
if [[ "$OSTYPE" == "linux"* ]]; then
|
||||
embed/bcw2/build.sh
|
||||
fi
|
||||
|
||||
# Check diffs
|
||||
git diff --exit-code
|
||||
1
.github/workflows/repro.yml
vendored
1
.github/workflows/repro.yml
vendored
@@ -28,4 +28,5 @@ jobs:
|
||||
with:
|
||||
subject-path: |
|
||||
embed/sqlite3.wasm
|
||||
embed/bcw2/bcw2.wasm
|
||||
util/vtabutil/parse/sql3parse_table.wasm
|
||||
Reference in New Issue
Block a user