aboutsummaryrefslogtreecommitdiffhomepage
path: root/ci/build.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@me.com>2021-03-04 17:33:40 +0100
committerGravatar David Tellenbach <david.tellenbach@me.com>2021-03-04 17:33:40 +0100
commit5bfc67f9e7efde8c8ffae9b56f63186d682b9d44 (patch)
tree23356aec10fb951fb51adf970a810e7ae18cf940 /ci/build.gitlab-ci.yml
parenta6601070f2cbce560235f68c6b10aa1b5536773c (diff)
Deactive CI for Power due to problems with GitLab runner
Diffstat (limited to 'ci/build.gitlab-ci.yml')
-rw-r--r--ci/build.gitlab-ci.yml96
1 files changed, 48 insertions, 48 deletions
diff --git a/ci/build.gitlab-ci.yml b/ci/build.gitlab-ci.yml
index 536248291..29d383eff 100644
--- a/ci/build.gitlab-ci.yml
+++ b/ci/build.gitlab-ci.yml
@@ -166,51 +166,51 @@ build:aarch64:linux:clang-10:cxx11-on:
# Currently all ppc64le jobs are allowed to fail
# GCC-10
-build:ppc64le:linux:gcc-10:cxx11-off:
- allow_failure: true
- extends: .build:linux:base
- variables:
- EIGEN_CI_CXX_COMPILER: "g++-10"
- EIGEN_CI_CC_COMPILER: "gcc-10"
- EIGEN_TEST_CXX11: "off"
- tags:
- - eigen-runner
- - linux
- - ppc64le
-
-build:ppc64le:linux:gcc-10:cxx11-on:
- allow_failure: true
- extends: .build:linux:base
- variables:
- EIGEN_CI_CXX_COMPILER: "g++-10"
- EIGEN_CI_CC_COMPILER: "gcc-10"
- EIGEN_TEST_CXX11: "on"
- tags:
- - eigen-runner
- - linux
- - ppc64le
-
-# Clang-10
-build:ppc64le:linux:clang-10:cxx11-off:
- allow_failure: true
- extends: .build:linux:base
- variables:
- EIGEN_CI_CXX_COMPILER: "clang++-10"
- EIGEN_CI_CC_COMPILER: "clang-10"
- EIGEN_TEST_CXX11: "off"
- tags:
- - eigen-runner
- - linux
- - ppc64le
-
-build:ppc64le:linux:clang-10:cxx11-on:
- allow_failure: true
- extends: .build:linux:base
- variables:
- EIGEN_CI_CXX_COMPILER: "clang++-10"
- EIGEN_CI_CC_COMPILER: "clang-10"
- EIGEN_TEST_CXX11: "on"
- tags:
- - eigen-runner
- - linux
- - ppc64le
+# build:ppc64le:linux:gcc-10:cxx11-off:
+# allow_failure: true
+# extends: .build:linux:base
+# variables:
+# EIGEN_CI_CXX_COMPILER: "g++-10"
+# EIGEN_CI_CC_COMPILER: "gcc-10"
+# EIGEN_TEST_CXX11: "off"
+# tags:
+# - eigen-runner
+# - linux
+# - ppc64le
+
+# build:ppc64le:linux:gcc-10:cxx11-on:
+# allow_failure: true
+# extends: .build:linux:base
+# variables:
+# EIGEN_CI_CXX_COMPILER: "g++-10"
+# EIGEN_CI_CC_COMPILER: "gcc-10"
+# EIGEN_TEST_CXX11: "on"
+# tags:
+# - eigen-runner
+# - linux
+# - ppc64le
+
+# # Clang-10
+# build:ppc64le:linux:clang-10:cxx11-off:
+# allow_failure: true
+# extends: .build:linux:base
+# variables:
+# EIGEN_CI_CXX_COMPILER: "clang++-10"
+# EIGEN_CI_CC_COMPILER: "clang-10"
+# EIGEN_TEST_CXX11: "off"
+# tags:
+# - eigen-runner
+# - linux
+# - ppc64le
+
+# build:ppc64le:linux:clang-10:cxx11-on:
+# allow_failure: true
+# extends: .build:linux:base
+# variables:
+# EIGEN_CI_CXX_COMPILER: "clang++-10"
+# EIGEN_CI_CC_COMPILER: "clang-10"
+# EIGEN_TEST_CXX11: "on"
+# tags:
+# - eigen-runner
+# - linux
+# - ppc64le