mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
1570708e40
commit
40337cb8d7
@ -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 ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user