Skip to content

Commit

Permalink
Add toolchain for Chromium 61.0.3163.25
Browse files Browse the repository at this point in the history
  • Loading branch information
sayrer committed Aug 3, 2017
1 parent 3a1cd32 commit ed721f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions toolchains/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Defines external repositories needed by bazel-toolchains.
# Chromium toolchain corresponds to Chromium 61.0.3153.4.
# Chromium toolchain corresponds to Chromium 61.0.3163.25.

def bazel_toolchains_repositories():
org_chromium_clang_mac()
Expand All @@ -29,16 +29,16 @@ def org_chromium_clang_mac():
native.new_http_archive(
name = 'org_chromium_clang_mac',
build_file = str(Label('//build_files:org_chromium_clang_mac.BUILD')),
sha256 = '9195a37d06c52a208415d14efd31fc807e100258478c69465239df1e30e59761',
urls = ['https://commondatastorage.googleapis.com/chromium-browser-clang/Mac/clang-305735-3.tgz'],
sha256 = '29d3bde888041fe3d43a756daaa79cc5c16d83af6c20ccac05f5f7b9e2db5efb',
urls = ['https://commondatastorage.googleapis.com/chromium-browser-clang/Mac/clang-307486-1.tgz'],
)

def org_chromium_clang_linux_x64():
native.new_http_archive(
name = 'org_chromium_clang_linux_x64',
build_file = str(Label('//build_files:org_chromium_clang_linux_x64.BUILD')),
sha256 = '9088f855c587d236e924b3c0e1942f45d8eb30630c355970d6ca3f32611ed96f',
urls = ['https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-305735-3.tgz'],
sha256 = '8e0b56a133041f6bac341528224b7ba93a93ff3bb407b238feacbcf7cd63be0b',
urls = ['https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-307486-1.tgz'],
)

def org_chromium_sysroot_linux_x64():
Expand Down

0 comments on commit ed721f1

Please sign in to comment.