ci: remove GETTEXT_POISON jobs
authorÆvar Arnfjörð Bjarmason <redacted>
Wed, 20 Jan 2021 18:27:57 +0000 (19:27 +0100)
committerJunio C Hamano <redacted>
Thu, 21 Jan 2021 23:50:00 +0000 (15:50 -0800)
commit6c280b41421db1cf1849c737e60a0d8aa4435d41
tree0eba86da2361b3149f65c51e346f334d6d20d651
parent72c4083ddf91b489b7b7b812df67ee8842177d98
ci: remove GETTEXT_POISON jobs

A subsequent commit will remove GETTEXT_POISON entirely, let's start
by removing the CI jobs that enable the option.

We cannot just remove the job because the CI is implicitly depending
on the "poison" job being a sort of "default" job in the sense that
it's the job that was otherwise run with the default compiler, no
other GIT_TEST_* options etc. So let's keep it under the name
"linux-gcc-default".

This means we can remove the initial "make test" from the "linux-gcc"
job (it does another one after setting a bunch of GIT_TEST_*
variables).

I'm not doing that because it would conflict with the in-flight
334afbc76fb (tests: mark tests relying on the current default for
`init.defaultBranch`, 2020-11-18) (currently on the "seen" branch, so
the SHA-1 will almost definitely change). It's going to use that "make
test" again for different reasons, so let's preserve it for now.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
.github/workflows/main.yml
.travis.yml
ci/install-dependencies.sh
ci/lib.sh
git clone https://git.99rst.org/PROJECT