ethereum / solidity

Solidity, the Smart Contract Programming Language
https://soliditylang.org
GNU General Public License v3.0
22.67k stars 5.62k forks source link

Add header include for docker builds. #15106

Closed ekpyron closed 1 month ago

ekpyron commented 1 month ago

Can be confirmed by running scripts/docker_deploy_manual.sh dockertest (while scripts/docker_deploy_manual.sh develop fails currently)

cameel commented 1 month ago

I wonder if it was the same problem we've seen in 0.8.24 (#14816)? It did not happen in 0.8.25, so I assumed it was fixed.

I'm adding #14816 to the next milestone, because we really should have a CI check for this if it happened twice.