Skip to content

Commit

Permalink
Try to make bazel use abseil-master
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnusse committed Jun 10, 2021
1 parent 4c63c62 commit 34b9f03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ DIST_DEPS = {
],
},
"abseil-cpp": {
"archive": "df3ea785d8c30a9503321a3d35ee7d35808f190d.tar.gz",
"sha256": "f368a8476f4e2e0eccf8a7318b98dafbe30b2600f4e3cf52636e5eb145aba06a",
"archive": "8f92175783c9685045c50f227e7c10f1cddb4d58.tar.gz",
"sha256": "4f5c14510e6c7d80cb0aa3579aff22cc7428d9c2f7362cd24db79249b391c728",
"urls": [
"https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/df3ea785d8c30a9503321a3d35ee7d35808f190d.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/df3ea785d8c30a9503321a3d35ee7d35808f190d.tar.gz",
"https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/8f92175783c9685045c50f227e7c10f1cddb4d58.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/8f92175783c9685045c50f227e7c10f1cddb4d58.tar.gz",
],
"used_in": [
"additional_distfiles",
Expand Down
1 change: 1 addition & 0 deletions third_party/ijar/mapped_file_unix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <sys/mman.h>

#include <algorithm>
#include <limits>

#include "third_party/ijar/mapped_file.h"

Expand Down

0 comments on commit 34b9f03

Please sign in to comment.