Searched +full:python3 +full:- +full:setuptools (Results 1 – 9 of 9) 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-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: true48 backbone-router:49 runs-on: ubuntu-20.0465 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.068 - 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 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 size-report:49 runs-on: ubuntu-20.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 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: 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 …]
1 #!/usr/bin/env python329 import setuptools34 setuptools.setup(35 name="otci-openthread",42 packages=setuptools.find_packages(),45 "License :: OSI Approved :: BSD 3-Clause License",49 install_requires=['pySerial', 'paramiko', 'pyspinel', 'adb-shell'],
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 \15 python3 \16 python3-pip \17 python3-setuptools \[all …]