Skip to content

Commit

Permalink
(CAT-2005) - Update ubunut-24.04-aarch config to include default values
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Aug 20, 2024
1 parent e475b76 commit c42e97c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions configs/platforms/ubuntu-24.04-aarch64.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
platform 'ubuntu-24.04-aarch64' do |plat|
plat.inherit_from_default
# this is needed as jenkins is using PDK vanagon 0.48.0 which doesn't have ubuntu-24.04-aarch64.rb
# once Jenkins is using Vanagon version 0.49.0 or 0.50.0 we can revert this back

platform "ubuntu-24.04-aarch64" do |plat|
plat.servicedir "/lib/systemd/system"
plat.defaultdir "/etc/default"
plat.servicetype "systemd"
plat.codename "noble"

packages = %w(build-essential devscripts make quilt pkg-config debhelper rsync fakeroot cmake)
plat.provision_with "export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -qy --no-install-recommends #{packages.join(' ')}"
plat.install_build_dependencies_with "DEBIAN_FRONTEND=noninteractive; apt-get install -qy --no-install-recommends "
plat.vmpooler_template "ubuntu-2404-arm64"
end

0 comments on commit c42e97c

Please sign in to comment.