Commit 90e26fa
committed
ci-artifacts: build the minimal-sdk artifact for UCRT64, not MINGW64
The artifact's `/etc/profile` still hardcodes `MSYSTEM=MINGW64` and
`PATH=/mingw64/bin:...` (please.sh writes that on the build-extra side),
but on the ucrt64 branch the artifact actually ships `/ucrt64/bin/`.
Override `MSYSTEM` and prepend `/ucrt64/bin` to `PATH` after sourcing
`/etc/profile`, and update the gcc-path sanity check accordingly.
Assisted-by: Opus 4.7
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent b9b796d commit 90e26fa
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments