Skip to content

Commit 2653c43

Browse files
committed
fix: update cmake, gcovr, conan, meson, task, doxygen
1 parent 8c22730 commit 2653c43

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions/default_versions.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ export const DefaultVersions: Record<string, string | undefined> = {
1818
"clang-format": defaultLLVM,
1919
clangformat: defaultLLVM,
2020
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
21-
cmake: "3.30.2", // https://github.com/Kitware/CMake/releases
22-
gcovr: "5.2", // "6.0", // https://pypi.org/project/gcovr/
23-
conan: "1.64.1", // 2.0.17 // https://github.com/conan-io/conan/releases
24-
meson: "1.5.1", // https://github.com/mesonbuild/meson/releases
21+
cmake: "3.30.3", // https://github.com/Kitware/CMake/releases
22+
conan: "1.65.0", // 2.7.1 // https://github.com/conan-io/conan/releases
23+
meson: "1.5.2", // https://github.com/mesonbuild/meson/releases
2524
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
26-
task: "3.38.0", // https://github.com/go-task/task/releases
27-
doxygen: isArch() ? "1.11.0-4" : "1.11.0", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
25+
task: "3.39.2", // https://github.com/go-task/task/releases
26+
doxygen: isArch() ? "1.12.0-2" : "1.12.0", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
2827
gcc: process.platform === "win32"
2928
? "14.2.0posix-18.1.8-12.0.0-ucrt-r1"
3029
: "", // use the default version on Ubuntu, Fedora, Arch, macOS, etc.

0 commit comments

Comments
 (0)