]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ci/lib.sh
Revert "ci: add a problem matcher for GitHub Actions"
[thirdparty/git.git] / ci / lib.sh
index dac36886e3744fba251506be53d48034adcecd17..ff24c547c8bb56a244eb5b1b3ca11e4bd32ea31a 100755 (executable)
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -157,11 +157,6 @@ then
        MAKEFLAGS="$MAKEFLAGS --jobs=10"
        test windows != "$CI_OS_NAME" ||
        GIT_TEST_OPTS="--no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS"
-
-       # https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers
-       echo "::add-matcher::ci/git-problem-matcher.json"
-       test linux-musl = "$jobname" ||
-       MAKEFLAGS="$MAKEFLAGS TEST_SHELL_PATH=/bin/sh"
 else
        echo "Could not identify CI type" >&2
        env >&2