Skip to content

Commit 328ed3a

Browse files
tdrztudor
andauthored
fix the build (#440)
Co-authored-by: tudor <[email protected]>
1 parent 0bdd658 commit 328ed3a

File tree

8 files changed

+10
-5
lines changed

8 files changed

+10
-5
lines changed

cibuild/build-with-docker.sh

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ fi
1414

1515
IMG_NAME="electricsql/pglite-builder"
1616
IMG_TAG="${PG_VERSION}_${SDK_VERSION}"
17+
SDK_ARCHIVE="${SDK_ARCHIVE:-python3.13-wasm-sdk-Ubuntu-22.04.tar.lz4}"
18+
WASI_SDK_ARCHIVE="${WASI_SDK_ARCHIVE:-python3.13-wasi-sdk-Ubuntu-22.04.tar.lz4}"
1719

1820
docker run \
1921
--rm \
2022
-e OBJDUMP=${OBJDUMP:-true} \
21-
-v ./cibuild.sh:/workspace/cibuild.sh:ro \
22-
-v ./extra:/workspace/extra:ro \
23-
-v ./cibuild:/workspace/cibuild:ro \
24-
-v ./patches:/opt/patches:ro \
25-
-v ./tests:/workspace/tests:ro \
23+
-e SDK_ARCHIVE \
24+
-e WASI_SDK_ARCHIVE \
25+
-v ./cibuild.sh:/workspace/cibuild.sh:rw \
26+
-v ./.buildconfig:/workspace/.buildconfig:rw \
27+
-v ./extra:/workspace/extra:rw \
28+
-v ./cibuild:/workspace/cibuild:rw \
29+
-v ./patches:/opt/patches:rw \
30+
-v ./tests:/workspace/tests:rw \
2631
-v ./packages/pglite:/workspace/packages/pglite:rw \
2732
$IMG_NAME:$IMG_TAG \
2833
bash ./cibuild/build-all.sh

cibuild/linkexport.sh

100644100755
File mode changed.

cibuild/linkimports.sh

100644100755
File mode changed.

cibuild/pg-16.x.sh

100644100755
File mode changed.

cibuild/pg-git.sh

100644100755
File mode changed.

cibuild/pgbuild.sh

100644100755
File mode changed.

cibuild/pglite-ts.sh

100644100755
File mode changed.

cibuild/sdk.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)