Searched +full:- +full:multilib (Results 1 – 8 of 8) sorted by relevance
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true51 permissions: # added using https://github.com/step-security/secure-workflows58 runs-on: ubuntu-22.0460 - name: Harden Runner61 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.163 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-20.0457 - name: Harden Runner58 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.160 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs62 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 thread-1-3:49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}50 runs-on: ubuntu-20.0452 CFLAGS: -${{ matrix.arch }}[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 cli-sim:49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}50 runs-on: ubuntu-20.0452 fail-fast: false[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 toranj-ncp:49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}50 runs-on: ubuntu-20.0452 fail-fast: false61 - name: Harden Runner[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-22.0451 - name: Harden Runner52 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.154 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs56 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0[all …]
36 ENV ANDROID_JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd6439 ENV ANDROID_NDK_PATH=/opt/ndk-bundle43 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.zip58 RUN mkdir build && cd build && git init && git pull --depth 1 https://android.googlesource.com/plat…[all …]
4 # -------9 # SPDX-License-Identifier: Apache-2.015 # http://www.apache.org/licenses/LICENSE-2.030 RUN apt-get update \31 && apt-get -y install software-properties-common \32 && rm -rf /var/lib/apt/lists34 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa36 RUN apt-get update \37 && apt-get -y install \39 build-essential \[all …]