mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update assembly names
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b9bec1861a
commit
c9267055c2
|
@ -24,6 +24,7 @@ def mk_dir(d):
|
|||
os_info = { 'ubuntu-latest' : ('so', 'linux-x64'),
|
||||
'ubuntu-18' : ('so', 'linux-x64'),
|
||||
'ubuntu-20' : ('so', 'linux-x64'),
|
||||
'ubuntu-22' : ('so', 'linux-x64'),
|
||||
'x64-glibc-2.35' : ('so', 'linux-x64'),
|
||||
'x64-win' : ('dll', 'win-x64'),
|
||||
'x86-win' : ('dll', 'win-x86'),
|
||||
|
|
|
@ -60,13 +60,13 @@ stages:
|
|||
setupcmds: 'sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
|
||||
buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
|
||||
arch: 'arm64'
|
||||
name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
|
||||
name: 'z3-$(AssemblyVersion)-arm64-ubuntu-22'
|
||||
compiler: 'aarch64-linux-gnu-g++-11'
|
||||
x64:
|
||||
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
|
||||
buildenv: ''
|
||||
arch: 'x64'
|
||||
name: 'z3-$(AssemblyVersion)-x64-ubuntu'
|
||||
name: 'z3-$(AssemblyVersion)-x64-ubuntu-22'
|
||||
compiler: 'g++'
|
||||
steps:
|
||||
- script: $(setupcmds)
|
||||
|
|
Loading…
Reference in a new issue