aboutsummaryrefslogtreecommitdiff
path: root/Builder
blob: 31e79d6a275fa3ac4031b0528c60a860beaf2537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh -

set -ex

sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions
/debootstrap/debootstrap --second-stage

apt-get update

apt-get install -y \
    libglib2.0-0 \
    libxrandr2 \
    python-xvfbwrapper \
    ratpoison \
    sudo

adduser --disabled-password --gecos 'Cryptech Build Bot' --shell /bin/sh builder

echo >/etc/sudoers.d/builder 'builder ALL = (ALL) NOPASSWD: SETENV: ALL'

install -o builder -g builder /cryptech-builder/Xilinx.lic /home/builder/Xilinx.lic

ln -sf /bin/bash /bin/sh

/cryptech-builder/Ratinox

rm -rf /Xilinx_ISE_DS_Lin_14.7_1015_1 /home/builder/Xilinx.lic