Commit 490a1c1
committed
makepkg-git-i686: accommodate for gettext v0.23.*
As of v0.23, the `msgfmt.exe` program depends on a newly-introduced
library, gettext-libtextstyle. In e70ecb7 (minimal-sdk: accommodate
for gettext v0.23.*, 2025-01-07), we included that in minimal SDK's
sparse checkout, too.
But we forgot to update the `makepkg-git` sparse definition for building
the i686 variant of `mingw-w64-git`. This did not cause problems during
the v2.48.0-rc phase so far because the `git-artifacts` workflow builds
the i686 variant in the i686 Git SDK.
However, the Azure Pipeline that builds the snapshots (and which I
haven't found time to migrate to GitHub Actions in the past two years)
still used the x86_64 Git SDK to build the i686 variant of
`mingw-w64-git`, and there things fell apart.
So let's fix this.
In the long run, we will want to stop building i686 packages in the
x86_64 Git SDK altogether.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 9e21d9f commit 490a1c1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments