mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
github: Stick to python 3.9.
Since recently actions/setup-python@v2 started to pull python 3.10.0 which seems to be incompatible with the meson 0.47.1 which we're using to build DPDK. This broke CI on 2.16 and master branches: https://github.com/ovsrobot/ovs/runs/3967167374 Sticking the version to 3.9 for now to avoid the CI failure. Dependency resolver is still not very happy, but at least it works. We'll need to find a newer version of meson to use later and revert this change. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -127,7 +127,7 @@ jobs:
|
||||
- name: set up python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.9'
|
||||
|
||||
- name: create ci signature file for the dpdk cache key
|
||||
if: matrix.dpdk != '' || matrix.dpdk_shared != ''
|
||||
@@ -215,7 +215,7 @@ jobs:
|
||||
- name: set up python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.9'
|
||||
- name: install dependencies
|
||||
run: brew install automake libtool
|
||||
- name: prepare
|
||||
|
Reference in New Issue
Block a user