mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14242 from ethereum/ci-gh-limit-fix
Fix intermittent error in `install_foundry` command
This commit is contained in:
commit
574d454be7
@ -131,6 +131,7 @@ commands:
|
||||
--silent \
|
||||
--fail \
|
||||
--show-error \
|
||||
--header "Authorization: Bearer ${GITHUB_ACCESS_TOKEN}" \
|
||||
"https://api.github.com/repos/${FOUNDRY_REPO}/git/refs/tags/${FOUNDRY_VERSION}" \
|
||||
| jq --raw-output .object.sha \
|
||||
)
|
||||
@ -570,6 +571,8 @@ defaults:
|
||||
# Parameterized Job Templates
|
||||
|
||||
# Separate compile-only runs of those external tests where a full run takes much longer.
|
||||
# Also see https://github.com/ethereum/solidity/pull/14234 for why we excluded those
|
||||
# external tests from the nightly jobs.
|
||||
- job_ems_compile_ext_colony: &job_ems_compile_ext_colony
|
||||
<<: *requires_b_ems
|
||||
name: t_ems_compile_ext_colony
|
||||
|
Loading…
Reference in New Issue
Block a user