Description
WiX 5.0.2 was released on Oct 4, 2024.
Unlike WiX 5.0.1, which failed to compile our installer_oss_64bit.wxs, WiX 5.0.2 looks to have no issue on building it without any modification.
Steps to reproduce
Steps to reproduce the behavior:
- Replace
4.0.5 with 5.0.2 in the following files.
|
{ |
|
"version": 1, |
|
"isRoot": true, |
|
"tools": { |
|
"wix": { |
|
"version": "4.0.5", |
|
"commands": [ |
|
"wix" |
|
] |
|
} |
|
} |
|
} |
|
dotnet_tool_repository( |
|
name = "wix", |
|
version = "4.0.5", |
|
) |
|
# dotnet tool repository (to load "wix") |
|
load("@//bazel:dotnet_tool_repository.bzl", "dotnet_tool_repository") |
|
dotnet_tool_repository( |
|
name = "wix", |
|
version = "4.0.5", |
|
) |
- Build Mozc (with either GYP or Bazel)
Expected behavior
There is no difference in Mozc64.msi built.
Actual behavior
There is no difference in Mozc64.msi built.
Version or commit-id
ace3145
Environment
Description
WiX 5.0.2 was released on Oct 4, 2024.
Unlike WiX 5.0.1, which failed to compile our
installer_oss_64bit.wxs, WiX 5.0.2 looks to have no issue on building it without any modification.Steps to reproduce
Steps to reproduce the behavior:
4.0.5with5.0.2in the following files.mozc/dotnet-tools.json
Lines 1 to 12 in ace3145
mozc/src/MODULE.bazel
Lines 165 to 168 in ace3145
mozc/src/WORKSPACE.bazel
Lines 225 to 230 in ace3145
Expected behavior
There is no difference in
Mozc64.msibuilt.Actual behavior
There is no difference in
Mozc64.msibuilt.Version or commit-id
ace3145
Environment