diff options
| author | dd <dd@wx.tnyzeq.icu> | 2025-11-19 10:21:19 +0100 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2025-11-19 10:21:19 +0100 |
| commit | 456ded76b4b16532da4d421b82f3dc31ec82ca18 (patch) | |
| tree | 5b11e195e799fdd9197665e58613d1699223f936 /new/scripts | |
| parent | 103f2782c346b42c2ed8d041635911d9552dac12 (diff) | |
| download | vyos-jenkins-456ded76b4b16532da4d421b82f3dc31ec82ca18.tar.gz vyos-jenkins-456ded76b4b16532da4d421b82f3dc31ec82ca18.zip | |
fixed linux-kernel 2025.11 build - missing libpcre2-dev dependency and also broken dependency on vpp due to package.toml lacking our modifications during linux-kernel build, this is why now all package.toml files are modified before any package build globally
Diffstat (limited to 'new/scripts')
| -rw-r--r-- | new/scripts/linux-kernel.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/new/scripts/linux-kernel.sh b/new/scripts/linux-kernel.sh new file mode 100644 index 0000000..ac9ddda --- /dev/null +++ b/new/scripts/linux-kernel.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -e +sudo apt-get update +sudo apt-get install -y libpcre2-dev +python3 ./build.py |
