Skip to content

Commit

Permalink
GHA: Remove print-config and print-tool-versions
Browse files Browse the repository at this point in the history
These are no longer explicit steps and will be printed at the start of
each `validate.sh` run individually. (This is more accurate because
flags like `--with-cabal` and `--extra-hc`, which are only used in some
steps, influence the configuration and tool versions in use.)
  • Loading branch information
9999years committed Nov 21, 2024
1 parent 226ebee commit ca7f688
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 @@ -192,12 +192,6 @@ jobs:
fi
echo "FLAGS=$FLAGS" >> "$GITHUB_ENV"
- name: Validate print-config
run: sh validate.sh $FLAGS -s print-config

- name: Validate print-tool-versions
run: sh validate.sh $FLAGS -s print-tool-versions

- name: Validate build
run: sh validate.sh $FLAGS -s build

Expand Down Expand Up @@ -454,9 +448,6 @@ jobs:
- name: Untar the cabal executable
run: tar -xzf "./cabal-head/cabal-head-${{ runner.os }}-$CABAL_ARCH.tar.gz" -C cabal-head

- name: print-config using cabal HEAD
run: sh validate.sh ${{ env.COMMON_FLAGS }} --with-cabal ./cabal-head/cabal -s print-config

# We dont use cache to force a build with a fresh store dir and build dir
# This way we check cabal can build all its dependencies
- name: Build using cabal HEAD
Expand Down

0 comments on commit ca7f688

Please sign in to comment.