Skip to content

Commit

Permalink
Bazel fixes (#31)
Browse files Browse the repository at this point in the history
* bazel fixes

* πŸ”„ "bazel fixes
"
Update anysphere/asphr commit SHA
πŸ”— anysphere/asphr@4667433

* πŸ”„ "fix duplication"
Update anysphere/asphr commit SHA
πŸ”— anysphere/asphr@b47ef1d
  • Loading branch information
Sualeh Asif authored Jun 16, 2022
1 parent 99890a8 commit 0731438
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ build --bes_backend=grpcs://remote.buildbuddy.io
build --remote_cache=grpcs://remote.buildbuddy.io
build --remote_upload_local_results
build --remote_timeout=3600
build --experimental_remote_cache_compression
build --experimental_remote_cache_async
build --remote_download_toplevel
# build --experimental_remote_cache_compression
# build --experimental_remote_cache_async
# build --remote_download_toplevel

build --genrule_strategy=local
# test --test_strategy=standalone
Expand Down Expand Up @@ -77,4 +77,4 @@ build:san --copt -O3
build:san --copt -fno-omit-frame-pointer
# we ignore ODR violations because we have two versions of zlib, one from protobuf and one from seal. not good. but issok.
build:san --action_env=ASAN_OPTIONS=detect_odr_violation=0
build:san --linkopt -fsanitize=address,undefined
build:san --linkopt -fsanitize=address,undefined
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.0.0
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "asphr",
commit = "dc17fe6be2425b9dbcd0b177e729fdd8ea721bae", # autoupdate anysphere/asphr
commit = "b47ef1dd0e6577660e49cf3b14a87963398c5a97", # autoupdate anysphere/asphr
init_submodules = True,
remote = "https://github.com/anysphere/asphr.git",
)
Expand Down

0 comments on commit 0731438

Please sign in to comment.