From 88208bc5a164a65cbe6c05c849d32fdf146b1158 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 20 Apr 2023 22:01:49 +0200 Subject: [PATCH] (#17137) [config] Fix build log paths --- .c3i/config_v1.yml | 10 +++++----- .c3i/config_v2.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.c3i/config_v1.yml b/.c3i/config_v1.yml index da307f4d72..a47a3adc33 100644 --- a/.c3i/config_v1.yml +++ b/.c3i/config_v1.yml @@ -101,7 +101,7 @@ configurations: compiler.libcxx: ["libstdc++", "libc++"] compiler.version: ["11", "12", "13"] build_type: ["Release", "Debug"] - - id: configs/macos-clang + - id: macos-clang epochs: [0, 20211221] hrname: "macOS, Clang" content: @@ -112,7 +112,7 @@ configurations: compiler.version: [ "11.0", "12.0" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release", "Debug" ] - - id: configs/macos-clang + - id: macos-clang epochs: [20220120] hrname: "macOS, Clang" content: @@ -123,7 +123,7 @@ configurations: compiler.version: [ "13.0" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release", "Debug" ] - - id: configs/macos-m1-clang + - id: macos-m1-clang epochs: [0, 20211221] hrname: "macOS, Clang (M1/arm64)" build_profile: @@ -137,7 +137,7 @@ configurations: compiler.version: [ "12.0" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release", "Debug" ] - - id: configs/macos-m1-clang + - id: macos-m1-clang epochs: [20220120] hrname: "macOS, Clang (M1/arm64)" build_profile: @@ -151,7 +151,7 @@ configurations: compiler.version: [ "13.0" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release", "Debug" ] - - id: configs/windows-visual_studio + - id: windows-visual_studio epochs: [0, 20211221, 20220120] hrname: "Windows, Visual Studio" content: diff --git a/.c3i/config_v2.yml b/.c3i/config_v2.yml index 2a1738ef41..7cc0b0834f 100644 --- a/.c3i/config_v2.yml +++ b/.c3i/config_v2.yml @@ -62,7 +62,7 @@ configurations: compiler.libcxx: ["libstdc++11"] compiler.version: ["11"] build_type: ["Release"] - - id: configs/macos-clang + - id: macos-clang epochs: [0, 20211221, 20220120, 20220628] hrname: "macOS, Clang" build_profile: @@ -75,7 +75,7 @@ configurations: compiler.version: [ "13" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release"] - - id: configs/macos-m1-clang + - id: macos-m1-clang epochs: [0, 20211221, 20220120, 20220628] hrname: "macOS M1, Clang" build_profile: @@ -89,7 +89,7 @@ configurations: compiler.version: ["13" ] compiler.libcxx: [ "libc++" ] build_type: [ "Release"] - - id: configs/windows-msvc + - id: windows-msvc epochs: [0, 20211221, 20220120, 20220628] hrname: "Windows, MSVC" build_profile: