jenkins/kola/dev-container: test that perl doesn't segfault

Previously our cross-compiled perl segfaulted on simple operations such
as `perl -V`. Since we only ship it in the devcontainer, test that it
works correctly in our dev-container test.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-08-30 13:31:07 +00:00
parent 1570708e40
commit 40337cb8d7

View File

@ -33,6 +33,8 @@ sudo systemd-nspawn $PIPEARG \
--tmpfs=/usr/src \
--tmpfs=/var/tmp \
/bin/bash -eux << 'EOF'
# check that perl works
perl -V
emerge-gitclone
. /usr/share/coreos/release
if [[ $FLATCAR_RELEASE_VERSION =~ master ]]