3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-03 03:15:41 +00:00

Standardize ubutu-latest capitalization

This commit is contained in:
jofleish 2022-08-11 17:23:01 -04:00
parent eaa645b584
commit 5fc6c8151f
4 changed files with 7 additions and 7 deletions

View file

@ -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:

View file

@ -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

View file

@ -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
@ -111,7 +111,7 @@ stages:
# name: MuslLinux # name: MuslLinux
# displayName: "MuslLinux build" # displayName: "MuslLinux build"
# pool: # pool:
# vmImage: "Ubuntu-latest" # 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

View file

@ -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