From d2037b8b8b3335d829ec4aed2e5cd07a1b7013d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 18 Apr 2018 12:09:26 +0200 Subject: Remove KERL_CONFIGURE_OPTIONS from pipelines --- ci.d/yum | 1 - pipelines/cowlib | 2 +- pipelines/cowlib-prs | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci.d/yum b/ci.d/yum index 27607c7..961ecf9 100644 --- a/ci.d/yum +++ b/ci.d/yum @@ -9,4 +9,3 @@ yum_upgrade() { yum_install() { lxc_do yum install -y "$@" } - diff --git a/pipelines/cowlib b/pipelines/cowlib index a028e52..157bf43 100644 --- a/pipelines/cowlib +++ b/pipelines/cowlib @@ -64,7 +64,7 @@ "artifact_paths": "logs.html", "branch_configuration": "", "env": { - "KERL_CONFIGURE_OPTIONS": "--with-ssl=/root/openssl-1.0" + }, "timeout_in_minutes": null, "agent_query_rules": [ diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs index 3becb65..889c841 100644 --- a/pipelines/cowlib-prs +++ b/pipelines/cowlib-prs @@ -63,7 +63,7 @@ "artifact_paths": "logs.html", "branch_configuration": "", "env": { - "KERL_CONFIGURE_OPTIONS": "--with-ssl=/root/openssl-1.0" + }, "timeout_in_minutes": null, "agent_query_rules": [ -- cgit v1.2.3