Home
last modified time | relevance | path

Searched +full:apt +full:- +full:get (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/python_debian11_default_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/gce/
H A Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/ruby_debian11_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/openthread/.github/workflows/
H A Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/ruby_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/ruby_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/ruby_debian11_arm64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/cxx_debian12_openssl309_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/cxx_debian11_openssl111_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM silkeh/clang:15-bullseye
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/php7_debian11_arm64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/php7_debian11_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]

12345678910>>...45