forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(conan-io#4286) [msys2] Bump version and support two profiles approach.
* Bump version and support two profiles approach. https://docs.conan.io/en/latest/reference/profiles.html#build-profiles-and-host-profiles * PR 4286: invalid syntax * PR 4286: add new version (20210105) * PR 4286: CR avoid any check which are related to the running machine In general, we should avoid any check using platform, os_info,... which are related to the running machine, not to the package being generated. * PR 4286: try to move the msys2 download into source(.) https://docs.conan.io/en/latest/reference/conanfile/methods.html#source Please read the Note * PR 4286: 7zip -> tools.unzip(.) * PR 4286: install the new keyring # https://www.msys2.org/news/#2020-06-29-new-packagers * PR 4286: skip msys2 v.20161025 * PR 4286: fix invalid syntax * PR 4286: try to kill pacman first * PR 4286: try to kill pacman first on windows only * Revert "PR 4286: try to kill pacman first on windows only" This reverts commit e774845. * Revert "PR 4286: try to kill pacman first" This reverts commit 0048efa. * PR 4286: pac-man workarounds * PR 4286: Always kill all running msys2 processes * PR 4286: remove configure * PR 4286: more kills * PR 4286: add --ask 20 * PR 4286: less kills * PR 4286: skip hook warning * - more logs * - even more logs Signed-off-by: SSE4 <[email protected]> * - wait for the process Signed-off-by: SSE4 <[email protected]> * - it's possible we have several CI jobs which may incorrectly terminate each other with kill pacman Signed-off-by: SSE4 <[email protected]> * - guard to pass export on Linux Signed-off-by: SSE4 <[email protected]> * - typo * - ValueError * - syntax * - don't raise * - move downloads to build - drop version 20161025 - use new conandata.yml format - avoid unnecessary copying Co-authored-by: SSE4 <[email protected]>
- Loading branch information
1 parent
1b0f712
commit 1f79a9d
Showing
4 changed files
with
224 additions
and
62 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,34 +1,34 @@ | ||
sources: | ||
"20161025": | ||
- url: [ | ||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20161025.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20161025.tar.xz", | ||
] | ||
sha256: "8bafd3d52f5a51528a8671c1cae5591b36086d6ea5b1e76e17e390965cf6768f" | ||
- url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20161025.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz" | ||
] | ||
sha256: "bb1f1a0b35b3d96bf9c15092da8ce969a84a134f7b08811292fbc9d84d48c65d" | ||
"20190524": | ||
- url: [ | ||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20190524.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20190524.tar.xz", | ||
] | ||
sha256: "7a463afae8bf6ce8262f010a9a1648d056ad5cefc66d6eb69fe948c57d4ccb53" | ||
- url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20190524.tar.xz", | ||
] | ||
sha256: "168e156fa9f00d90a8445676c023c63be6e82f71487f4e2688ab5cb13b345383" | ||
"x86_64": | ||
url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20190524.tar.xz", | ||
] | ||
sha256: "168e156fa9f00d90a8445676c023c63be6e82f71487f4e2688ab5cb13b345383" | ||
"x86": | ||
url: [ | ||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20190524.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20190524.tar.xz", | ||
] | ||
sha256: "7a463afae8bf6ce8262f010a9a1648d056ad5cefc66d6eb69fe948c57d4ccb53" | ||
"20200517": | ||
- url: [ | ||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20200517.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20200517.tar.xz", | ||
] | ||
sha256: "4dbdde708a4bcf3c056e8f4f28b1b0e7a3210ffacc6296a7d11fdaf076fd431e" | ||
- url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20200517.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20200517.tar.xz", | ||
] | ||
sha256: "c4443113497acb2d2e285d40b929fc55f33f8f669902595ecdf66a655b63dc60" | ||
"x86_64": | ||
url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20200517.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20200517.tar.xz", | ||
] | ||
sha256: "c4443113497acb2d2e285d40b929fc55f33f8f669902595ecdf66a655b63dc60" | ||
"x86": | ||
url: [ | ||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20200517.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20200517.tar.xz", | ||
] | ||
sha256: "4dbdde708a4bcf3c056e8f4f28b1b0e7a3210ffacc6296a7d11fdaf076fd431e" | ||
"20210105": | ||
"x86_64": | ||
url: [ | ||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20210105.tar.xz", | ||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20210105.tar.xz", | ||
] | ||
sha256: "982e54de087d53adfc6a8caf7614d4a7add36dd02dcb0b7838060dd893e9f596" |
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 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 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,7 +1,8 @@ | ||
versions: | ||
"20161025": | ||
folder: "all" | ||
"20190524": | ||
folder: "all" | ||
"20200517": | ||
folder: "all" | ||
"20210105": | ||
folder: "all" | ||
|