Skip to content

Commit e08689d

Browse files
committed
Vary CI to try to understand Alpine build environment
1 parent 2fb6b32 commit e08689d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration-tests.yml

+8
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ jobs:
126126
rm -Rf $(stack path --stack-root)/hooks
127127
fi
128128
129+
# Temporary attempt to understand better the build environment. Hopes
130+
# that `stack exec` is one of the subcommands that automatically
131+
# launches in a Docker container.
132+
if [[ "${{ matrix.release-args }}" == "--alpine" ]]
133+
then
134+
stack --docker exec -- apk list -I
135+
fi
136+
129137
# Do this in the same step as installing deps to get relevant env var modifications
130138
stack etc/scripts/release.hs check ${{ matrix.release-args }}
131139

0 commit comments

Comments
 (0)