Lines Matching +full:python3 +full:- +full:dev
3 set -e
4 set -o xtrace
6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
8 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
9 apt-get update
10 apt-get -y install \
12 android-sdk-ext4-utils \
26 libdrm-dev \
27 libelf-dev \
28 libexpat1-dev \
29 llvm-8-dev \
30 pkg-config \
32 python3-mako \
33 python3-pil \
34 python3-requests \
35 python3-pip \
36 python3-setuptools \
39 xz-utils \
40 zlib1g-dev
42 pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c1…
44 apt install -y --no-remove -t buster-backports \
48 . .gitlab-ci/container/cross_build.sh
50 . .gitlab-ci/container/container_pre_build.sh
54 . .gitlab-ci/build-libdrm.sh
56 . .gitlab-ci/container/container_post_build.sh