mirror of
https://github.com/Z3Prover/z3
synced 2025-07-22 04:12:05 +00:00
update release script
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
90a75866fb
commit
a150e58893
2 changed files with 41 additions and 2 deletions
|
@ -24,8 +24,8 @@ def mk_dir(d):
|
|||
os_info = { 'ubuntu-latest' : ('so', 'linux-x64'),
|
||||
'ubuntu-18' : ('so', 'linux-x64'),
|
||||
'ubuntu-20' : ('so', 'linux-x64'),
|
||||
'glibc-2.31' : ('so', 'linux-x64'),
|
||||
'glibc-2.35' : ('so', 'linux-x64'),
|
||||
'glibc' : ('so', 'linux-x64'),
|
||||
#'glibc-2.35' : ('so', 'linux-x64'),
|
||||
'x64-win' : ('dll', 'win-x64'),
|
||||
'x86-win' : ('dll', 'win-x86'),
|
||||
'x64-osx' : ('dylib', 'osx-x64'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue