-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sean Young <[email protected]>
- Loading branch information
Showing
43 changed files
with
97 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
linux-arm64: | ||
name: Linux arm64 | ||
runs-on: solang-arm | ||
if: ${{ github.repository_owner == 'hyperledger' }} | ||
if: ${{ github.repository_owner == 'hyperledger-solang' }} | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
@@ -43,7 +43,7 @@ jobs: | |
sudo apt-get install -y gcc g++ make | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: curl -sSL --output llvm16.0-linux-arm64.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-linux-arm64.tar.xz | ||
run: curl -sSL --output llvm16.0-linux-arm64.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-linux-arm64.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-linux-arm64.tar.xz | ||
- name: Add LLVM to Path | ||
|
@@ -69,7 +69,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- name: Download LLVM | ||
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-win.zip | ||
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-win.zip | ||
- name: Extract LLVM | ||
run: unzip c:\llvm.zip -d c:/ | ||
- name: Add LLVM to Path | ||
|
@@ -99,7 +99,7 @@ jobs: | |
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: curl -sSL --output llvm16.0-mac-arm.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-arm.tar.xz | ||
run: curl -sSL --output llvm16.0-mac-arm.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-arm.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-mac-arm.tar.xz | ||
- name: Add LLVM to Path | ||
|
@@ -126,7 +126,7 @@ jobs: | |
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: wget -q -O llvm16.0-mac-intel.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-intel.tar.xz | ||
run: wget -q -O llvm16.0-mac-intel.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-intel.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-mac-intel.tar.xz | ||
- name: Add LLVM to Path | ||
|
@@ -149,8 +149,8 @@ jobs: | |
needs: [mac-arm, mac-intel] | ||
steps: | ||
- run: | | ||
curl -sSL --output solang-mac-intel https://github.com/hyperledger/solang/releases/download/${GITHUB_REF/refs\/tags\//}/solang-mac-intel | ||
curl -sSL --output solang-mac-arm https://github.com/hyperledger/solang/releases/download/${GITHUB_REF/refs\/tags\//}/solang-mac-arm | ||
curl -sSL --output solang-mac-intel https://github.com/hyperledger-solang/solang/releases/download/${GITHUB_REF/refs\/tags\//}/solang-mac-intel | ||
curl -sSL --output solang-mac-arm https://github.com/hyperledger-solang/solang/releases/download/${GITHUB_REF/refs\/tags\//}/solang-mac-arm | ||
lipo -create -output solang-mac solang-mac-intel solang-mac-arm | ||
- name: Upload binary | ||
uses: svenstaro/upload-release-action@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ jobs: | |
linux-arm: | ||
name: Linux Arm | ||
runs-on: solang-arm | ||
if: ${{ github.repository_owner == 'hyperledger' }} | ||
if: ${{ github.repository_owner == 'hyperledger-solang' }} | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
@@ -122,7 +122,7 @@ jobs: | |
sudo apt-get install -y gcc g++ make | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: curl -sSL --output llvm16.0-linux-arm64.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-linux-arm64.tar.xz | ||
run: curl -sSL --output llvm16.0-linux-arm64.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-linux-arm64.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-linux-arm64.tar.xz | ||
- name: Add LLVM to Path | ||
|
@@ -145,7 +145,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- name: Download LLVM | ||
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-win.zip | ||
run: curl -sSL -o c:\llvm.zip https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-win.zip | ||
- name: Extract LLVM | ||
run: unzip c:\llvm.zip -d c:/ | ||
- name: Add LLVM to Path | ||
|
@@ -181,7 +181,7 @@ jobs: | |
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: curl -sSL --output llvm16.0-mac-arm.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-arm.tar.xz | ||
run: curl -sSL --output llvm16.0-mac-arm.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-arm.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-mac-arm.tar.xz | ||
- name: Add LLVM to Path | ||
|
@@ -207,7 +207,7 @@ jobs: | |
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- name: Get LLVM | ||
run: wget -q -O llvm16.0-mac-intel.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-intel.tar.xz | ||
run: wget -q -O llvm16.0-mac-intel.tar.xz https://github.com/hyperledger-solang/solang-llvm/releases/download/llvm16-0/llvm16.0-mac-intel.tar.xz | ||
- name: Extract LLVM | ||
run: tar Jxf llvm16.0-mac-intel.tar.xz | ||
- name: Add LLVM to Path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "solang" | ||
version = "0.3.3" | ||
authors = ["Sean Young <[email protected]>", "Lucas Steuernagel <[email protected]>", "Cyrill Leutwiler <[email protected]>"] | ||
repository = "https://github.com/hyperledger/solang" | ||
repository = "https://github.com/hyperledger-solang/solang" | ||
documentation = "https://solang.readthedocs.io/" | ||
license = "Apache-2.0" | ||
build = "build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.