You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- Improved CICD doco.
- Migrated duplicate functionality to `any-sdk`.
- Restore `sqlite3` mathematical functions.
- Added robot test `Google Buckets List With Date Logic Exemplifies Use of SQLite Math Functions`.
Copy file name to clipboardExpand all lines: docs/CICD.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ Summary:
6
6
7
7
- At present, PR checks, build and test are all performed through [.github/workflows/build.yml](/.github/workflows/build.yml).
8
8
- Releasing over various channels (website, homebrew, chocolatey...) is performed manually.
9
-
-~~The strategic state is to split the functions: PR checks, build and test; into separate files, and migrate to use [goreleaser](https://goreleaser.com/).~~
10
9
- Docker Build and Push Jobs have scope for improvement.
11
10
- These are currently based loosely on patterns described in:
-**NOTE**: The QEMU build for linux/arm64 is **very slow**. On the order of 30 minutes. This is currently unavoidable.
19
18
-**TODO**: Migrate linux/arm64 docker build to native once GHA supports this platform as a first class citizen.
20
19
-**NOTE**. Be careful selecting from [the available github actions runners](https://github.com/actions/runner-images). Some runnner instances may be incompatible with assumed toolchain.
20
+
- Docker images:
21
+
-[production image at `stackql/stackql`](https://hub.docker.com/r/stackql/stackql/tags).
22
+
-[development (zero guarantees) image at `stackql/stackql-devel`](https://hub.docker.com/r/stackql/stackql-devel/tags).
0 commit comments