Skip to content

Conversation

daveinglis
Copy link
Contributor

  • building .S files on windows requires clang to have TMP/TEMP env passed (also move the linker change that added TMPDIR to the tool env to the spec file for consistency).
  • fix the resource bundle error that when touching a file was passing a badly quoted path.

@daveinglis daveinglis force-pushed the window_fixes branch 2 times, most recently from ac3ac9e to 6e6f403 Compare October 8, 2025 14:45
@daveinglis
Copy link
Contributor Author

@swift-ci test

@owenv
Copy link
Collaborator

owenv commented Oct 8, 2025

[2025-10-08T15:38:31.837Z] × Test touchTaskConstruction() recorded an issue at CommandLineSpecTests.swift:1723:34: Expectation failed: (actual → ["C:\\Windows\\system32\\cmd.exe", "/c", "copy", "/b", "C:\\tmp\\input", "+,,"]) == (expected → ["C:\\Windows\\system32\\cmd.exe", "/c", "copy /b \"C:\\tmp\\input\" +,,"])

Looks like the test just needs a small fixup

- building .S files on windows requires clang to have TMP/TEMP env
  passed (also move the linker change that added TMPDIR to the tool
  env to the spec file for consistency).

- fix the resource bundle error that when touching a file was
  passing a badly quoted path.
@daveinglis
Copy link
Contributor Author

@swift-ci test

@daveinglis
Copy link
Contributor Author

@swift-ci test

@daveinglis daveinglis merged commit 320e518 into swiftlang:main Oct 8, 2025
44 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants