Skip to content

Commit f51e045

Browse files
committed
Use the nbin centos container to build again
This will put the glibc requirement back down to what it used to be.
1 parent 8122b7f commit f51e045

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.drone.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ steps:
1212
- ./scripts/cacher.sh
1313

1414
- name: build
15-
image: node:12
15+
image: codercom/nbin:centos
1616
commands:
17-
- apt update && apt install -y build-essential git libsecret-1-dev libx11-dev libxkbfile-dev
17+
- yum install -y libxkbfile-devel libsecret-devel
18+
- . /opt/rh/devtoolset-6/enable
1819
- timeout 50m ./scripts/ci.bash || echo 'Timed out or failed; continuing so we can preserve cache for the next run'
1920

2021
- name: cache:package

0 commit comments

Comments
 (0)