We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3583820 commit 360f7b6Copy full SHA for 360f7b6
tools/build/build_support/actions.py
@@ -35,6 +35,8 @@ def run(self):
35
36
args = ['git', 'clone'] + git_options + ['https://github.com/apple/swift.git', '../swift']
37
self.system(*args)
38
+ print('=====> Checking out Swift tag {}'.format(self.options.tag))
39
+ self.system('git', '-C', '../swift', 'checkout', self.options.tag)
40
41
class UpdateCheckoutAction(Action):
42
def run(self):
0 commit comments