File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 35
35
chmod +x ./build-exec
36
36
- name : Install Static Linux SDK
37
37
run : ./build-exec swift sdk install "https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz" --checksum "d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481"
38
+ - name : Install LLVM tools
39
+ run : |
40
+ ./build-exec apt-get update
41
+ ./build-exec apt-get install -y llvm-15
42
+ ./build-exec ln -s /usr/bin/llvm-strip-15 /usr/bin/llvm-strip
38
43
39
44
- run : ./build-exec ./Utilities/build-release.py -o wasmkit-x86_64-swift-linux-musl.tar.gz -- --swift-sdk x86_64-swift-linux-musl
40
45
- run : ./build-exec ./Utilities/build-release.py -o wasmkit-aarch64-swift-linux-musl.tar.gz -- --swift-sdk aarch64-swift-linux-musl
You can’t perform that action at this time.
0 commit comments