소스 검색

Bump requirements to MSVC 2015.

Track the Chromium requirements. This makes our bots build with 2015 instead of
2013.

BUG=43

Change-Id: Id5329900a5d1d5fae4b5b22299ed47bc1b947dd8
Reviewed-on: https://boringssl-review.googlesource.com/7820
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 년 전
부모
커밋
bbe6af0e2a
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      BUILDING.md
  2. +2
    -2
      util/bot/vs_toolchain.py

+ 1
- 1
BUILDING.md 파일 보기

@@ -24,7 +24,7 @@
by CMake, it may be configured explicitly by setting
`CMAKE_ASM_NASM_COMPILER`.

* A C compiler is required. On Windows, MSVC 12 (Visual Studio 2013) or later
* A C compiler is required. On Windows, MSVC 14 (Visual Studio 2015) or later
with Platform SDK 8.1 or later are supported. Recent versions of GCC (4.8+)
and Clang should work on non-Windows platforms, and maybe on Windows too.



+ 2
- 2
util/bot/vs_toolchain.py 파일 보기

@@ -64,8 +64,8 @@ def SetEnvironmentAndGetRuntimeDllDirs():
def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
# Use Chromium's VS2013.
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']
# Use Chromium's VS2015.
return ['95ddda401ec5678f15eeed01d2bee08fcbc5ee97']


def FindDepotTools():


불러오는 중...
취소
저장