3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 22:23:22 +00:00

Standardize ubutu-latest vmImage

This commit is contained in:
jofleish 2022-08-15 09:11:20 -04:00 committed by Nikolaj Bjorner
parent e0aa32e6c5
commit 88f4664c65
5 changed files with 10 additions and 9 deletions

View file

@ -21,7 +21,8 @@ def mk_dir(d):
if not os.path.exists(d):
os.makedirs(d)
os_info = { 'ubuntu-18' : ('so', 'linux-x64'),
os_info = { 'ubuntu-latest' : ('so', 'linux-x64'),
'ubuntu-18' : ('so', 'linux-x64'),
'ubuntu-20' : ('so', 'linux-x64'),
'glibc-2.31' : ('so', 'linux-x64'),
'x64-win' : ('dll', 'win-x64'),