File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,16 @@ jobs:
1515 build :
1616 name : Build postgres-pglite (WASM Postgres)
1717 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-
2918 steps :
3019 - uses : actions/checkout@v4
3120 with :
3221 fetch-depth : 1
22+ ref : ' REL_17_5_WASM-pglite'
3323
34- - name : Build postgres WASM via emsdk
24+ - name : Build postgres WASM via debian 12 sdk
3525 working-directory : ${{ github.workspace }}
36- env :
37- PGSRC : ${{ github.workspace }}
26+ env :
27+ SDKROOT : /tmp/sdk
28+ DEBUG : true
3829 run : |
39- pglite/cibuild /build-with-docker.sh
30+ bash ./wasm-build /build-with-docker.sh
You can’t perform that action at this time.
0 commit comments