mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix bytecode PR check ignoring TOP_REF and always using HEAD as the end of the commit range
This commit is contained in:
parent
bb49bc5892
commit
d68d4727eb
@ -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