File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 21
21
- job : " LinuxPythonDebug"
22
22
displayName : " Ubuntu build - python make - debug"
23
23
pool :
24
- vmImage : " Ubuntu -latest"
24
+ vmImage : " ubuntu -latest"
25
25
strategy :
26
26
matrix :
27
27
MT :
@@ -102,7 +102,7 @@ jobs:
102
102
displayName : " Ubuntu build - cmake"
103
103
condition : eq(0,1)
104
104
pool :
105
- vmImage : " Ubuntu -latest"
105
+ vmImage : " ubuntu -latest"
106
106
strategy :
107
107
matrix :
108
108
msanClang :
@@ -135,7 +135,7 @@ jobs:
135
135
- job : " UbuntuCMake"
136
136
displayName : " Ubuntu build - cmake"
137
137
pool :
138
- vmImage : " Ubuntu -latest"
138
+ vmImage : " ubuntu -latest"
139
139
strategy :
140
140
matrix :
141
141
releaseClang :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ stages:
12
12
- job : UbuntuDoc
13
13
displayName : " Ubuntu Doc build"
14
14
pool :
15
- vmImage : " Ubuntu -latest"
15
+ vmImage : " ubuntu -latest"
16
16
steps :
17
17
# TODO setup emscripten with no-install, then run
18
18
- script : npm --prefix=src/api/js ci
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def mk_dir(d):
21
21
if not os .path .exists (d ):
22
22
os .makedirs (d )
23
23
24
- os_info = { 'ubuntu-18' : ('so' , 'linux-x64' ),
24
+ os_info = { 'ubuntu-latest' : ('so' , 'linux-x64' ),
25
+ 'ubuntu-18' : ('so' , 'linux-x64' ),
25
26
'ubuntu-20' : ('so' , 'linux-x64' ),
26
27
'glibc-2.31' : ('so' , 'linux-x64' ),
27
28
'x64-win' : ('dll' , 'win-x64' ),
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ stages:
55
55
- job : UbuntuDoc
56
56
displayName : " Ubuntu Doc build"
57
57
pool :
58
- vmImage : " Ubuntu -latest"
58
+ vmImage : " ubuntu -latest"
59
59
steps :
60
60
- script : sudo apt-get install ocaml opam libgmp-dev
61
61
- script : opam init -y
@@ -92,7 +92,7 @@ stages:
92
92
name : ManyLinux
93
93
displayName : " ManyLinux build"
94
94
pool :
95
- vmImage : " Ubuntu-18.04 "
95
+ vmImage : " ubuntu-latest "
96
96
container : " quay.io/pypa/manylinux2010_x86_64:latest"
97
97
steps :
98
98
- script : $(python) scripts/mk_unix_dist.py --nodotnet --nojava
@@ -111,7 +111,7 @@ stages:
111
111
# name: MuslLinux
112
112
# displayName: "MuslLinux build"
113
113
# pool:
114
- # vmImage: "Ubuntu-18.04 "
114
+ # vmImage: "ubuntu-latest "
115
115
# container: "quay.io/pypa/musllinux_1_1_x86_64:latest"
116
116
# steps:
117
117
# - script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ stages:
91
91
- job : UbuntuDoc
92
92
displayName : " Ubuntu Doc build"
93
93
pool :
94
- vmImage : " Ubuntu -latest"
94
+ vmImage : " ubuntu -latest"
95
95
steps :
96
96
- script : sudo apt-get install ocaml opam libgmp-dev
97
97
- script : opam init -y
You can’t perform that action at this time.
0 commit comments