Skip to content

Commit d064018

Browse files
author
tudor
committed
fix
1 parent ed78e78 commit d064018

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wasm-build/build-with-docker.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ IMG_TAG="17.4_3.1.61.6bi"
99

1010
[ -f ./pglite/.buildconfig ] && cp ./pglite/.buildconfig .buildconfig
1111

12-
# source .buildconfig
12+
source .buildconfig
1313

1414
# if [[ -z "$SDKROOT" || -z "$PG_VERSION" ]]; then
1515
# echo "Missing SDKROOT and PG_VERSION env vars."
1616
# echo "Source them from .buildconfig"
1717
# exit 1
1818
# fi
1919

20+
cat .buildconfig
21+
2022
docker run \
2123
--rm \
2224
--env-file .buildconfig \

0 commit comments

Comments
 (0)