We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee99d2 commit e1fcf19Copy full SHA for e1fcf19
.github/workflows/build-module.yml
@@ -95,6 +95,8 @@ jobs:
95
96
- name: Build AmneziaWG
97
run: |
98
+ make target/linux/compile -i -j `nproc` V=s
99
+
100
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
101
echo "Vermagic: $VERMAGIC"
102
@@ -105,8 +107,8 @@ jobs:
105
107
exit 1
106
108
fi
109
- make package/kmod-amneziawg/{clean,download,prepare}
- make package/kmod-amneziawg/compile
110
+ make package/kmod-amneziawg/{clean,download,prepare} V=s
111
+ make package/kmod-amneziawg/compile V=s
112
113
make package/luci-app-amneziawg/{clean,download,prepare}
114
make package/luci-app-amneziawg/compile V=s
0 commit comments