From f51e045cd5483561afc07694f39307fb673b6d1d Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 17 Jan 2020 16:11:53 -0600 Subject: [PATCH] Use the nbin centos container to build again This will put the glibc requirement back down to what it used to be. --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98e5727e..42208c9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,10 @@ steps: - ./scripts/cacher.sh - name: build - image: node:12 + image: codercom/nbin:centos commands: - - apt update && apt install -y build-essential git libsecret-1-dev libx11-dev libxkbfile-dev + - yum install -y libxkbfile-devel libsecret-devel + - . /opt/rh/devtoolset-6/enable - timeout 50m ./scripts/ci.bash || echo 'Timed out or failed; continuing so we can preserve cache for the next run' - name: cache:package