Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .builders/images/windows-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ RUN Get-RemoteFile `
Add-ToPath -Append 'C:\winflexbison'
# Meson + Ninja for building PostgreSQL 18+ on Windows
# renovate: datasource=pypi depName=meson
ENV MESON_VERSION="1.11.1"
ENV MESON_VERSION="1.11.2"
# renovate: datasource=pypi depName=ninja
ENV NINJA_VERSION="1.13.0"
RUN python -m pip install --no-warn-script-location meson==$Env:MESON_VERSION ninja==$Env:NINJA_VERSION && `
Expand Down
4 changes: 2 additions & 2 deletions .deps/builder_inputs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# Hash inputs are defined in .builders/inputs_hash.py (SHARED_INPUTS,
# RESOLUTION_INPUTS).
[resolution]
hash = "20526a521fe4bcb1be07e09d4b60b6f8791dddecb3966faa3746d536388c9841"
hash = "b5e06104a0958e7386e315a0b9757d46ebe5390bfbe2c4a5a9047bacade2247c"

[images]
linux-aarch64 = "12d028af4a7aaead88c4947dc4996df85eb57f09ac6f0430f3ed640290418e85"
linux-x86_64 = "947d461418c4dbc246db29b08ae4ff9fd7ebee7081b1e36500990c5d1f0aad99"
macos-aarch64 = "78e6a48da3021de05ea531e272e5e2ebab7b5e09888144460586602f39368fbc"
macos-x86_64 = "d27dd57c87253060744c2e1584b17348a921cbf7c343f1bb55005665fa5c61fb"
windows-x86_64 = "e016f1da3aab33685b9e791535baebec81e6c28e8926a6503fbbee8daf43a2d1"
windows-x86_64 = "68264cd441a76fd9f1469f00590d6ac270a109c7c8d8e8982dca5dda2ca54ca4"
2 changes: 1 addition & 1 deletion .deps/image_digests.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"linux-aarch64": "sha256:3f814638582595cccb6c5a5725369fd858b4c00022a5b7fb905fcdfe6784e8d2",
"linux-x86_64": "sha256:e841e61a71a9e927c52bd49b1e37378bdf27a708210db8a06e00ac8b44cc824c",
"windows-x86_64": "sha256:df834692738c720f20a45f6eda15f345e6a9629e1a28f9621a9de37c565b2bda"
"windows-x86_64": "sha256:0f745517ff77f30974880b5390285db736988eac64856eeab91d82efa6eff207"
}
54 changes: 27 additions & 27 deletions .deps/resolved/linux-aarch64_3.13.txt

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions .deps/resolved/linux-x86_64_3.13.txt

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions .deps/resolved/macos-aarch64_3.13.txt

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions .deps/resolved/macos-x86_64_3.13.txt

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions .deps/resolved/windows-x86_64_3.13.txt

Large diffs are not rendered by default.

Loading