Skip to content

Commit

Permalink
[fix] Fix GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reindexer-bot committed Jan 14, 2025
1 parent 3817edd commit 665c5ed
Show file tree
Hide file tree
Showing 12 changed files with 225 additions and 486 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_grpc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

git clone --branch v1.44.0 https://github.com/grpc/grpc
git clone --branch v1.54.3 https://github.com/grpc/grpc
cd grpc
git submodule update --init
mkdir -p cmake/build
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04, ubuntu-24.04, macos-13]
include:
- os: ubuntu-24.04
cc: gcc-12
cxx: g++-12
- os: ubuntu-latest
sanitizer: ASAN
cc: gcc-10
cxx: g++-10
- os: ubuntu-latest
sanitizer: TSAN
cc: gcc-12
Expand Down Expand Up @@ -119,8 +114,6 @@ jobs:
include:
- os: ubuntu-latest
sanitizer: ASAN
cc: gcc-10
cxx: g++-10
test: 'C++'
- os: ubuntu-latest
sanitizer: ASAN
Expand Down
31 changes: 0 additions & 31 deletions clang-tidy/.clang-tidy

This file was deleted.

10 changes: 0 additions & 10 deletions clang-tidy/.clang-tidy-ignore

This file was deleted.

Loading

0 comments on commit 665c5ed

Please sign in to comment.