|
9 | 9 | MIN_SUPPORTED_SOLIDITY_VERSION: 0.3.6 |
10 | 10 | TARGET_BRANCH: macosx-static-binaries |
11 | 11 | COMMITTER_NAME: macosx build action |
12 | | - COMMITTER_EMAIL: builds@ethereum.org |
| 12 | + COMMITTER_EMAIL: builds@argot.org |
13 | 13 |
|
14 | 14 | jobs: |
15 | 15 | select-solc-version: |
|
24 | 24 |
|
25 | 25 | - name: Select version to build |
26 | 26 | run: | |
27 | | - github_tag_response=$(curl "https://api.github.com/repos/ethereum/solidity/git/refs/tags/") |
| 27 | + github_tag_response=$(curl "https://api.github.com/repos/argotorg/solidity/git/refs/tags/") |
28 | 28 | github_macosx_files_response=$(curl "https://api.github.com/repos/${GITHUB_REPOSITORY}/contents/macosx-amd64?ref=${TARGET_BRANCH}") |
29 | 29 |
|
30 | 30 | available_tags=$( |
|
65 | 65 | - name: Check out Solidity source |
66 | 66 | uses: actions/checkout@v4 |
67 | 67 | with: |
68 | | - repository: 'ethereum/solidity' |
| 68 | + repository: 'argotorg/solidity' |
69 | 69 | ref: v${{ env.SOLIDITY_VERSION }} |
70 | 70 | path: solidity/ |
71 | 71 | fetch-depth: 0 |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 |
|
156 | 156 | evmone_version="0.1.0" |
157 | 157 | evmone_package="evmone-0.1.0-darwin-x86_64" |
158 | | - curl -O -L "https://github.com/ethereum/evmone/releases/download/v${evmone_version}/${evmone_package}.tar.gz" |
| 158 | + curl -O -L "https://github.com/ipsilon/evmone/releases/download/v${evmone_version}/${evmone_package}.tar.gz" |
159 | 159 | tar xzpf "${evmone_package}.tar.gz" -C /usr/local |
160 | 160 | rm "${evmone_package}.tar.gz" |
161 | 161 | else |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | fi |
229 | 229 |
|
230 | 230 | # Pre-0.5.0 versions were using wrong boost test header, resulting in the 'duplicate symbol' linker error in static builds. |
231 | | - # See https://github.com/ethereum/solidity/pull/4572 |
| 231 | + # See https://github.com/argotorg/solidity/pull/4572 |
232 | 232 | if semver --range '< 0.5.0' "$SOLIDITY_VERSION"; then |
233 | 233 | sed -i.bak 's|^[[:blank:]]*#include <boost/test/included/unit_test\.hpp>[[:blank:]]*$|#include <boost/test/unit_test.hpp>|g' test/boostTest.cpp |
234 | 234 | fi |
|
0 commit comments