Skip to content

Commit

Permalink
windows: fix ovs/ovn versions and patches (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 22, 2022
1 parent babd802 commit 57d74bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
- name: Check out OVS
uses: actions/checkout@v3
with:
repository: kubeovn/ovs
ref: ovn-22.03.1
repository: openvswitch/ovs
ref: branch-2.17
path: ovs

- name: Check out OVN
uses: actions/checkout@v3
with:
repository: ovn-org/ovn
ref: v22.03.1
ref: branch-22.03
path: ovn

- name: Apply OVS patches
working-directory: ovs
run: |
# Carefully release NBL in Windows
Invoke-WebRequest -Uri "https://github.com/openvswitch/ovs/commit/bb78070fc7ec0d67e80d9d15de482ef830196da3.patch" -OutFile ..\ovs-01.patch
# ovsdb-idl: Support write-only-changed IDL monitor mode
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovs/commit/24c1b28c416d3a0312c10a9fe9341c04b8b31ce9.patch" -OutFile ..\ovs-01.patch
# fix kernel crash
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovs/commit/64383c14a9c25e9e0ca53c6758d9499c60132536.patch" -OutFile ..\ovs-02.patch
# support for building in github actions
Expand All @@ -67,7 +67,7 @@ jobs:
# add support for windows
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/064ea5f0253b6ba68c8952b61e39ed2fb0f58a91.patch" -OutFile ..\ovn-02.patch
# set br-int controller to TCP 127.0.0.1:6653
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/3a2cce5217c474cd1d8adda94b3c3153adfe6cd2.patch" -OutFile ..\ovn-03.patch
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/e498c03eda80248dd786775d8f7779d9b895e3ff.patch" -OutFile ..\ovn-03.patch
git apply ..\ovn-01.patch
git apply ..\ovn-02.patch
git apply ..\ovn-03.patch
Expand Down

0 comments on commit 57d74bf

Please sign in to comment.