From 619f65a82429580b8b42f3163a7019331f4706e0 Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Tue, 20 Feb 2024 04:39:46 +0300 Subject: [PATCH] vermagic test --- .github/workflows/build-module.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index 6c4ceb3..ab24cc3 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -87,13 +87,10 @@ jobs: # clean if cache restored from different cache key rm -rf bin/packages/${{ matrix.build_env.pkgarch }}/awgopenwrt/ || true rm -rf bin/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/packages/ || true - rm -rf ./build_dir cp feeds.conf.default feeds.conf echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf - ./scripts/feeds update -a - ./scripts/feeds install -a ./scripts/feeds update luci ./scripts/feeds install -a -p luci ./scripts/feeds update awgopenwrt @@ -108,7 +105,8 @@ jobs: echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config make defconfig - make target/linux/compile V=s || true + # + make target/linux/compile || true echo "Kernel vermagic AFTER:" cat ./build_dir/target-*/linux-*/linux-*/.vermagic