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 34
34
-v $PWD:/swift/swift-unidoc \
35
35
-w /swift/swift-unidoc \
36
36
-e SWIFT_INSTALLATION=/usr \
37
- swift:6.0.2 -noble \
37
+ swift:6.0.3 -noble \
38
38
/bin/bash Scripts/Linux/TestAll
39
39
40
40
linux :
47
47
- name : Install Swift
48
48
uses : tayloraswift/swift-install-action@master
49
49
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"
52
52
53
53
- name : Checkout repository
54
54
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
2
2
3
3
# Only bash supports multiline strings
4
4
SHELL ["/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
2
2
3
3
# Only bash supports multiline strings
4
4
SHELL ["/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
2
2
3
3
RUN apt update
4
4
RUN 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
2
2
3
3
RUN apt update
4
4
RUN apt -y install libjemalloc-dev:amd64 libjemalloc2:amd64
You can’t perform that action at this time.
0 commit comments