|
|
@@ -104,7 +104,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
submodules: recursive
|
|
|
- name: Download LLVM
|
|
|
- run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger/solang/releases/download/v0.1.12/llvm13.0-win.zip
|
|
|
+ run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger/solang/releases/download/v0.1.13/llvm13.0-win.zip
|
|
|
- name: Extract LLVM
|
|
|
run: unzip c:\llvm.zip -d c:/
|
|
|
- name: Add LLVM to Path
|
|
|
@@ -139,7 +139,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
submodules: recursive
|
|
|
- name: Get LLVM
|
|
|
- run: curl -L --output llvm13.0-mac-arm.tar.xz https://github.com/hyperledger/solang/releases/download/v0.1.12/llvm13.0-mac-arm.tar.xz
|
|
|
+ run: curl -L --output llvm13.0-mac-arm.tar.xz https://github.com/hyperledger/solang/releases/download/v0.1.13/llvm13.0-mac-arm.tar.xz
|
|
|
- name: Extract LLVM
|
|
|
run: tar Jxf llvm13.0-mac-arm.tar.xz
|
|
|
- name: Add LLVM to Path
|
|
|
@@ -164,7 +164,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
submodules: recursive
|
|
|
- name: Get LLVM
|
|
|
- run: wget -q -O llvm13.0-mac-intel.tar.xz https://github.com/hyperledger/solang/releases/download/v0.1.12/llvm13.0-mac-intel.tar.xz
|
|
|
+ run: wget -q -O llvm13.0-mac-intel.tar.xz https://github.com/hyperledger/solang/releases/download/v0.1.13/llvm13.0-mac-intel.tar.xz
|
|
|
- name: Extract LLVM
|
|
|
run: tar Jxf llvm13.0-mac-intel.tar.xz
|
|
|
- name: Add LLVM to Path
|
|
|
@@ -197,7 +197,7 @@ jobs:
|
|
|
name: solang-mac
|
|
|
path: solang-mac
|
|
|
|
|
|
- image-multiarch:
|
|
|
+ container-multiarch:
|
|
|
name: Multiarch Container Image
|
|
|
runs-on: linux-arm64
|
|
|
if: ${{ github.repository_owner == 'hyperledger' }}
|