Skip to content

Commit 39ed2ed

Browse files
authored
Merge branch 'electric-sql:main' into main
2 parents 4962304 + c00eade commit 39ed2ed

3 files changed

Lines changed: 31 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
stylecheck:
2323
name: Stylecheck
24-
runs-on: ubuntu-22.04
24+
runs-on: blacksmith-4vcpu-ubuntu-2204
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: pnpm/action-setup@v4
@@ -36,7 +36,7 @@ jobs:
3636

3737
build-all:
3838
name: Install, build all and test as described in README
39-
runs-on: ubuntu-22.04
39+
runs-on: blacksmith-32vcpu-ubuntu-2204
4040
env:
4141
BUILD_CONFIG_FILE: postgres-pglite/.buildconfig
4242
TZ: UTC
@@ -86,7 +86,7 @@ jobs:
8686

8787
build-and-test-pglite:
8888
name: Build and Test packages/pglite
89-
runs-on: ubuntu-22.04
89+
runs-on: blacksmith-32vcpu-ubuntu-2204
9090
strategy:
9191
matrix:
9292
node: [20.x, 21.x, 22.x, 23.x, 24.x]
@@ -179,7 +179,7 @@ jobs:
179179

180180
build-and-test-pglite-dependents:
181181
name: Build and Test packages dependent on PGlite
182-
runs-on: ubuntu-22.04
182+
runs-on: blacksmith-32vcpu-ubuntu-2204
183183
strategy:
184184
matrix:
185185
node: [20.x, 21.x, 22.x, 23.x, 24.x]
@@ -228,7 +228,7 @@ jobs:
228228

229229
publish-website-with-demos:
230230
name: Publish website with demos
231-
runs-on: ubuntu-22.04
231+
runs-on: blacksmith-4vcpu-ubuntu-2204
232232
needs: [build-and-test-pglite, build-and-test-pglite-dependents]
233233
steps:
234234
- name: Checkout
@@ -344,7 +344,7 @@ jobs:
344344
issues: write # to post issue comments (changesets/action)
345345
pull-requests: write # to create pull request (changesets/action)
346346
name: Make a PR or publish
347-
runs-on: ubuntu-22.04
347+
runs-on: blacksmith-2vcpu-ubuntu-2204
348348
needs: [build-all]
349349
steps:
350350
- uses: actions/checkout@v4

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,16 @@ And follow the instructions to create an appropriate changeset. Please ensure an
179179

180180
PGlite builds on the work of [Stas Kelvich](https://github.com/kelvich) of [Neon](https://neon.tech) in this [Postgres fork](https://github.com/electric-sql/postgres-wasm).
181181

182+
## Sponsors
183+
184+
Big shoutout to everybody supporting us!
185+
186+
### Blacksmith
187+
188+
<a href="https://blacksmith.sh">
189+
<img src="./docs/img/blacksmith-logo-white-on-black.svg" width="350px"/>
190+
</a>
191+
182192
## License
183193

184194
PGlite is dual-licensed under the terms of the [Apache License 2.0](https://github.com/electric-sql/pglite/blob/main/LICENSE) and the [PostgreSQL License](https://github.com/electric-sql/pglite/blob/main/POSTGRES-LICENSE), you can choose which you prefer.
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)