You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VMR build script currently allows for previously source built packages to be provided implicitly, by storing them in the prereqs/packages/archive directory, or via an explicit path set with the --packages option. The latter is not exercised by any automation which led to a regression that went unknown for a while.
The validation pipeline does exercise the scenario of using previously source built packages, but this is done by explicitly copying the packages to the well-known prereqs/packages/archive location. This avoids the need to specify the --packages option to the build script. The problem with that is there is no test coverage of the --packages option.
The proposal here is to update the pipeline so that the previously source built scenarios will explicitly set the --packages option to a location other than prereqs/packages/archive.