Commit 8b60cde 1 parent 689019f commit 8b60cde Copy full SHA for 8b60cde
File tree 4 files changed +3
-10
lines changed
4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ util/bot/golang
17
17
util /bot /gyp
18
18
util /bot /libcxx
19
19
util /bot /libcxxabi
20
- util /bot /libFuzzer
21
20
util /bot /llvm-build
22
21
util /bot /nasm-win32.exe
23
22
util /bot /perl-win32
Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ vars = {
16
16
'chromium_git' : 'https://chromium.googlesource.com' ,
17
17
18
18
'checkout_clang' : False ,
19
- 'checkout_fuzzer' : False ,
20
19
'checkout_sde' : False ,
21
20
'checkout_nasm' : False ,
22
21
'checkout_libcxx' : False ,
23
22
}
24
23
25
24
deps = {
26
25
'boringssl/util/bot/android_ndk' : {
27
- 'url' : Var ('chromium_git' ) + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b ' ,
26
+ 'url' : Var ('chromium_git' ) + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884 ' ,
28
27
'condition' : 'checkout_android' ,
29
28
},
30
29
@@ -36,11 +35,6 @@ deps = {
36
35
'boringssl/util/bot/gyp' :
37
36
Var ('chromium_git' ) + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb' ,
38
37
39
- 'boringssl/util/bot/libFuzzer' : {
40
- 'url' : Var ('chromium_git' ) + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + '658ff786a213703ff0df6ba4a288e9a1e218c074' ,
41
- 'condition' : 'checkout_fuzzer' ,
42
- },
43
-
44
38
# Update the following revisions from
45
39
# https://chromium.googlesource.com/chromium/buildtools/+/master/DEPS
46
40
'boringssl/util/bot/libcxx' : {
Original file line number Diff line number Diff line change 45
45
EXE_SFX = '.exe' if sys .platform == 'win32' else ''
46
46
47
47
# Pinned version of Go toolset to download.
48
- TOOLSET_VERSION = 'go1.10.3 '
48
+ TOOLSET_VERSION = 'go1.11 '
49
49
50
50
# Platform dependent portion of a download URL. See http://golang.org/dl/.
51
51
TOOLSET_VARIANTS = {
Original file line number Diff line number Diff line change 19
19
# CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang
20
20
# to use. These should be synced with tools/clang/scripts/update.py in
21
21
# Chromium.
22
- CLANG_REVISION = '337439 '
22
+ CLANG_REVISION = '340925 '
23
23
CLANG_SUB_REVISION = 1
24
24
25
25
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION , CLANG_SUB_REVISION )
You can’t perform that action at this time.
0 commit comments