wtf2
This commit is contained in:
6
.github/workflows/build-module.yml
vendored
6
.github/workflows/build-module.yml
vendored
@@ -95,6 +95,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build AmneziaWG
|
- name: Build AmneziaWG
|
||||||
run: |
|
run: |
|
||||||
|
make target/linux/compile -i -j `nproc` V=s
|
||||||
|
|
||||||
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
|
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
|
||||||
echo "Vermagic: $VERMAGIC"
|
echo "Vermagic: $VERMAGIC"
|
||||||
|
|
||||||
@@ -105,8 +107,8 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make package/kmod-amneziawg/{clean,download,prepare}
|
make package/kmod-amneziawg/{clean,download,prepare} V=s
|
||||||
make package/kmod-amneziawg/compile
|
make package/kmod-amneziawg/compile V=s
|
||||||
|
|
||||||
make package/luci-app-amneziawg/{clean,download,prepare}
|
make package/luci-app-amneziawg/{clean,download,prepare}
|
||||||
make package/luci-app-amneziawg/compile V=s
|
make package/luci-app-amneziawg/compile V=s
|
||||||
|
|||||||
Reference in New Issue
Block a user