r0qs
r0qs
> The uniswap external test is being killed due to out of memory: https://app.circleci.com/pipelines/github/argotorg/solidity/41038/workflows/820a5a2b-c58c-4edc-bec5-262d3258900f/jobs/1912320/resources Rebasing fixed the issue, since the `resource_class` was bumped in https://github.com/argotorg/solidity/pull/16317
Thanks for the effort! However, since this is a multi-stage build, the APK cache cleanup in the build stage doesn't affect the final image, the entire build stage gets discarded...
Note that `ci/circleci: chk_coding_style` will need to be replaced by github `chk_coding_style` in the branch protection setting as a required check.
@ekpyron I did a change adding the Yul CFG Json output to the [needsHumanTargetedStdout](https://github.com/ethereum/solidity/blob/1c0695f664bc123a2cdbf502304c16c9ea2b915f/solc/CommandLineInterface.cpp#L141) because I believe this was also expected from Alejandro's comment. However, I noticed that we don't...
> > @ekpyron I did a change adding the yul cfg json output to the [needsHumanTargetedStdout](https://github.com/ethereum/solidity/blob/1c0695f664bc123a2cdbf502304c16c9ea2b915f/solc/CommandLineInterface.cpp#L141) because I believe this was also expected from Alejandro's comment. However, I noticed that...
> Overall, I'd make sure that there really is a benefit to this, because macOS and Windows runs alone have always been the majority our CI cost, despite there being...