Skip to content

Commit

Permalink
Patch on v7.2.1 (#33)
Browse files Browse the repository at this point in the history
* solve conflict with upstream master

* solve conflict with upstream master

* v7.2.1 release

* minor fix

* remove conflicted/deprecated bazel modules
  • Loading branch information
xuyan-ru authored Mar 15, 2024
1 parent df40450 commit 863cf7c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ http_archive(
urls = ["https://github.com/google/leveldb/archive/main.zip"],
)

# Change master to the git tag you want.
http_archive(
name = "com_grail_bazel_toolchain",
strip_prefix = "bazel-toolchain-master",
urls = ["https://github.com/grailbio/bazel-toolchain/archive/master.tar.gz"],
)

load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")
bazel_toolchain_dependencies()

new_local_repository(
name = "local_f2c",
path = "../third_party/libf2c",
Expand Down

0 comments on commit 863cf7c

Please sign in to comment.