mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
Standardize ubutu-latest vmImage
This commit is contained in:
parent
e0aa32e6c5
commit
88f4664c65
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- job: "LinuxPythonDebug"
|
- job: "LinuxPythonDebug"
|
||||||
displayName: "Ubuntu build - python make - debug"
|
displayName: "Ubuntu build - python make - debug"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
MT:
|
MT:
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
displayName: "Ubuntu build - cmake"
|
displayName: "Ubuntu build - cmake"
|
||||||
condition: eq(0,1)
|
condition: eq(0,1)
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
msanClang:
|
msanClang:
|
||||||
|
@ -135,7 +135,7 @@ jobs:
|
||||||
- job: "UbuntuCMake"
|
- job: "UbuntuCMake"
|
||||||
displayName: "Ubuntu build - cmake"
|
displayName: "Ubuntu build - cmake"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
releaseClang:
|
releaseClang:
|
||||||
|
|
|
@ -12,7 +12,7 @@ stages:
|
||||||
- job: UbuntuDoc
|
- job: UbuntuDoc
|
||||||
displayName: "Ubuntu Doc build"
|
displayName: "Ubuntu Doc build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
# TODO setup emscripten with no-install, then run
|
# TODO setup emscripten with no-install, then run
|
||||||
- script: npm --prefix=src/api/js ci
|
- script: npm --prefix=src/api/js ci
|
||||||
|
|
|
@ -21,7 +21,8 @@ def mk_dir(d):
|
||||||
if not os.path.exists(d):
|
if not os.path.exists(d):
|
||||||
os.makedirs(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'),
|
'ubuntu-20' : ('so', 'linux-x64'),
|
||||||
'glibc-2.31' : ('so', 'linux-x64'),
|
'glibc-2.31' : ('so', 'linux-x64'),
|
||||||
'x64-win' : ('dll', 'win-x64'),
|
'x64-win' : ('dll', 'win-x64'),
|
||||||
|
|
|
@ -55,7 +55,7 @@ stages:
|
||||||
- job: UbuntuDoc
|
- job: UbuntuDoc
|
||||||
displayName: "Ubuntu Doc build"
|
displayName: "Ubuntu Doc build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- script: sudo apt-get install ocaml opam libgmp-dev
|
- script: sudo apt-get install ocaml opam libgmp-dev
|
||||||
- script: opam init -y
|
- script: opam init -y
|
||||||
|
@ -92,7 +92,7 @@ stages:
|
||||||
name: ManyLinux
|
name: ManyLinux
|
||||||
displayName: "ManyLinux build"
|
displayName: "ManyLinux build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-18.04"
|
vmImage: "ubuntu-latest"
|
||||||
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
||||||
steps:
|
steps:
|
||||||
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
||||||
|
@ -111,7 +111,7 @@ stages:
|
||||||
# name: MuslLinux
|
# name: MuslLinux
|
||||||
# displayName: "MuslLinux build"
|
# displayName: "MuslLinux build"
|
||||||
# pool:
|
# pool:
|
||||||
# vmImage: "Ubuntu-18.04"
|
# vmImage: "ubuntu-latest"
|
||||||
# container: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
# container: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
||||||
# steps:
|
# steps:
|
||||||
# - script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
# - script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
||||||
|
|
|
@ -91,7 +91,7 @@ stages:
|
||||||
- job: UbuntuDoc
|
- job: UbuntuDoc
|
||||||
displayName: "Ubuntu Doc build"
|
displayName: "Ubuntu Doc build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- script: sudo apt-get install ocaml opam libgmp-dev
|
- script: sudo apt-get install ocaml opam libgmp-dev
|
||||||
- script: opam init -y
|
- script: opam init -y
|
||||||
|
|
Loading…
Reference in a new issue