Browse Source
Merge pull request #3366 from martin-frbg/azure-ubuntu
migrate Azure CI jobs from deprecated ubuntu-16.04 vmImage
tags/v0.3.18
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
azure-pipelines.yml
|
|
@@ -19,7 +19,7 @@ jobs: |
|
|
|
# of gcc / glibc |
|
|
|
- job: manylinux1_gcc |
|
|
|
pool: |
|
|
|
vmImage: 'ubuntu-16.04' |
|
|
|
vmImage: 'ubuntu-latest' |
|
|
|
steps: |
|
|
|
- script: | |
|
|
|
echo "FROM quay.io/pypa/manylinux1_x86_64 |
|
|
@@ -35,7 +35,7 @@ jobs: |
|
|
|
displayName: Run manylinux1 docker build |
|
|
|
- job: Intel_SDE_skx |
|
|
|
pool: |
|
|
|
vmImage: 'ubuntu-16.04' |
|
|
|
vmImage: 'ubuntu-latest' |
|
|
|
steps: |
|
|
|
- script: | |
|
|
|
# at the time of writing the available Azure Ubuntu vm image |
|
|
|