Builder win32_vs2017_clang
Build 8927145559146778192
Results:
Success
Trigger Info:
Project | boringssl |
Revision | 9b0970f1b01698dd60a6265e51bf1bf9eb38da72 |
Got Revision | 9b0970f1b01698dd60a6265e51bf1bf9eb38da72 |
Execution:
- Source: Task 41c686991bfe8910
- Bot: win10-727f49a0-us-west1-b-mw8k
- Recipe: boringssl
Steps and Logfiles:
Show:Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "C:\\b\\s\\w\\ir\\cache", "temp_dir": "C:\\b\\s\\w\\ir\\tmp\\rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "win10-727f49a0-us-west1-b-mw8k" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.boringssl.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1544807583629357, "id": "8927145559146778192", "project": "boringssl", "tags": ["builder:win32_vs2017_clang", "buildset:commit/git/9b0970f1b01698dd60a6265e51bf1bf9eb38da72", "buildset:commit/gitiles/boringssl.googlesource.com/boringssl/+/9b0970f1b01698dd60a6265e51bf1bf9eb38da72", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9092575621380438512", "scheduler_job_id:boringssl/win32_vs2017_clang", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "win32_vs2017_clang" | setup_build |
path_config | "generic" | setup_build |
recipe | "boringssl" | setup_build |
repository | "https://boringssl.googlesource.com/boringssl.git" | setup_build |
revision | "9b0970f1b01698dd60a6265e51bf1bf9eb38da72" | setup_build |
got_revision | "9b0970f1b01698dd60a6265e51bf1bf9eb38da72" | bot_update |
Blamelist:
- Alessandro Ghedini (alessandroohnoyoudont@cloudflare.com)
Timing:
Create | Friday, 14-Dec-18 17:13:03 UTC |
Start | Friday, 14-Dec-18 17:18:42 UTC |
End | Friday, 14-Dec-18 17:24:16 UTC |
Pending | 5 mins 38 secs |
Execution | 5 mins 34 secs |
All Changes:
-
Fix HRSS build error on ARM
Changed by Alessandro Ghedini - alessandroohnoyoudont@cloudflare.com Changed at Friday, 14-Dec-18 17:12:49 UTC Repository https://boringssl.googlesource.com/boringssl Branch Revision 9b0970f1b01698dd60a6265e51bf1bf9eb38da72 Comments
Fix HRSS build error on ARM Seeing the following errors with GCC 6 on ARM: crypto/hrss/hrss.c:212:12: error: function declaration isn't a prototype [-Werror=strict-prototypes] static int vec_capable() { return CRYPTO_is_NEON_capable(); } ^~~~~~~~~~~ crypto/hrss/hrss.c: In function 'vec_capable': crypto/hrss/hrss.c:212:12: error: old-style function definition [-Werror=old-style-definition] Change-Id: Ice540e6d436b8ada1dbc494f1feca10efff11687 Reviewed-on: https://boringssl-review.googlesource.com/c/33624 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
Changed files
- crypto/hrss/hrss.c