Lines Matching +full:debian +full:- +full:vulkan
3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
26 apt-get update
27 apt-get dist-upgrade -y
29 apt-get install -y --no-remove \
31 git-lfs \
37 liblz4-1 \
38 libpng16-16 \
41 libwayland-client0 \
42 libwayland-server0 \
43 libxcb-ewmh2 \
44 libxcb-randr0 \
45 libxcb-xfixes0 \
49 python3-mako \
50 python3-numpy \
51 python3-packaging \
52 python3-pil \
53 python3-requests \
54 python3-six \
55 python3-yaml \
56 vulkan-tools \
57 waffle-utils \
62 apt-get install -y --no-install-recommends \
65 # Needed for ci-fairy, this revision is able to upload files to MinIO
67 pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@ffe4d1b10aab7534489f0c4bbc4…
70 . .gitlab-ci/container/build-deqp-runner.sh
71 rm -rf ~/.cargo
73 apt-get purge -y $STABLE_EPHEMERAL
75 apt-get autoremove -y --purge