mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
backward compatibility versions tests start from v0.4.0
This commit is contained in:
@ -205,7 +205,8 @@ if __name__ == '__main__':
|
||||
# Retrieve all release tags
|
||||
print('Retrieve all release tags :')
|
||||
os.chdir(clone_dir)
|
||||
tags = get_git_tags() + [head]
|
||||
alltags = get_git_tags() + [head]
|
||||
tags = [t for t in alltags if t >= 'v0.4.0']
|
||||
print(tags)
|
||||
|
||||
# Build all release zstd
|
||||
|
Reference in New Issue
Block a user