Home
last modified time | relevance | path

Searched +full:python +full:- +full:version (Results 1 – 3 of 3) sorted by relevance

/cloud-hypervisor/.github/workflows/
H A Dgitlint.yaml8 runs-on: ubuntu-latest
10 - name: Checkout repository
14 fetch-depth: 0
15 - name: Set up Python 3.10
16 uses: actions/setup-python@v5
18 python-version: "3.10"
19 - name: Install dependencies
21 python -m pip install --upgrade pip
22 pip install --upgrade gitlint
23 - name: Lint git commit messages
[all …]
H A Ddco.yaml6 name: DCO Check ("Signed-Off-By")
7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v4
10 - name: Set up Python 3.x
11 uses: actions/setup-python@v5
13 python-version: '3.x'
14 - name: Check DCO
19 pip3 install -U dco-check
20 dco-check -e "49699333+dependabot[bot]@users.noreply.github.com"
/cloud-hypervisor/resources/
H A DDockerfile3 # SPDX-License-Identifier: Apache-2.0
6 # .github/workflows/docker-image.yaml file if doing multiple per day
12 ARG CLH_SRC_DIR="/cloud-hypervisor"
23 # DL3015 ignored cause not installing openvswitch-switch-dpdk recommended packages breaks ovs_dpdk …
25 RUN apt-get update \
26 && apt-get -yq upgrade \
27 && apt-get install --no-install-recommends -yq \
28 build-essential \
34 musl-tools \
35 libssl-dev \
[all …]