Closed barnson closed 1 year ago
They show up for me? https://github.com/apple/swift-installer-scripts/pull/224/files#diff-2855a8e408181c8244cf51860abeee775421556171314fa3ddcc04a19b8bc3d8
I blame lack of coffee. I swear they weren't showing up earlier.
Hmm, seems that something is wrong:
C:\Users\swift-ci\jenkins\workspace\swift-PR-build-toolchain-windows\swift-installer-scripts\platforms\Windows\cli\cli.wxs(34): error WIX0103: Cannot find the File file '\usr\bin\clang-tidy.exe'. The following paths were checked: \usr\bin\clang-tidy.exe [C:\Users\swift-ci\jenkins\workspace\swift-PR-build-toolchain-windows\swift-installer-scripts\platforms\Windows\cli\cli.wixproj]
Seems that we are stripping the location prefix when building the installer?
Oh, it re-builds the MSIs?
It should be passing the same MSBuild properties to the project references, so TOOLCHAIN_ROOT gets passed in from the original MSBuild invocation and flows down into the .wixprojs to get set as a preprocessor variable. Is it possible to get MSBuild binlogs as an artifact?
Can you point to the CI run?
build-windows-toolchain.bat needs some changes: https://github.com/barnson/swift/commit/2f81b90c0de2c7fb88fcec954b4a6a31dfb8550f. I can send that as a PR if that's easier.
@barnson That'd be useful!
I already have https://github.com/apple/swift/pull/67961 up, I can likely just roll it into it
I'm not sure what the syntax is but move a b c dir
doesn't seem to work.
Awesome: https://ci-external.swift.org/job/swift-PR-build-toolchain-windows/761/console ... seems that we can build that. Need to tweak the CI rules before we could merge this.
Running https://ci-external.swift.org/job/swift-PR-build-toolchain-windows/762/ with a workaround to see if we can get this through.
They show up for me? https://github.com/apple/swift-installer-scripts/pull/224/files#diff-2855a8e408181c8244cf51860abeee775421556171314fa3ddcc04a19b8bc3d8