Is your feature request related to a problem? Please describe.
The current nipkg files built from this repo will only install to 32-bit LabVIEW. These packages also have an explicit dependency on the x86 LabVIEW package. With VeriStand 2021 being built against 64-bit LabVIEW, we need to be able to build and install packages for either 32- or 64-bit.
Describe the solution you'd like
This feature is dependent on https://github.com/ni/niveristand-custom-device-build-tools/issues/118 being fixed. Once we have that support, the build.toml and control files will need to be updated to install to the correct location and have the correct LabVIEW architecture dependency.
Is your feature request related to a problem? Please describe. The current
nipkg
files built from this repo will only install to 32-bit LabVIEW. These packages also have an explicit dependency on thex86
LabVIEW package. With VeriStand 2021 being built against 64-bit LabVIEW, we need to be able to build and install packages for either 32- or 64-bit.Describe the solution you'd like This feature is dependent on https://github.com/ni/niveristand-custom-device-build-tools/issues/118 being fixed. Once we have that support, the
build.toml
andcontrol
files will need to be updated to install to the correct location and have the correct LabVIEW architecture dependency.Describe alternatives you've considered None.
Additional context None.