Skip to content

Commit

Permalink
build: forgot the solc list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Garifullin committed Mar 10, 2023
1 parent 5f42185 commit 9cc21a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 983 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ethereum/solc:0.8.17-alpine AS solc
FROM dependency-installer AS copier

# goddammit
COPY list.json /root/.cache/hardhat-nodejs/compilers-v2/linux-amd64/
COPY ./misc/solidity-compilers-list.json /root/.cache/hardhat-nodejs/compilers-v2/linux-amd64/list.json
COPY --from=solc /usr/local/bin/solc /root/.cache/hardhat-nodejs/compilers-v2/linux-amd64/solc-linux-amd64-v0.8.17+commit.8df45f5f

COPY . .
20 changes: 20 additions & 0 deletions misc/solidity-compilers-list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"builds": [
{
"path": "solc-linux-amd64-v0.8.17+commit.8df45f5f",
"version": "0.8.17",
"build": "commit.8df45f5f",
"longVersion": "0.8.17+commit.8df45f5f",
"keccak256": "0xca03e8f6474b5becc8c28ad61830a23761e28b0dd53a6c89d48be89ab82e3a34",
"sha256": "0x99f2070b776e9714f1f76c43c229cf99b8978a92938ee8d2364c6de11c1a03d4",
"urls": [
"bzzr://f564ec3270c16b1bc458d9162cf10f26dc5d0a5884912423167f973a6dd63f96",
"dweb:/ipfs/QmePhTsZLZJfEsMSWpB36NRx7vZQuwUoysGgKaEdZLtnHb"
]
}
],
"releases": {
"0.8.17": "solc-linux-amd64-v0.8.17+commit.8df45f5f"
},
"latestRelease": "0.8.17"
}
Loading

0 comments on commit 9cc21a9

Please sign in to comment.