diff options
Diffstat (limited to 'vendor/modernc.org/sqlite')
-rw-r--r-- | vendor/modernc.org/sqlite/HACKING.md | 6 | ||||
-rw-r--r-- | vendor/modernc.org/sqlite/builder.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/vendor/modernc.org/sqlite/HACKING.md b/vendor/modernc.org/sqlite/HACKING.md new file mode 100644 index 000000000..fd92c811c --- /dev/null +++ b/vendor/modernc.org/sqlite/HACKING.md @@ -0,0 +1,6 @@ +Please do not tag commits unless all builders at +https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite are +happy. + +Since 2024-03-12 it should be no more necessary to manually tag releases at +all as the repo is now set to be tagged automatically. diff --git a/vendor/modernc.org/sqlite/builder.json b/vendor/modernc.org/sqlite/builder.json new file mode 100644 index 000000000..4b42126d9 --- /dev/null +++ b/vendor/modernc.org/sqlite/builder.json @@ -0,0 +1,6 @@ +{ + "autogen": "<none>", + "autotag": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)", + "autoupdate": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)", + "test": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)" +} |