Skip to content

Commit c6ace58

Browse files
authored
Merge pull request #173 from aminya/arch-gcc [skip ci]
2 parents d5cf571 + 4080e4c commit c6ace58

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

dist/node12/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/node12/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/node16/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/node16/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.

src/versions/default_versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export const DefaultVersions: Record<string, string> = {
2020
clangtidy: getLLVMDefault(),
2121
clangformat: getLLVMDefault(),
2222
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
23-
cmake: "3.25.1", // https://github.com/Kitware/CMake/releases
23+
cmake: "3.26.4", // https://github.com/Kitware/CMake/releases
2424
gcovr: "5.2", // https://pypi.org/project/gcovr/
25-
conan: "1.57.0", // https://github.com/conan-io/conan/releases
26-
meson: "1.0.0", // https://github.com/mesonbuild/meson/releases
25+
conan: "1.60.0", // https://github.com/conan-io/conan/releases
26+
meson: "1.0.2", // https://github.com/mesonbuild/meson/releases
2727
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
28-
task: "3.20.0", // https://github.com/go-task/task/releases
29-
doxygen: isArch() ? "1.9.6-1" : "1.9.6", // 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/
30-
gcc: isArch() ? "12.2.1-2" : "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
28+
task: "3.25.0", // https://github.com/go-task/task/releases
29+
doxygen: isArch() ? "1.9.6-1" : "1.9.7", // 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/
30+
gcc: isArch() ? "13.1.1-1" : "13", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
3131
}
3232

3333
/// If an ubuntu versions is not in this map:

0 commit comments

Comments
 (0)