]> git.ipfire.org Git - thirdparty/git.git/commit
Add additional CI jobs to avoid accidental breakage
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 31 Oct 2024 23:49:34 +0000 (23:49 +0000)
committerTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 14:54:18 +0000 (10:54 -0400)
commitac112fd4f088040787f501b3f4b8279caa394d4e
treeac510153ac4219946ade7e82bcc8e69a023cb158
parentad797eace4209f34aec7fc113ed70887d05c8007
Add additional CI jobs to avoid accidental breakage

In general, we'd like to make sure Git works on the LTS versions of
major Linux distributions.  To do that, let's add CI jobs for the oldest
regular (non-extended) LTS versions of the major distributions: Ubuntu
20.04, Debian 11, and RHEL 8.  Because RHEL isn't available to the
public at no charge, use AlmaLinux, which is binary compatible with it.

Note that Debian does not offer the language-pack packages, but suitable
locale support can be installed with the locales-all package.
Otherwise, use the set of installation instructions which exist and are
most similar to the existing supported distros.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
.github/workflows/main.yml
ci/install-dependencies.sh