EVM: forge formatter changed preferences which caused previous code to fail make check-format (forge fmt --check). Updated formatting for those files.
Solana: GitHub runner fails with error: linking with `cc` failed: exit status: 1 and the raw logs show a disk space warning. Switched to a dedicated (tilt-kube-public) runner for the Solana Cargo SBF job to make use of better CPU and cache than GitHub runner.
make check-format
(forge fmt --check
). Updated formatting for those files.error: linking with `cc` failed: exit status: 1
and the raw logs show a disk space warning. Switched to a dedicated (tilt-kube-public
) runner for theSolana Cargo SBF
job to make use of better CPU and cache than GitHub runner.