Skip to content

Commit 632b246

Browse files
committed
Vary CI to try to understand Alpine build environment
1 parent 6f9b1c7 commit 632b246

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/integration-tests.yml

+9
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ 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 -- cat /etc/os-release
135+
stack --docker exec -- apk list -I
136+
fi
137+
129138
# Do this in the same step as installing deps to get relevant env var modifications
130139
stack etc/scripts/release.hs check ${{ matrix.release-args }}
131140

0 commit comments

Comments
 (0)