From: Patrick Steinhardt <ps@pks.im>
To: git@vger.kernel.org
Cc: Johannes Schindelin <johannes.schindelin@gmx.de>
Subject: [PATCH 0/5] Wire up Windows-based jobs in GitLab CI
Date: Wed, 9 Oct 2024 15:25:15 +0200 [thread overview]
Message-ID: <cover.1728480039.git.ps@pks.im> (raw)
Hi,
there's been multiple cases where changes I did recently broke Windows
systems. This was in the context of reftables, the libification
refactorings and other parts. Also, with my investigation of a more
modern build system I spent a ton of time in Windows overall. So it was
high time that I finally wire up support for Windows jobs in GitLab CI,
which is something I wanted to do for a long time.
This patch series does this with the help of Johannes. He helped me out
quite significantly by starting to publish new build artifacts as part
of the Git for Windows SDK pipelines that we can now easily download and
use. This makes it trivial to reimplement the "setup-git-for-windows"
GitHub Action as a simple PowerShell script such that both GitHub and
GitLab share the same implementation.
I've created a pull request in GitHub [1] and a merge request in GitLab
[2] to demonstrate that the pipelines work on both platforms.
Thanks!
Patrick
[1]: https://github.com/git/git/pull/1806
[2]: https://gitlab.com/gitlab-org/git/-/merge_requests/204
Patrick Steinhardt (5):
t7300: work around platform-specific behaviour with long paths on
MinGW
ci: create script to set up Git for Windows SDK
ci: handle Windows-based CI jobs in GitLab CI
gitlab-ci: introduce stages and dependencies
gitlab-ci: exercise Git on Windows
.github/workflows/main.yml | 16 +++++++-----
.gitlab-ci.yml | 51 ++++++++++++++++++++++++++++++++++++++
ci/install-sdk.ps1 | 12 +++++++++
ci/lib.sh | 18 ++++++++++----
t/t7300-clean.sh | 2 +-
5 files changed, 87 insertions(+), 12 deletions(-)
create mode 100755 ci/install-sdk.ps1
--
2.47.0.rc1.33.g90fe3800b9.dirty
next reply other threads:[~2024-10-09 13:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 13:25 Patrick Steinhardt [this message]
2024-10-09 13:25 ` [PATCH 1/5] t7300: work around platform-specific behaviour with long paths on MinGW Patrick Steinhardt
2024-10-09 18:31 ` Junio C Hamano
2024-10-10 5:56 ` Patrick Steinhardt
2024-10-09 13:25 ` [PATCH 2/5] ci: create script to set up Git for Windows SDK Patrick Steinhardt
2024-10-09 13:25 ` [PATCH 3/5] ci: handle Windows-based CI jobs in GitLab CI Patrick Steinhardt
2024-10-09 13:25 ` [PATCH 4/5] gitlab-ci: introduce stages and dependencies Patrick Steinhardt
2024-10-09 13:25 ` [PATCH 5/5] gitlab-ci: exercise Git on Windows Patrick Steinhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1728480039.git.ps@pks.im \
--to=ps@pks.im \
--cc=git@vger.kernel.org \
--cc=johannes.schindelin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).