Skip to content

Commit 07c4415

Browse files
authored
Mark architecture as windows_x64 (#191)
VeriStand 2019 and newer are windows_x64 packages, so having the custom device be windows_all is a bit nonsensical (and is causing warnings to be thrown by internal tooling). Changing the package to windows_x64 prevents installation of the custom devices via .nipkg on 32-bit Windows for VeriStand 2018 and older, but this is a niche use case and workarounds are available.
1 parent 80feffa commit 07c4415

6 files changed

+6
-6
lines changed

control_custom_device_labview_support_common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-veristand-{veristand_version}-custom-device-labview-support-common
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides common LabVIEW support for custom devices for NI VeriStand {veristand_version}.

control_examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-routing-and-faulting-veristand-{veristand_version}-labview-examples
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides LabVIEW examples for the Routing and Faulting custom device for NI VeriStand {veristand_version}.

control_routing_faulting

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-routing-and-faulting-veristand-{veristand_version}-support
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides support for the Routing and Faulting custom device for NI VeriStand {veristand_version}.

control_routing_faulting_scripting

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-routing-and-faulting-veristand-{veristand_version}-labview-support
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides LabVIEW support for the Routing and Faulting custom device for NI VeriStand {veristand_version}.

control_slsc_switch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-slsc-switch-veristand-{veristand_version}-support
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides support for the SLSC Switch custom device for NI VeriStand {veristand_version}.

control_slsc_switch_scripting

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ni-slsc-switch-veristand-{veristand_version}-labview-support
22
Version: {nipkg_version}
3-
Architecture: windows_all
3+
Architecture: windows_x64
44
Maintainer: National Instruments <support@ni.com>
55
XB-Plugin: file
66
Description: Provides LabVIEW support for the SLSC Switch custom device for NI VeriStand {veristand_version}.

0 commit comments

Comments
 (0)