Skip to content

Commit

Permalink
amend! try to figure out why static builds lack git info
Browse files Browse the repository at this point in the history
try to figure out why static builds lack git info
  • Loading branch information
geekosaur committed Dec 31, 2024
1 parent 7ceac05 commit 78f5dc5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78f5dc5

Please sign in to comment.