diff options
| author | ruki <[email protected]> | 2025-01-13 11:41:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-13 11:41:19 +0800 |
| commit | bc442246a3f08958726b5506d84fad78664312b3 (patch) | |
| tree | 09ddd5fbbe300d47ace9bd7dea9a34de36c6d1ff /tests/projects/c++/modules/test_headerunits.lua | |
| parent | eb5e21b16f5f3d27fe7a8a432b3434502aa682de (diff) | |
| parent | 1c6398f0ad99a00788efab9520088b7f52a4d36e (diff) | |
Merge pull request #6065 from xmake-io/ci
fix ci
Diffstat (limited to 'tests/projects/c++/modules/test_headerunits.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_headerunits.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_headerunits.lua b/tests/projects/c++/modules/test_headerunits.lua index 70e8b3d51..b13b22a7f 100644 --- a/tests/projects/c++/modules/test_headerunits.lua +++ b/tests/projects/c++/modules/test_headerunits.lua @@ -51,7 +51,7 @@ function main(t) end local clang = find_tool("clang", {version = true}) if clang and clang.version then - if semver.compare(clang.version, "15.0") >= 0 then + if semver.compare(clang.version, "19.0") >= 0 then os.exec("xmake clean -a") -- clang-scan-deps dependency detection doesn't support header units atm os.exec("xmake f --toolchain=clang --policies=build.c++.clang.fallbackscanner -c --yes") |
