Skip to content

Commit 3c461da

Browse files
tdrztudor
andauthored
New SDK_VERSION 3.1.74.3bi (#12)
* new SDK_VERSION 3.1.74.3bi * new SDK; buildkite fixes --------- Co-authored-by: tudor <[email protected]>
1 parent f9307d0 commit 3c461da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/builder-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
if: build.env("TRIGGERED_FROM_GHA") == 'true'
1212
command:
1313
- |
14-
source ./.buildconfig
14+
source ./pglite/.buildconfig
1515
export PG_VERSION=$$PG_VERSION
1616
export SDK_VERSION=$$SDK_VERSION
1717
export IMGNAME="${DOCKERHUB_REPO}/${IMAGE_NAME}"

pglite/.buildconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PG_VERSION=16.4
2-
SDK_VERSION=3.1.74.2bi
2+
SDK_VERSION=3.1.74.3bi
33
WASI_SDK_VERSION=24.0.4
44
SDKROOT=/opt/python-wasm-sdk

0 commit comments

Comments
 (0)