1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Tag pgbackrest build target in meson as installable.

By default meson does not install anything. Targets can be installed by tagging them as installable in the build definition.
This commit is contained in:
Bradford Boyle
2024-03-26 15:29:37 -07:00
committed by GitHub
parent 924aa5e8b1
commit 7877983acb
3 changed files with 21 additions and 1 deletions
+14
View File
@@ -1,2 +1,16 @@
<release date="XXXX-XX-XX" version="2.52dev" title="UNDER DEVELOPMENT">
<release-core-list>
<release-improvement-list>
<release-item>
<github-pull-request id="2312"/>
<release-item-contributor-list>
<release-item-contributor id="bradford.boyle"/>
<release-item-reviewer id="david.steele"/>
</release-item-contributor-list>
<p>Tag <id>pgbackrest</id> build target in meson as installable.</p>
</release-item>
</release-improvement-list>
</release-core-list>
</release>
+5
View File
@@ -125,6 +125,11 @@
<contributor-id type="github">bradnicholson</contributor-id>
</contributor>
<contributor id="bradford.boyle">
<contributor-name-display>Bradford Boyle</contributor-name-display>
<contributor-id type="github">bradfordboyle</contributor-id>
</contributor>
<contributor id="brent.graveland">
<contributor-name-display>Brent Graveland</contributor-name-display>
<contributor-id type="github">graveland</contributor-id>
+2 -1
View File
@@ -284,5 +284,6 @@ executable(
lib_xml,
lib_z,
lib_zstd,
]
],
install: true,
)