We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9307d0 commit 3c461daCopy full SHA for 3c461da
.buildkite/builder-docker-image.yml
@@ -11,7 +11,7 @@ steps:
11
if: build.env("TRIGGERED_FROM_GHA") == 'true'
12
command:
13
- |
14
- source ./.buildconfig
+ source ./pglite/.buildconfig
15
export PG_VERSION=$$PG_VERSION
16
export SDK_VERSION=$$SDK_VERSION
17
export IMGNAME="${DOCKERHUB_REPO}/${IMAGE_NAME}"
pglite/.buildconfig
@@ -1,4 +1,4 @@
1
PG_VERSION=16.4
2
-SDK_VERSION=3.1.74.2bi
+SDK_VERSION=3.1.74.3bi
3
WASI_SDK_VERSION=24.0.4
4
SDKROOT=/opt/python-wasm-sdk
0 commit comments