Support for z/OS.

Support is behind sqlite3_flock build tag, and tested through s390x Linux. See #86.
This commit is contained in:
Nuno Cruces
2024-05-04 09:48:50 +01:00
parent 10c494031c
commit 5d5c302ff4
6 changed files with 13 additions and 6 deletions

View File

@@ -145,3 +145,6 @@ jobs:
- name: Test riscv64
run: GOARCH=riscv64 go test -v -short ./...
- name: Test s390x (like z/OS)
run: GOARCH=s390x go test -v -short -tags sqlite3_flock ./...