Skip to content

Commit

Permalink
Merge pull request #880 from vyos/T7032
Browse files Browse the repository at this point in the history
T7032: Add missing libpam-radius-auth build
  • Loading branch information
sever-sever authored Jan 9, 2025
2 parents d4b21f3 + 528416d commit aae746a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/trigger_rebuild_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- 'scripts/package-build/kea/**'
keepalived:
- 'scripts/package-build/keepalived/**'
libpam-radius-auth:
- 'scripts/package-build/libpam-radius-auth/**'
linux-kernel:
- 'data/defaults.toml'
- 'scripts/package-build/linux-kernel/**'
Expand Down Expand Up @@ -161,6 +163,10 @@ jobs:
trigger_build "keepalived"
fi
if [ "${{ steps.changes.outputs.libpam-radius-auth }}" == "true" ]; then
trigger_build "libpam-radius-auth"
fi
if [ "${{ steps.changes.outputs.linux-kernel }}" == "true" ]; then
trigger_build "linux-kernel"
fi
Expand Down
1 change: 1 addition & 0 deletions scripts/package-build/libpam-radius-auth/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/libpam-radius-auth/
1 change: 1 addition & 0 deletions scripts/package-build/libpam-radius-auth/build.py
10 changes: 10 additions & 0 deletions scripts/package-build/libpam-radius-auth/package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[packages]]
name = "libpam-radius-auth"
commit_id = "current"
scm_url = "https://github.com/vyos/libpam-radius-auth.git"

[dependencies]
packages = [
"libpam-dev",
"libaudit-dev"
]

0 comments on commit aae746a

Please sign in to comment.