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 6a2994e commit 73e23d8Copy full SHA for 73e23d8
Dockerfile
@@ -1,4 +1,4 @@
1
FROM swift:6.1.1-jammy as swift-format-builder
2
ADD . /toolbox
3
WORKDIR /toolbox
4
-RUN swift build -c release --static-swift-stdlib
+RUN swift build -v -j 1 -c release --static-swift-stdlib -Xswiftc -num-threads -Xswiftc 1
0 commit comments