mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
try rebuild all
This commit is contained in:
9
.github/workflows/build-module.yml
vendored
9
.github/workflows/build-module.yml
vendored
@@ -41,14 +41,13 @@ jobs:
|
||||
|
||||
- name: Cache Tools and Kernel
|
||||
id: cache-tools-kernel
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: "cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-${{ matrix.build_env.target}}-${{ matrix.build_env.subtarget}}"
|
||||
with:
|
||||
path: .
|
||||
key: ${{ runner.os }}-build-vm3-${{ env.cache-name }}
|
||||
key: ${{ runner.os }}-build-vm4-${{ env.cache-name }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-vm3-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
|
||||
${{ runner.os }}-build-vm4-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
|
||||
|
||||
- name: Building kernel and tools
|
||||
if: ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }}
|
||||
@@ -95,8 +94,6 @@ 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user