fixed versions-test to only test v0.5+
since zstd_devel is no longer compatible with v0.4+
This commit is contained in:
parent
b2939163e1
commit
db97310ace
@ -213,7 +213,7 @@ if __name__ == '__main__':
|
|||||||
print('Retrieve all release tags :')
|
print('Retrieve all release tags :')
|
||||||
os.chdir(clone_dir)
|
os.chdir(clone_dir)
|
||||||
alltags = get_git_tags() + [head]
|
alltags = get_git_tags() + [head]
|
||||||
tags = [t for t in alltags if t >= 'v0.4.0']
|
tags = [t for t in alltags if t >= 'v0.5.0']
|
||||||
print(tags)
|
print(tags)
|
||||||
|
|
||||||
# Build all release zstd
|
# Build all release zstd
|
||||||
|
Loading…
Reference in New Issue
Block a user