Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation of smart contracts in Docker containers #4326

Merged
merged 2 commits into from Nov 2, 2022

Conversation

tolbrino
Copy link
Contributor

@tolbrino tolbrino commented Nov 2, 2022

The build was broken due to more recent solc requiring libc compat files in Alpine and Hardhat ignoring errors from the execution of solc. This led to deadlocked compilation attempts.

Hardhat fix: NomicFoundation/hardhat#3284

This changes adds the required compat files in our Alpine image as well.

The build was broken due to more recent `solc` requiring libc compat
files in Alpine and Hardhat ignoring errors from the execution of
`solc`. This led to deadlocked compilation attempts.

Hardhat fix: NomicFoundation/hardhat#3284

This changes adds the required compat files in our Alpine image as well.
@tolbrino tolbrino added bug Something isn't working devops This issue or pull request addresses a change in "devops" labels Nov 2, 2022
@tolbrino tolbrino requested a review from a team November 2, 2022 09:28
@tolbrino tolbrino self-assigned this Nov 2, 2022
@vercel
Copy link

vercel bot commented Nov 2, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
docs-hoprnet-org ✅ Ready (Inspect) Visit Preview Nov 2, 2022 at 9:37AM (UTC)

@NumberFour8
Copy link
Contributor

Good catch. We may need to back-port this to release/bogota as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devops This issue or pull request addresses a change in "devops"
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants