File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 -v $PWD:/swift/swift-unidoc \
3535 -w /swift/swift-unidoc \
3636 -e SWIFT_INSTALLATION=/usr \
37- swift:6.0.2 -noble \
37+ swift:6.0.3 -noble \
3838 /bin/bash Scripts/Linux/TestAll
3939
4040 linux :
4747 - name : Install Swift
4848 uses : tayloraswift/swift-install-action@master
4949 with :
50- swift-prefix : " swift-6.0.2 -release/ubuntu2404/swift-6.0.2 -RELEASE"
51- swift-id : " swift-6.0.2 -RELEASE-ubuntu24.04"
50+ swift-prefix : " swift-6.0.3 -release/ubuntu2404/swift-6.0.3 -RELEASE"
51+ swift-id : " swift-6.0.3 -RELEASE-ubuntu24.04"
5252
5353 - name : Checkout repository
5454 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- FROM tayloraswift/swift-cross-aarch64:6.0.2 -jammy
1+ FROM tayloraswift/swift-cross-aarch64:6.0.3 -jammy
22
33# Only bash supports multiline strings
44SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1- FROM tayloraswift/swift-cross-aarch64:6.0.2 -noble
1+ FROM tayloraswift/swift-cross-aarch64:6.0.3 -noble
22
33# Only bash supports multiline strings
44SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1- FROM tayloraswift/swift-cross-aarch64:6.0.2 -jammy
1+ FROM tayloraswift/swift-cross-aarch64:6.0.3 -jammy
22
33RUN apt update
44RUN apt -y install libjemalloc-dev:amd64 libjemalloc2:amd64
Original file line number Diff line number Diff line change 1- FROM tayloraswift/swift-cross-aarch64:6.0.2 -noble
1+ FROM tayloraswift/swift-cross-aarch64:6.0.3 -noble
22
33RUN apt update
44RUN apt -y install libjemalloc-dev:amd64 libjemalloc2:amd64
You can’t perform that action at this time.
0 commit comments