Skip to content

Commit 7c7bcec

Browse files
committed
ci test
1 parent 8e4580c commit 7c7bcec

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/build_wasm_postgres.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)