- W21.1: ci-sanitize preset 独立 Linux-clang + ci-threadsan (TSan) - W21.2: anthropic tool_use content_block 解析 + configure 缓存 tools_json - W21.3: --prompt 非交互批处理模式 - W21.4: session auto-save 失败告警 + 当前目录 fallback - W21.5: smoke 补 tool_calls 边界用例 4 块 12 断言 - W21.6: anthropic 11 块 78 CHECK + deepseek 12 块 78 CHECK Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
134 lines
4.4 KiB
JSON
134 lines
4.4 KiB
JSON
{
|
|
"version": 3,
|
|
"vendor": {
|
|
"conan": {}
|
|
},
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 15,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"displayName": "'conan-release' config",
|
|
"description": "'conan-release' configure using 'Ninja' generator",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_C_COMPILER": "cl",
|
|
"CMAKE_CXX_COMPILER": "cl"
|
|
},
|
|
"toolset": {
|
|
"value": "v145",
|
|
"strategy": "external"
|
|
},
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "external"
|
|
},
|
|
"toolchainFile": "${sourceDir}/build/build/Release/generators/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/build/Release"
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"displayName": "CI Release (cross-platform)",
|
|
"description": "Cross-platform CI build; compiler set via Conan CMakeToolchain",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
},
|
|
"toolchainFile": "${sourceDir}/build/Release/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/ci"
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"displayName": "CI Sanitizer (ASan+UBSan)",
|
|
"description": "AddressSanitizer + UndefinedBehaviorSanitizer Linux clang CI build",
|
|
"generator": "Ninja",
|
|
"toolchainFile": "${sourceDir}/build/Release/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/ci-sanitize",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_C_COMPILER": "clang-18",
|
|
"CMAKE_CXX_COMPILER": "clang++-18",
|
|
"CMAKE_C_FLAGS": "-fsanitize=address,undefined -fno-omit-frame-pointer",
|
|
"CMAKE_CXX_FLAGS": "-fsanitize=address,undefined -fno-omit-frame-pointer"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-threadsan",
|
|
"displayName": "CI ThreadSanitizer (TSan)",
|
|
"description": "ThreadSanitizer Linux clang CI build",
|
|
"generator": "Ninja",
|
|
"toolchainFile": "${sourceDir}/build/Release/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/ci-threadsan",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_C_COMPILER": "clang-18",
|
|
"CMAKE_CXX_COMPILER": "clang++-18",
|
|
"CMAKE_C_FLAGS": "-fsanitize=thread -fno-omit-frame-pointer",
|
|
"CMAKE_CXX_FLAGS": "-fsanitize=thread -fno-omit-frame-pointer"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"configurePreset": "conan-release",
|
|
"jobs": 32
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"configurePreset": "ci-release",
|
|
"jobs": 0
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"configurePreset": "ci-sanitize",
|
|
"jobs": 0
|
|
},
|
|
{
|
|
"name": "ci-threadsan",
|
|
"configurePreset": "ci-threadsan",
|
|
"jobs": 0
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"configurePreset": "conan-release",
|
|
"execution": {
|
|
"jobs": 32
|
|
},
|
|
"environment": {
|
|
"OPENSSL_MODULES": "C:\\Users\\Administrator\\.conan2\\p\\b\\opens4d81e45a1d5f5\\p\\lib\\ossl-modules"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"configurePreset": "ci-release",
|
|
"execution": {
|
|
"jobs": 0
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"configurePreset": "ci-sanitize",
|
|
"execution": {
|
|
"jobs": 0
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-threadsan",
|
|
"configurePreset": "ci-threadsan",
|
|
"execution": {
|
|
"jobs": 0
|
|
}
|
|
}
|
|
]
|
|
} |