Searched +full:apt +full:- +full:get (Results 1 – 18 of 18) 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: true49 runs-on: ubuntu-22.0451 - name: Harden Runner52 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.154 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs56 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1[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 packet-verification:49 runs-on: ubuntu-20.0457 - name: Harden Runner58 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.160 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: 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: true51 permissions: # added using https://github.com/step-security/secure-workflows58 runs-on: ubuntu-22.0460 - name: Harden Runner61 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.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: 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: true48 expects-linux:49 runs-on: ubuntu-20.0451 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=1552 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=1554 - 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: true48 backbone-router:49 runs-on: ubuntu-20.0465 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.168 - name: Build OTBR Docker73 - name: Bootstrap[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 tcplp-buffering:49 runs-on: ubuntu-20.0451 - name: Harden Runner52 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1[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 …]
37 permissions: # added using https://github.com/step-security/secure-workflows43 runs-on: ubuntu-latest47 security-events: write50 fail-fast: false53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support56 - name: Harden Runner57 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.159 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs61 - name: Checkout repository64 - name: Bootstrap[all …]
44 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}45 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}46 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}47 ENV OTBR_MDNS=${MDNS:-mDNSResponder}49 ENV EXTERNAL_COMMISSIONER=${EXTERNAL_COMMISSIONER:-1}52 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}53 ENV NAT64=${NAT64:-1}54 ENV NAT64_SERVICE=${NAT64_SERVICE:-tayga}55 ENV DNS64=${DNS64:-0}56 ENV WEB_GUI=${WEB_GUI:-1}[all …]
34 set -euxo pipefail40 # add clang-format and clang-tidy for pretty41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co…44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is…57 # apt-get update and install dependencies58 sudo apt-get update59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck63 PLATFORM=$(lsb_release -is)[all …]
30 set -euo pipefail32 OT_TMP_DIR=/tmp/ot-size-report35 OT_SHA_NEW=${GITHUB_SHA:-$(git rev-parse HEAD)}38 OT_SHA_OLD="$(git cat-file -p "${OT_SHA_NEW}" | grep 'parent ' | head -n1 | cut -d' ' -f2)"47 OT_REPORTER="${OT_SIZE_REPORTER-}"52 if arm-none-eabi-gcc --version | grep -q 'Arm Embedded Processors 7'; then57 …wget --tries 4 --no-check-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gn…58 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH61 arm-none-eabi-gcc --version[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 …]
5 ENV LANG en_US.UTF-87 RUN set -x \8 && apt-get update -y \9 && apt-get install -y locales \10 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \11 && apt-get --no-install-recommends install -fy \14 ninja-build \16 python3-pip \17 python3-setuptools \18 software-properties-common \[all …]
46 while read -r interface; do48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")58 if sudo -E "${python_app}" "$1"; then64 if [ "$counter" -lt 7 ]; then73 tail -n 40 "${log_file_name}"*.log81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev82 sudo apt-get --no-install-recommends install -y autoconf-archive83 sudo apt-get --no-install-recommends install -y libarchive-tools84 sudo apt-get --no-install-recommends install -y libtool85 sudo apt-get --no-install-recommends install -y libglib2.0-dev[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 …]
8 - name: basic checks and reference configurations10 apt:12 - gnutls-bin13 - doxygen14 - graphviz15 - gcc-arm-none-eabi16 - libnewlib-arm-none-eabi17 - gcc-arm-linux-gnueabi18 - libc6-dev-armel-cross19 language: python # Needed to get pip for Python 3[all …]