Skip to content

Commit

Permalink
windows: fix ovs/ovn versions and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 19, 2022
1 parent 0ed5c92 commit 2481905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Down

0 comments on commit 2481905

Please sign in to comment.