Skip to content

Commit 9c89df2

Browse files
lucywymanjpogran
authored andcommitted
Add new Windows 2019 platform to dtrace ignore arrays
This updates the list of platforms that don't have dtrace to include the new Windows 2019 platform, so that puppet-runtime can be built for Windows 2019.
1 parent dbda133 commit 9c89df2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

configs/components/ruby-2.4.10.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'ubuntu-16.04-ppc64el',
116116
'windows-2012r2-x64',
117117
'windows-2012r2-x86',
118+
'windows-2019-x64',
118119
'windowsfips-2012r2-x64'
119120
]
120121

configs/components/ruby-2.5.8.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
'ubuntu-16.04-ppc64el',
119119
'windows-2012r2-x64',
120120
'windows-2012r2-x86',
121+
'windows-2019-x64',
121122
'windowsfips-2012r2-x64'
122123
]
123124

configs/components/ruby-2.7.2.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
'ubuntu-16.04-ppc64el',
115115
'windows-2012r2-x64',
116116
'windows-2012r2-x86',
117+
'windows-2019-x64',
117118
'windowsfips-2012r2-x64'
118119
]
119120

0 commit comments

Comments
 (0)