From 3c0169372b7c36c048aac2351f181492a85ce915 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 5 Apr 2019 18:12:48 +0100 Subject: [PATCH] ci: Don't use libnss_wrapper Signed-off-by: Simon McVittie <smcv@collabora.com> --- ci/Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 8d6c91b71..55ca1b07c 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -55,11 +55,6 @@ pipeline { docker.image("${env.CI_DOCKER_REGISTRY}/steamrt/sdk:scout").inside('--mount type=tmpfs,destination=/var/cache/apt/archives') { sh ''' set -e - echo "jenkins::$(id -u):$(id -g):Jenkins:$(pwd):/bin/sh" > passwd - export NSS_WRAPPER_PASSWD=$(pwd)/passwd - export NSS_WRAPPER_GROUP=/dev/null - export LD_PRELOAD=libnss_wrapper.so - if [ -d /usr/lib/libcapsule/relocatable ]; then make -C src else -- GitLab