File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed
Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change 11platform 'debian-13-armhf' do |plat |
2- plat . servicedir '/lib/systemd/system'
3- plat . defaultdir '/etc/default'
4- plat . servicetype 'systemd'
5- plat . codename 'trixie'
6-
7- plat . install_build_dependencies_with 'DEBIAN_FRONTEND=noninteractive; apt-get install -qy --no-install-recommends '
8-
2+ plat . inherit_from_default
93 packages = [
104 'build-essential' ,
11- 'make' ,
12- 'quilt' ,
13- 'pkg-config' ,
5+ 'cmake' ,
146 'debhelper' ,
15- 'rsync ' ,
7+ 'devscripts ' ,
168 'fakeroot' ,
179 'libbz2-dev' ,
1810 'libreadline-dev' ,
1911 'libselinux1-dev' ,
2012 'make' ,
2113 'pkg-config' ,
22- 'cmake ' ,
23- 'gcc ' ,
14+ 'quilt ' ,
15+ 'rsync ' ,
2416 'swig' ,
2517 'systemtap-sdt-dev' ,
2618 'zlib1g-dev'
2719 ]
28-
29- plat . provision_with "export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get install -qy --no-install-recommends #{ packages . join ( ' ' ) } "
30-
31- # Not currently used
32- plat . docker_image 'debian:13'
33- plat . docker_registry 'docker.io'
34- plat . docker_arch 'linux/arm/v7'
35-
20+ plat . provision_with "export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -qy --no-install-recommends #{ packages . join ( ' ' ) } "
3621end
You can’t perform that action at this time.
0 commit comments