4bac34ead1
GitOrigin-RevId: 724bfc0892363087709bd3a5a1666296759154b1
22 lines
790 B
Diff
22 lines
790 B
Diff
diff --git a/WORKSPACE b/WORKSPACE
|
|
index ad16b3a1..52b66703 100644
|
|
--- a/WORKSPACE
|
|
+++ b/WORKSPACE
|
|
@@ -81,17 +81,6 @@ load("@com_github_google_rules_install//:setup.bzl", "install_rules_setup")
|
|
|
|
install_rules_setup()
|
|
|
|
-# Need to load before rules_flex/rules_bison to make sure
|
|
-# win_flex_bison is the chosen toolchain on Windows
|
|
-load("//bazel:win_flex_bison.bzl", "win_flex_configure")
|
|
-
|
|
-win_flex_configure(
|
|
- name = "win_flex_bison",
|
|
- sha256 = "8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135",
|
|
- # bison 3.8.2, flex 2.6.4
|
|
- url = "https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip",
|
|
-)
|
|
-
|
|
http_archive(
|
|
name = "rules_m4",
|
|
sha256 = "b0309baacfd1b736ed82dc2bb27b0ec38455a31a3d5d20f8d05e831ebeef1a8e",
|