Merge pull request #308 from aminya/artifacts [skip ci]

This commit is contained in:
Amin Yahyaabadi 2024-10-02 14:10:40 -07:00 committed by GitHub
commit 9935084e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64"] export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64", "amd64_x86"]
export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"] export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"]
export const arm64 = ["aarch64", "arm64", "woa64", "arm"] export const arm64 = ["aarch64", "arm64", "woa64", "arm"]
export const armv7 = ["armv7", "armv7a"] export const armv7 = ["armv7", "armv7a"]

View File

@ -18,8 +18,7 @@ export const DefaultVersions: Record<string, string | undefined> = {
"clang-format": defaultLLVM, "clang-format": defaultLLVM,
clangformat: defaultLLVM, clangformat: defaultLLVM,
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
cmake: "3.30.3", // https://github.com/Kitware/CMake/releases cmake: "3.30.4", // https://github.com/Kitware/CMake/releases
conan: "1.65.0", // 2.7.1 // https://github.com/conan-io/conan/releases
meson: "1.5.2", // https://github.com/mesonbuild/meson/releases meson: "1.5.2", // https://github.com/mesonbuild/meson/releases
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
task: "3.39.2", // https://github.com/go-task/task/releases task: "3.39.2", // https://github.com/go-task/task/releases