Revert "Added cloud_pipline for E4S on Amazon Linux (#29522)" (#30796)

This reverts commit 07e9c0695a.
This commit is contained in:
Scott Wittenburg
2022-05-23 21:12:48 -06:00
committed by GitHub
parent 736fddc079
commit 63402c512b
4 changed files with 6 additions and 992 deletions

View File

@@ -31,10 +31,9 @@ class MparkVariant(CMakePackage):
conflicts('%gcc@:4.7', msg=cxx11_msg)
conflicts('%clang@:3.5', msg=cxx11_msg)
# This compiler bug has been resolved and backported on gcc@7.3.1 os=amzn2
# conflicts('%gcc@7.3.1',
# msg='GCC 7.3.1 has a bug that prevents using MPark.Variant. '
# 'See https://github.com/mpark/variant/issues/43 and '
# 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84785 '
# 'Please use a different compiler version or another '
# 'compiler.')
conflicts('%gcc@7.3.1',
msg='GCC 7.3.1 has a bug that prevents using MPark.Variant. '
'See https://github.com/mpark/variant/issues/43 and '
'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84785 '
'Please use a different compiler version or another '
'compiler.')