-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#24437) ccache: add version 4.10, refactor cmake logic
* ccache: add new 4.10, simplify * ccache test_package: test built reference * ccache: xxhash, package type * ccache windows: invalid armv8 before 4.10 * Fixed test. Empty libdirs. --------- Co-authored-by: Francisco Ramirez de Anton <[email protected]>
- Loading branch information
1 parent
ba588b6
commit 925cc51
Showing
7 changed files
with
32 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,10 @@ | ||
sources: | ||
"4.10": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.10/ccache-4.10.tar.gz" | ||
sha256: "16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775" | ||
"4.9.1": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz" | ||
sha256: "4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25" | ||
"4.9": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9.tar.xz" | ||
sha256: "1ebc72324e3ab52af0b562bf54189d108e85eef6478d6304a345a3c2dc4018e0" | ||
"4.8.3": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3.tar.xz" | ||
sha256: "e47374c810b248cfca3665ee1d86c7c763ffd68d9944bc422d9c1872611f2b11" | ||
"4.8.2": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2.tar.xz" | ||
sha256: "3d3fb3f888a5b16c4fa7ee5214cca76348afd6130e8443de5f6f2424f2076a49" | ||
"4.8.1": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.8.1/ccache-4.8.1.tar.xz" | ||
sha256: "87959b6819530b3dcaeb39992f585b9fc2c7120302809741378097774919fb6f" | ||
"4.8": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8.tar.xz" | ||
sha256: "b963ee3bf88d7266b8a0565e4ba685d5666357f0a7e364ed98adb0dc1191fcbb" | ||
"4.7.4": | ||
url: "https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4.tar.xz" | ||
sha256: "df0c64d15d3efaf0b4f6837dd6b1467e40eeaaa807db25ce79c3a08a46a84e36" | ||
patches: | ||
"4.9.1": | ||
- patch_file: "patches/4.9-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
"4.9": | ||
- patch_file: "patches/4.9-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
"4.8.3": | ||
- patch_file: "patches/4.8-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
"4.8.2": | ||
- patch_file: "patches/4.8-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
"4.8.1": | ||
- patch_file: "patches/4.8-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
- patch_file: "patches/4.7.4-use-intrinsics-if-msbuild.patch" | ||
patch_description: "fix build issue when using Visual Studio generator" | ||
patch_type: "backport" | ||
patch_source: "https://github.com/ccache/ccache/commit/350787245e7e894c8a472b176545f59a10e9dadb" | ||
"4.8": | ||
- patch_file: "patches/4.8-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
- patch_file: "patches/4.7.4-use-intrinsics-if-msbuild.patch" | ||
patch_description: "fix build issue when using Visual Studio generator" | ||
patch_type: "backport" | ||
patch_source: "https://github.com/ccache/ccache/commit/350787245e7e894c8a472b176545f59a10e9dadb" | ||
"4.7.4": | ||
- patch_file: "patches/4.7.4-cmake-msvc-runtime.patch" | ||
patch_description: "fixup MSVC runtime" | ||
patch_type: "conan" | ||
- patch_file: "patches/4.7.4-use-intrinsics-if-msbuild.patch" | ||
patch_description: "fix build issue when using Visual Studio generator" | ||
patch_type: "backport" | ||
patch_source: "https://github.com/ccache/ccache/commit/350787245e7e894c8a472b176545f59a10e9dadb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
recipes/ccache/all/patches/4.7.4-use-intrinsics-if-msbuild.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
versions: | ||
"4.9.1": | ||
"4.10": | ||
folder: all | ||
"4.9": | ||
"4.9.1": | ||
folder: all | ||
"4.8.3": | ||
folder: all | ||
"4.8.2": | ||
folder: all | ||
"4.8.1": | ||
folder: all | ||
"4.8": | ||
folder: all | ||
"4.7.4": | ||
folder: all |