Skip to content

Commit

Permalink
(PA-5550) add debian 12 x86_64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Dec 4, 2023
1 parent 1f960c8 commit 786253c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions configs/platforms/debian-12-amd64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
platform "debian-12-amd64" do |plat|
plat.inherit_from_default
packages = [
'build-essential',
'cmake',
'debhelper',
'devscripts',
'fakeroot',
'libbz2-dev',
'libreadline-dev',
'libselinux1-dev',
'make',
'pkg-config',
'quilt',
'rsync',
'swig',
'systemtap-sdt-dev',
'zlib1g-dev'
]
plat.provision_with "export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -qy --no-install-recommends #{packages.join(' ')}"
end

0 comments on commit 786253c

Please sign in to comment.