From 2c42df1de90b9e1d263722e98d62b77241a826c7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 10 Apr 2020 09:37:35 +0200 Subject: Include OpenSSL dev libraries for testing OpenSSL and IO::Socket::SSL --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86f87d4..096e71e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ Community Modules: stage: Test image: alpine:latest before_script: - - apk add --no-cache bash git + - apk add --no-cache bash git openssl-dev - cd "$(mktemp -d)" - tar xzf "$CI_PROJECT_DIR/dist/rakudo-star-$CI_COMMIT_SHA.tar.gz" - cd "rakudo-star-$CI_COMMIT_SHA" -- cgit v1.1