Skip to content

Commit b1c5c7a

Browse files
committed
PRTEMP: investigate windows
1 parent 5024b89 commit b1c5c7a

File tree

3 files changed

+16
-200
lines changed

3 files changed

+16
-200
lines changed

.github/workflows/ci_docs.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

.github/workflows/ci_packages.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
Linux_amd64:
22-
vmImage: 'ubuntu-16.04'
23-
CPU: amd64
24-
# pending bug #17325 (broken again)
25-
# Linux_i386:
26-
# # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
27-
# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
28-
# vmImage: 'ubuntu-18.04'
29-
# CPU: i386
30-
OSX_amd64:
31-
vmImage: 'macOS-10.15'
32-
CPU: amd64
33-
OSX_amd64_cpp:
34-
vmImage: 'macOS-10.15'
35-
CPU: amd64
36-
NIM_COMPILE_TO_CPP: true
21+
# Linux_amd64:
22+
# vmImage: 'ubuntu-16.04'
23+
# CPU: amd64
24+
# # pending bug #17325 (broken again)
25+
# # Linux_i386:
26+
# # # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
27+
# # # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
28+
# # vmImage: 'ubuntu-18.04'
29+
# # CPU: i386
30+
# OSX_amd64:
31+
# vmImage: 'macOS-10.15'
32+
# CPU: amd64
33+
# OSX_amd64_cpp:
34+
# vmImage: 'macOS-10.15'
35+
# CPU: amd64
36+
# NIM_COMPILE_TO_CPP: true
3737
Windows_amd64_batch0_3:
3838
vmImage: 'windows-2019'
3939
CPU: amd64

0 commit comments

Comments
 (0)