We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4580c commit 7c7bcecCopy full SHA for 7c7bcec
1 file changed
.github/workflows/build_wasm_postgres.yml
@@ -15,25 +15,16 @@ jobs:
15
build:
16
name: Build postgres-pglite (WASM Postgres)
17
runs-on: ubuntu-22.04
18
- env:
19
- BUILD_CONFIG_FILE: pglite/.buildconfig
20
- PGROOT: /tmp/pglite
21
- TOTAL_MEMORY: 128MB
22
- CMA_MB: 16
23
- DEBUG: false
24
- OBJDUMP: true
25
- contrib: contrib
26
- extra: extra
27
- EXTRA_EXT: vector
28
-
29
steps:
30
- uses: actions/checkout@v4
31
with:
32
fetch-depth: 1
+ ref: 'REL_17_5_WASM-pglite'
33
34
- - name: Build postgres WASM via emsdk
+ - name: Build postgres WASM via debian 12 sdk
35
working-directory: ${{ github.workspace }}
36
37
- PGSRC: ${{ github.workspace }}
+ env:
+ SDKROOT: /tmp/sdk
+ DEBUG: true
38
run: |
39
- pglite/cibuild/build-with-docker.sh
+ bash ./wasm-build/build-with-docker.sh
0 commit comments