This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) 2024 Contributors to the Eclipse Foundation | |
// | |
// See the NOTICE file(s) distributed with this work for additional | |
// information regarding copyright ownership. | |
// | |
// This program and the accompanying materials are made available under the | |
// terms of the Apache Software License 2.0 which is available at | |
// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license | |
// which is available at https://opensource.org/licenses/MIT. | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
AWSTemplateFormatVersion: '2010-09-09' | |
Description: 'smart.AI - CI configuration' | |
Metadata: | |
Author: | |
Description: John Doe <[email protected]> | |
License: | |
Description: 'This configuration creates three node groups: | |
- gitlab-runner: On-demand instance. t3a.medium (Always runing) | |
- x86_64: Spot instance. c5.4xlarge. 0-16 machines' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /usr/include/c++/v1/algorithm:642:0, | |
from /home/myname/yaml_cpp/src/convert.cpp:1: | |
/usr/include/c++/v1/utility: In instantiation of ‘static constexpr bool std::__1::pair<_T1, _T2>::_CheckArgs::__enable_implicit() [with _U1 = const YAML::Node&; _U2 = const YAML::Node&; _T1 = YAML::Node; _T2 = YAML::Node]’: | |
/usr/include/c++/v1/utility:447:75: required by substitution of ‘template<class _U1, class _U2, typename std::__1::enable_if<__enable_implicit<const _U1&, const _U2&>(), bool>::type <anonymous> > constexpr std::__1::pair<YAML::Node, YAML::Node>::pair(const std::__1::pair<_T1, _T2>&) [with _U1 = YAML::Node; _U2 = YAML::Node; typename std::__1::enable_if<__enable_implicit<const _U1&, const _U2&>(), bool>::type <anonymous> = <missing>]’ | |
/usr/include/c++/v1/type_traits:3087:54: required by substitution of ‘template<class _Tp, class _A0, class> static std::__1::is_destructible<_Tp> std::__1::__is_constructible_helper::__test_unary(int) [with _Tp = YAML::Node; _A0 = const |