temporarily turn off Python + tbb in CI because of OOM
parent
c58c00f1ac
commit
e9855dcad3
|
@ -22,7 +22,7 @@ jobs:
|
||||||
ubuntu-18.04-gcc-9,
|
ubuntu-18.04-gcc-9,
|
||||||
ubuntu-18.04-clang-9,
|
ubuntu-18.04-clang-9,
|
||||||
macOS-10.15-xcode-11.3.1,
|
macOS-10.15-xcode-11.3.1,
|
||||||
ubuntu-18.04-gcc-5-tbb,
|
#ubuntu-18.04-gcc-5-tbb,
|
||||||
]
|
]
|
||||||
|
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
|
@ -48,11 +48,11 @@ jobs:
|
||||||
compiler: xcode
|
compiler: xcode
|
||||||
version: "11.3.1"
|
version: "11.3.1"
|
||||||
|
|
||||||
- name: ubuntu-18.04-gcc-5-tbb
|
# - name: ubuntu-18.04-gcc-5-tbb
|
||||||
os: ubuntu-18.04
|
# os: ubuntu-18.04
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
version: "5"
|
# version: "5"
|
||||||
flag: tbb
|
# flag: tbb
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue