Home
last modified time | relevance | path

Searched full:apt (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/third_party/fsverity-utils/.github/workflows/
Dci.yml68 sudo apt-get update
69 sudo apt-get install -y clang
80 sudo apt-get update
81 sudo apt-get install -y gcc-multilib libssl-dev:i386
91 sudo apt-get update
92 sudo apt-get install -y clang llvm
102 sudo apt-get update
103 sudo apt-get install -y valgrind
134 #sudo apt-get update
135 #sudo apt-get install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
[all …]
/third_party/lz4/.circleci/images/primary/
DDockerfile3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
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 \
62 apt-get install -y --no-install-recommends \
73 apt-get purge -y $STABLE_EPHEMERAL
75 apt-get autoremove -y --purge
Dx86_build-base.sh8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
23 apt-get update
25 apt-get install -y --no-remove \
85 apt-get purge -y $STABLE_EPHEMERAL
Darm_build.sh6 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 main' >/etc/apt/sources.list.d/buster.list
9 apt-get update
11 apt-get -y install \
60 apt-get install -y --no-remove -t buster \
/third_party/skia/third_party/externals/brotli/
D.travis.yml14 apt:
23 apt:
36 apt:
49 apt:
62 apt:
71 apt:
84 apt:
107 apt:
118 apt:
151 apt:
[all …]
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile6 # 'apt-get build-dep' will install the correct dependencies.
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
41 && apt-get clean
94 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
96 && apt-get clean
/third_party/libexif/
D.travis.yml14 apt:
59 apt:
68 apt:
79 apt:
82 - deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main
84 - https://apt.llvm.org/llvm-snapshot.gpg.key
93 apt:
96 - deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-10 main
98 - https://apt.llvm.org/llvm-snapshot.gpg.key
107 apt:
[all …]
/third_party/benchmark/
D.travis.yml9 apt:
15 apt:
27 apt:
47 apt:
58 apt:
70 apt:
86 apt:
102 apt:
117 apt:
131 apt:
[all …]
/third_party/ltp/ci/
Ddebian.sh7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
9 apt update
14 apt="apt install -y --no-install-recommends"
16 $apt \
51 $apt ruby-asciidoctor-pdf || true
52 $apt asciidoc-dblatex || true
/third_party/protobuf/kokoro/linux/dockerfile/test/javascript/
DDockerfile3 RUN apt-get update && apt-get install -y gnupg
7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
25 && apt-get clean
30 RUN apt-get install -y \
/third_party/vk-gl-cts/
Dhistory.log3 1012 sudo apt install autopoint
5 1014 sudo apt install pygobject-3.0
6 1015 sudo apt install pygobject
7 1016 sudo apt install python-gi-dev
9 1018 sudo apt install cython
85 1094 sudo apt install glib-2.0
86 1095 sudo apt install glib=2.0
87 1096 apt search glib
89 1098 sudo apt install glib2
90 1099 sudo apt install glib-2.0
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
46 apt-get update
47 apt-get -y install --no-install-recommends \
101 apt-get purge -y \
132 if ! apt-get remove --purge --yes "${PACKAGE}"
138 apt-get autoremove --yes || true
176 # for example, apt and dpkg will stop working
178 UNNEEDED_PACKAGES="apt libapt-pkg6.0 "\
[all …]
Dcross_build.sh13 apt-get update
15 apt-get install -y --no-remove \
47 # with apt-get, then force-install llvm-*-{dev,tools}:$arch with dpkg to get
49 apt-get install -y --no-remove \
69 apt-get purge -y \
74 # This needs to be done after container_post_build.sh, or apt-get breaks in there
76 apt-get download llvm-${LLVM}-{dev,tools}:$arch
/third_party/libcoap/build-env/
DDockerfile.develop3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
22 RUN apt-get clean
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml34 …- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binut…
96 - run: apt update || true
97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
107 - run: apt update || true
108 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
118 - run: apt update || true
119 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
130 - run: apt update || true
131 - run: DEBIAN_FRONTEND=noninteractive apt install -y clang lld git binutils
138 …- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-t…
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
/third_party/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
36 sudo apt-get install -y -qq realpath libjemalloc1 libev4
46 sudo apt-get install -y -qq libev-dev;
51 sudo apt-get install -y -qq libuv-dev;
/third_party/node/deps/openssl/config/
DDockerfile6 && apt-get update \
7 && apt-get install -y --no-install-recommends --force-yes $buildDeps \
8 && apt-get clean \
9 && apt-get autoremove -y \
11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile9 RUN apt-get update && apt-get upgrade -y
16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
17 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…
18 RUN apt-get update && apt-get install -y google-chrome-stable
/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile5 RUN apt-get update && apt-get install -y \
23 && apt-get clean
26 RUN apt-get install -y \
31 && apt-get clean
/third_party/jerryscript/
D.travis.yml19 apt:
30 apt:
39 apt:
61 apt:
84 apt:
94 apt:
121 apt:
136 apt:
143 apt:
151 apt:
[all …]
/third_party/protobuf/kokoro/release/
Dcollect_all_artifacts.sh50 # TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install
51 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A1…
52 sudo apt install apt-transport-https
53 echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sou…
54 sudo apt update
55 sudo apt-get install -y nuget
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
36 sudo apt-get -y install jq

12345678910>>...13