File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ script is used by swift.org's CI to produce snapshots and can allow for one to
103103locally reproduce such builds for development or distribution purposes. A typical
104104invocation looks like the following:
105105
106- ```
106+ ``` sh
107107 $ ./swift/utils/build-toolchain $BUNDLE_PREFIX
108108```
109109
@@ -134,7 +134,7 @@ On macOS if one wants to install such a toolchain into Xcode:
1341341 . Untar and copy the toolchain to one of ` /Library/Developer/Toolchains/ ` or
135135 ` ~/Library/Developer/Toolchains/ ` . E.g.:
136136
137- ```
137+ ``` sh
138138 $ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C /
139139 $ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz -C ~ /
140140```
@@ -143,7 +143,7 @@ The script also generates an archive containing debug symbols which
143143can be installed over the main archive allowing symbolication of any
144144compiler crashes.
145145
146- ```
146+ ``` sh
147147 $ sudo tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C /
148148 $ tar -xzf swift-LOCAL-YYYY-MM-DD-a-osx-symbols.tar.gz -C ~ /
149149```
You can’t perform that action at this time.
0 commit comments