.gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent
authorBin Meng <bin.meng@windriver.com>
Fri, 25 Nov 2022 11:40:58 +0000 (19:40 +0800)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Dec 2022 14:19:24 +0000 (15:19 +0100)
commit0c5a1f08d52a5d5203649052cb59b9c41e836002
tree3c7d5415b7d7e9f35692fc23a8b22ceed1f906b8
parent14547e0877f3522dbf31edcaf83edf551a98b84d
.gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent

At present the build scripts of 32-bit and 64-bit are inconsistent.
Let's keep them consistent for easier maintenance.

While we are here, add some comments to explain that for the 64-bit
job, "--without-default-devices" is a must have, at least for now.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20221125114100.3184790-2-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml