From 63537d518790132eac86659169c256ac1bf247be Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Wed, 23 Jan 2019 16:03:11 -0800 Subject: Update to build with the latest version of bazel * http_archive and git_repository are now skylark rules, update to use them. * new_http_archive has been merged with http_archive, and takes a label for build_file instead of a path. Add an empty third_party/BUILD file so that we can reference the label. * Rename tools/bazel.rc to .bazelrc --- tools/bazel.rc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tools/bazel.rc (limited to 'tools') diff --git a/tools/bazel.rc b/tools/bazel.rc deleted file mode 100644 index e47b006..0000000 --- a/tools/bazel.rc +++ /dev/null @@ -1,6 +0,0 @@ -# For building with the clang-specific flavor of ASAN. -build:clang-asan --client_env=CC=clang-5.0 -build:clang-asan --copt -g3 -build:clang-asan --copt -fsanitize=address -build:clang-asan --linkopt -fsanitize=address -build:clang-asan --copt -fno-omit-frame-pointer -- cgit v1.2.3