Skip to content

Commit 0b27f39

Browse files
authored
Merge pull request #1220 from asklymenko/rolling
T8969: vyos-build failing to build, missing dependencies
2 parents 8c7bf1f + 4811386 commit 0b27f39

5 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/trigger_rebuild_packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- 'scripts/package-build/isc-kea/**'
5454
keepalived:
5555
- 'scripts/package-build/keepalived/**'
56+
libhtp:
57+
- 'scripts/package-build/libhtp/**'
5658
libnss-mapuser:
5759
- 'scripts/package-build/libnss-mapuser/**'
5860
libpam-radius-auth:
@@ -179,6 +181,10 @@ jobs:
179181
trigger_build "keepalived"
180182
fi
181183
184+
if [ "${{ steps.changes.outputs.libhtp }}" == "true" ]; then
185+
trigger_build "libhtp"
186+
fi
187+
182188
if [ "${{ steps.changes.outputs.libnss-mapuser }}" == "true" ]; then
183189
trigger_build "libnss-mapuser"
184190
fi

data/live-build-config/archives/bookworm-backports.pref.chroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: iproute2
22
Pin: release n=bookworm-backports
33
Pin-Priority: 600
44

5-
Package: suricata libhtp2
5+
Package: suricata
66
Pin: release n=bookworm-backports
77
Pin-Priority: 600
88

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/libhtp/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../build.py
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[packages]]
2+
name = "libhtp2"
3+
commit_id = "e851d98f"
4+
scm_url = "https://salsa.debian.org/pkg-suricata-team/pkg-libhtp.git"

0 commit comments

Comments
 (0)