This commit is contained in:
Yury Sannikov
2024-02-21 21:43:11 +03:00
parent 2ee99d2a92
commit e1fcf19b4c

View File

@@ -95,6 +95,8 @@ jobs:
- name: Build AmneziaWG
run: |
make target/linux/compile -i -j `nproc` V=s
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
echo "Vermagic: $VERMAGIC"
@@ -105,8 +107,8 @@ jobs:
exit 1
fi
make package/kmod-amneziawg/{clean,download,prepare}
make package/kmod-amneziawg/compile
make package/kmod-amneziawg/{clean,download,prepare} V=s
make package/kmod-amneziawg/compile V=s
make package/luci-app-amneziawg/{clean,download,prepare}
make package/luci-app-amneziawg/compile V=s