Skip to content

Commit

Permalink
Revert "Bump sb-signing-utils version to v0.4"
Browse files Browse the repository at this point in the history
This reverts commit a4185c8.

Reports have come in that on some build environments this causes
build failures like this one:

 --> crtSignedContainer.sh: Generating signing requests...

 *** glibc detected *** create-container: malloc(): memory corruption: 0x00000000006096e0 ***

So, we will revert for now until this can be root caused and fixed.

Reported-by: Mike Baiocchi <[email protected]>
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
stewartsmith committed Feb 8, 2018
1 parent c69c2a7 commit dd3cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpower/package/sb-signing-utils/sb-signing-utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SB_SIGNING_UTILS_SITE ?= $(call github,open-power,sb-signing-utils,$(SB_SIGNING_

SB_SIGNING_UTILS_LICENSE = Apache-2.0
SB_SIGNING_UTILS_LICENSE_FILES = LICENSE
SB_SIGNING_UTILS_VERSION ?= v0.4
SB_SIGNING_UTILS_VERSION ?= v0.3

HOST_SB_SIGNING_UTILS_DEPENDENCIES = host-openssl

Expand Down

0 comments on commit dd3cc5e

Please sign in to comment.