gnu: aws-c-common: Update to 0.9.27.

* gnu/packages/c.scm (aws-c-common): Update to 0.9.27.
[arguments]: Disable parallel tests.
[supported-systems]: Add armhf-linux and aarch64-linux.

Change-Id: I66ddf9ed03f8ead70aa1c86792dd4aa8782ac59e
This commit is contained in:
Greg Hogan 2024-09-17 20:16:51 +00:00 committed by Ludovic Courtès
parent 44aba54ed3
commit f6752fd6e9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -977,7 +977,7 @@ C programming language.")
(package (package
(name "aws-c-common") (name "aws-c-common")
;; Update only when updating aws-crt-cpp. ;; Update only when updating aws-crt-cpp.
(version "0.6.20") (version "0.9.27")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -986,13 +986,15 @@ C programming language.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"089grcj58n4xs41kmnpaqpwsalcisjbqqb5yqahxxyfx2lf1j9c9")))) "1wzlxvcwr4s31c4q8nyj66x3za9s01xzq47ap2jwvr61c93pxcam"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:parallel-tests? #f
#:configure-flags
'("-DBUILD_SHARED_LIBS=ON"))) '("-DBUILD_SHARED_LIBS=ON")))
(supported-systems '("armhf-linux" "aarch64-linux"
"i686-linux" "x86_64-linux"))
(synopsis "Amazon Web Services core C library") (synopsis "Amazon Web Services core C library")
(supported-systems '("i686-linux" "x86_64-linux"))
(description (description
"This library provides common C99 primitives, configuration, data "This library provides common C99 primitives, configuration, data
structures, and error handling for the @acronym{AWS,Amazon Web Services} SDK.") structures, and error handling for the @acronym{AWS,Amazon Web Services} SDK.")