Skip to content

Commit 4c20b48

Browse files
authored
Misc M1 fixes (#4)
python3 in swiftc stub, bazel 5, fix bazelrc
1 parent 4af612c commit 4c20b48

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: .bazelrc

-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ build \
1010
--strategy=SwiftCompile=worker \
1111
--swiftcopt=-Xwrapped-swift=-debug-prefix-pwd-is-dot \
1212
--experimental_strict_action_env=true \
13-
--cpu darwin_x86_64 \
1413
--experimental_show_artifacts

Diff for: .bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
5.0.0

Diff for: XCHammerAssets/swiftc_stub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
try:
33
from typing import List
44
except ImportError:

Diff for: sample/UrlGet/.bazelversion

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.0.0

0 commit comments

Comments
 (0)