Skip to content

Commit c205a8b

Browse files
committed
GHA: Remove print-config and print-tool-versions
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.)
1 parent 1ef28c0 commit c205a8b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ jobs:
192192
fi
193193
echo "FLAGS=$FLAGS" >> "$GITHUB_ENV"
194194
195-
- name: Validate print-config
196-
run: sh validate.sh $FLAGS -s print-config
197-
198-
- name: Validate print-tool-versions
199-
run: sh validate.sh $FLAGS -s print-tool-versions
200-
201195
- name: Validate build
202196
run: sh validate.sh $FLAGS -s build
203197

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

457-
- name: print-config using cabal HEAD
458-
run: sh validate.sh ${{ env.COMMON_FLAGS }} --with-cabal ./cabal-head/cabal -s print-config
459-
460451
# We dont use cache to force a build with a fresh store dir and build dir
461452
# This way we check cabal can build all its dependencies
462453
- name: Build using cabal HEAD

0 commit comments

Comments
 (0)