Home
last modified time | relevance | path

Searched +full:- +full:multilib (Results 1 – 8 of 8) sorted by relevance

/openthread-3.4.0/.github/workflows/
Dotns.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
51 permissions: # added using https://github.com/step-security/secure-workflows
58 runs-on: ubuntu-22.04
60 - name: Harden Runner
61 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
63 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dsimulation-1.1.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-20.04
57 - name: Harden Runner
58 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
62 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
[all …]
Dsimulation-1.2.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
Dotci.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 cli-sim:
49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
50 runs-on: ubuntu-20.04
52 fail-fast: false
[all …]
Dtoranj.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 toranj-ncp:
49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}
50 runs-on: ubuntu-20.04
52 fail-fast: false
61 - name: Harden Runner
[all …]
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@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
[all …]
/openthread-3.4.0/etc/docker/android-trusty/
DDockerfile36 ENV ANDROID_JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64
39 ENV ANDROID_NDK_PATH=/opt/ndk-bundle
43 RUN apt-get -y update && apt-get --no-install-recommends install -y \
44 gcc-multilib \
45 g++-multilib \
52 RUN wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip \
53 && unzip android-ndk-r17c-linux-x86_64.zip > /dev/null \
54 && mv android-ndk-r17c $ANDROID_NDK_PATH \
55 && rm android-ndk-r17c-linux-x86_64.zip
58 RUN mkdir build && cd build && git init && git pull --depth 1 https://android.googlesource.com/plat…
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile4 # -------
9 # SPDX-License-Identifier: Apache-2.0
15 # http://www.apache.org/licenses/LICENSE-2.0
30 RUN apt-get update \
31 && apt-get -y install software-properties-common \
32 && rm -rf /var/lib/apt/lists
34 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
36 RUN apt-get update \
37 && apt-get -y install \
39 build-essential \
[all …]