In MSYS2 <-> MINGW transitions, we convert a couple of environment variables between Unix and Windows styles, most notably `PATH`. In the Git for Windows project, we realized that the environment variables `SHELL` and `ORIGINAL_PATH` need the same treatment. These patches have proved their worth for years, and it is time for them to be integrated back into the actual MSYS2 runtime. This should fix https://github.com/msys2/msys2-runtime/issues/43. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 08e8d57dd895d229ab5b6ad2a17eee8696772e1c Mon Sep 17 00:00:00 2001
|
|
From: Johannes Schindelin <johannes.schindelin@gmx.de>
|
|
Date: Wed, 5 Jan 2022 15:23:47 +0100
|
|
Subject: [PATCH 42/N] fixup! CI: add a GHA for doing a basic build test
|
|
|
|
The `xmlto` command is also used, as well as the style sheets of docbook.
|
|
|
|
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
|
|
---
|
|
.github/workflows/build.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
|
|
index 8c8fd3e..4e1d498 100644
|
|
--- a/.github/workflows/build.yaml
|
|
+++ b/.github/workflows/build.yaml
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
with:
|
|
msystem: MSYS
|
|
update: true
|
|
- install: msys2-devel base-devel autotools cocom diffutils gcc gettext-devel libiconv-devel make mingw-w64-cross-crt mingw-w64-cross-gcc mingw-w64-cross-zlib perl zlib-devel
|
|
+ install: msys2-devel base-devel autotools cocom diffutils gcc gettext-devel libiconv-devel make mingw-w64-cross-crt mingw-w64-cross-gcc mingw-w64-cross-zlib perl zlib-devel xmlto docbook-xsl
|
|
|
|
- name: Build
|
|
shell: msys2 {0}
|
|
--
|
|
2.34.1
|
|
|