File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - uses : actions/cache@v2
8989 with :
9090 path : .build
91- key : ${{ runner.os }}-${{matrix.linux}}-spm-${{ hashFiles('Package.resolved') }}
91+ key : ${{ runner.os }}-${{matrix.linux}}-spm-${{ hashFiles('**/ Package.resolved') }}
9292 - name : Check Swift version
9393 run : swift --version
9494 - name : Release Build
Original file line number Diff line number Diff line change 44 {
55 "label" : " build" ,
66 "type" : " shell" ,
7- "command" : " swift build -Xswiftc -Xfrontend -Xswiftc -sil-verify-none " ,
7+ "command" : " swift build" ,
88 "group" : {
99 "kind" : " build" ,
1010 "isDefault" : true
1616 {
1717 "label" : " buildtests" ,
1818 "type" : " shell" ,
19- "command" : " swift build -Xswiftc -Xfrontend -Xswiftc -sil-verify-none - -build-tests"
19+ "command" : " swift build --build-tests"
2020 }
2121 ]
2222}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ WORKDIR /build
2525COPY . .
2626
2727# Build everything, with optimizations
28- RUN swift build -Xswiftc -Xfrontend -Xswiftc -sil-verify-none - c release --package-path ./WebService
28+ RUN swift build -c release --package-path ./WebService
2929
3030# Switch to the staging area
3131WORKDIR /staging
You can’t perform that action at this time.
0 commit comments