Skip to content
Snippets Groups Projects
Commit 3c016937 authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Don't use libnss_wrapper

parent 1d77ae74
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment