Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
in BB master.cfg on master-non-latent
f_windows_msi_env sets two variables TMP and TEMP required in the "Package" step.
In the master config they are hard coded with the paths for production workloads so a run on Development will affect the Production one, if they run at the same time.
Example: https://buildbot.dev.mariadb.org/#/builders/17/builds/4/steps/9/logs/stdio
See lines 40/41:
TEMP=D:\Buildbot\amd64-windows-packages\build\tmpdir
TMP=D:\Buildbot\amd64-windows-packages\build\tmpdir
The scope of this task is to add a condition that will set a different path when running in the Development environment.