Skip to content

Commit 3f0b0b5

Browse files
Merge pull request #1861 from SwiftFiddle/copilot/update-dockerfile-for-swift-syntax-v603
Add Swift Syntax v603 parser build step to Dockerfile
2 parents 7c5716b + 22be3a6 commit 3f0b0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN swift build -c release --static-swift-stdlib --package-path Resources/parser
3333
RUN swift build -c release --static-swift-stdlib --package-path Resources/parsers/60000
3434
RUN swift build -c release --static-swift-stdlib --package-path Resources/parsers/60100
3535
RUN swift build -c release --static-swift-stdlib --package-path Resources/parsers/60200
36+
RUN swift build -c release --static-swift-stdlib --package-path Resources/parsers/60300
3637
RUN swift build -c release --static-swift-stdlib --package-path Resources/parsers/trunk
3738

3839
WORKDIR /staging

0 commit comments

Comments
 (0)