Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:wheel (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/etc/docker/environment/
DDockerfile5 ENV LANG en_US.UTF-8
7 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 …]
/openthread-latest/.github/workflows/
Dotbr.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 backbone-router:
49 runs-on: ubuntu-22.04
65 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68 - name: Build OTBR Docker
73 - name: Bootstrap
[all …]