Skip to content

Commit

Permalink
Merge tag 'v6.22.1' into igor_6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Sep 27, 2021
2 parents 772311c + 51b5409 commit 1fcf605
Show file tree
Hide file tree
Showing 817 changed files with 82,423 additions and 23,948 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Download clang-format-diff.py
uses: wei/wget@v1
with:
args: https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/clang-format-diff.py
args: https://raw.githubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/clang-format-diff.py

- name: Check format
run: VERBOSE_CHECK=1 make check-format
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rocksdb.pc
*.gcda
*.gcno
*.o
*.o.tmp
*.so
*.so.*
*_test
Expand Down Expand Up @@ -93,3 +94,8 @@ compile_commands.json
.clangd
clang-format-diff.py
.py3/

fuzz/proto/gen/
fuzz/crash-*

cmake-build-*
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ dist: trusty
language: cpp
os:
- linux
- osx
arch:
- amd64
- arm64
- ppc64le
compiler:
- gcc
osx_image: xcode9.4
cache:
directories:
- "$BUILD_DIR/aws"
addons:
apt:
packages:
- zlib1g-dev
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- libgflags-dev
- libbz2-dev
- libsnappy-dev
- curl
Expand Down
Loading

0 comments on commit 1fcf605

Please sign in to comment.