File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export GOOS=windows
77export GOFLAGS=" ${GOFLAGS} -mod=vendor"
88echo " $GOFLAGS "
99
10- PLUGINS=$( cat plugins/windows_only .txt | dos2unix )
10+ PLUGINS=$( cat plugins/windows .txt | dos2unix )
1111for d in $PLUGINS ; do
1212 plugin=" $( basename " $d " ) .exe"
1313 echo " building $plugin "
Original file line number Diff line number Diff line change 11plugins/ipam/dhcp
2+ plugins/ipam/host-local
3+ plugins/ipam/static
24plugins/main/bridge
35plugins/main/host-device
46plugins/main/ipvlan
57plugins/main/loopback
68plugins/main/macvlan
79plugins/main/ptp
10+ plugins/main/tap
811plugins/main/vlan
912plugins/main/dummy
1013plugins/meta/portmap
1114plugins/meta/tuning
1215plugins/meta/bandwidth
1316plugins/meta/firewall
1417plugins/meta/vrf
18+ plugins/meta/sbr
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4- PLUGINS=$( cat plugins/windows_only .txt)
4+ PLUGINS=$( cat plugins/windows .txt)
55for d in $PLUGINS ; do
66 if [ -d " $d " ]; then
77 plugin=" $( basename " $d " ) .exe"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo "Running tests"
1111
1212PKGS=" ./pkg/hns/..."
1313
14- PLUGINS=$( cat plugins/windows_only .txt | dos2unix )
14+ PLUGINS=$( cat plugins/windows .txt | dos2unix )
1515for d in $PLUGINS ; do
1616 PKGS=" $PKGS ./$d /..."
1717done
You can’t perform that action at this time.
0 commit comments