Skip to content

Commit

Permalink
MOre cabal store junk
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 29, 2024
1 parent 9d239b1 commit fb346e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ git config --global --add safe.directory "$GITHUB_WORKSPACE"
# During the tag build, cabal/GHC may not realize that they have to rebuild the Version.hs file because the tag is invisible to it.
# This line adds a comment to our version source file to prompt cabal/GHC to rebuild Version.hs.
echo "{- $GITHUB_RUN_ID -}" >> src/App/Version.hs
cabal update
cabal build --project-file="$PROJECT_FILE" all
cabal update --verbose
cabal build --verbose --project-file="$PROJECT_FILE" all
cabal test --project-file="$PROJECT_FILE" unit-tests

# TODO: Bring this back.
Expand Down
2 changes: 0 additions & 2 deletions cabal.project.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ jobs: $ncpus

package spectrometer

store-dir: ./cabal-store

allow-newer:
-- git-config needs to relax its upper bound on megaparsec. PR submitted;
-- no action from maintainer yet
Expand Down

0 comments on commit fb346e2

Please sign in to comment.