From 78f5dc52e11ef7ebd48f7f925852413fff15cb49 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Tue, 31 Dec 2024 11:28:14 -0500 Subject: [PATCH] amend! try to figure out why static builds lack git info try to figure out why static builds lack git info --- .github/workflows/validate.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c98913de8f7..eee95cba005 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -372,18 +372,9 @@ jobs: run: | echo 'executable-static: true' >> cabal.validate.project - # Try to figure out why we have no git info, part 1 - - run: git status - - name: Build run: sh validate.sh $FLAGS -s build - # Try to figure out why we have no git info, part 2 - - run: | - if $(cabal list-bin --builddir=dist-newstyle-validate-ghc-${{ env.GHC_FOR_RELEASE }} --project-file=cabal.validate.project cabal-install:exe:cabal) --version 2>&1 | grep ' , '; then - exit 1 - fi - - name: Tar cabal head executable run: | CABAL_EXEC=$(cabal list-bin --builddir=dist-newstyle-validate-ghc-${{ env.GHC_FOR_RELEASE }} --project-file=cabal.validate.project cabal-install:exe:cabal)