Skip to content

Commit 5d304fb

Browse files
committed
Ensure build_worktree.test runs on Apple Silicon.
It looks like in this configuration we need to convince `build-script` we have `ninja` sources in the worktree. Resolves #79256 Addresses rdar://144503319
1 parent 87081c0 commit 5d304fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

validation-test/BuildSystem/build_worktree.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
# REQUIRES: standalone_build
33
# REQUIRES: target-same-as-host
44

5-
# https://github.com/swiftlang/swift/issues/79256
6-
# REQUIRES: rdar144503319
7-
85
# RUN: %empty-directory(%t)
96
# RUN: %empty-directory(%t/build)
7+
# RUN: %empty-directory(%t/ninja)
108

119
# Set up a local clone of swift in a temporary workspace and add a sibling
1210
# linked worktree to the clone.

0 commit comments

Comments
 (0)