mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11189 from ethereum/fix-top-ref-in-solc-bin-bytecode-pr-check
[solc-bin] Fix commit range used by bytecode PR check
This commit is contained in:
commit
2346ec1c0c
@ -74,7 +74,7 @@ cd "${solc_bin_dir}/${platform}/"
|
||||
echo "Commit range: ${base_ref}..${top_ref}"
|
||||
|
||||
modified_release_versions=$(
|
||||
git diff --name-only "${base_ref}" |
|
||||
git diff --name-only "${base_ref}" "${top_ref}" |
|
||||
sed -n -E 's/^[^\/]+\/(solc|soljson)-[0-9a-zA-Z-]+-v([0-9.]+)\+commit\.[0-9a-f]+(.[^.]+)?$/\2/p' |
|
||||
sort -V |
|
||||
uniq
|
||||
|
Loading…
Reference in New Issue
Block a user