HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34895 )
Change subject: crossgcc: Upgrade CMake to 3.15.2 ......................................................................
crossgcc: Upgrade CMake to 3.15.2
Changes: https://cmake.org/cmake/help/v3.15/release/3.15.html
"In CMake 3.15.0 and 3.15.1 the CMAKE_FIND_PACKAGE_PREFER_CONFIG variable caused the find_package() command to fail on a missing package even without the REQUIRED option. This has been fixed."
Change-Id: Id3283b4a091a5a8afd76235059636bba1c238f0f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.15.2.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/34895/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index c7f63c3b..5754b09 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.15.0 +CMAKE_VERSION=3.15.2 NASM_VERSION=2.14.02
# GCC toolchain archive locations diff --git a/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum deleted file mode 100644 index 3ec1605..0000000 --- a/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -0a1c3870d566061da8b9ed02bbfe17a39c7bf3cd tarballs/cmake-3.15.0.tar.gz diff --git a/util/crossgcc/sum/cmake-3.15.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.2.tar.gz.cksum new file mode 100644 index 0000000..55f5572 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.15.2.tar.gz.cksum @@ -0,0 +1 @@ +7561a018f41d6adc0efbdd399904172abb4968ec tarballs/cmake-3.15.2.tar.gz
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34895
to look at the new patch set (#2).
Change subject: crossgcc: Upgrade CMake to 3.15.3 ......................................................................
crossgcc: Upgrade CMake to 3.15.3
Changes: https://cmake.org/cmake/help/v3.15/release/3.15.html
Change-Id: Id3283b4a091a5a8afd76235059636bba1c238f0f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/34895/2
Name of user not set #1002476 has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34895 )
Change subject: crossgcc: Upgrade CMake to 3.15.3 ......................................................................
Patch Set 2: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34895 )
Change subject: crossgcc: Upgrade CMake to 3.15.3 ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/34895 )
Change subject: crossgcc: Upgrade CMake to 3.15.3 ......................................................................
crossgcc: Upgrade CMake to 3.15.3
Changes: https://cmake.org/cmake/help/v3.15/release/3.15.html
Change-Id: Id3283b4a091a5a8afd76235059636bba1c238f0f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/34895 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Name of user not set #1002476: Looks good to me, but someone else must approve
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index c7f63c3b..9c10c7d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.15.0 +CMAKE_VERSION=3.15.3 NASM_VERSION=2.14.02
# GCC toolchain archive locations diff --git a/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum deleted file mode 100644 index 3ec1605..0000000 --- a/util/crossgcc/sum/cmake-3.15.0.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -0a1c3870d566061da8b9ed02bbfe17a39c7bf3cd tarballs/cmake-3.15.0.tar.gz diff --git a/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum new file mode 100644 index 0000000..c467676 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum @@ -0,0 +1 @@ +f467388ba336ea3652f5800918a72cfcc4f7f403 tarballs/cmake-3.15.3.tar.gz