Skip to content

Commit

Permalink
Revert "[AD-721] resolve linux build error (#68)"
Browse files Browse the repository at this point in the history
This reverts commit 0249517.
  • Loading branch information
alinaliBQ authored Apr 29, 2022
1 parent 0249517 commit 90ae08e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,446 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
### Additional Reviewers
@affonsoBQ
@alexey-temnikov
@alinaliBQ
@andiem-bq
@birschick-bq
<!-- Any additional reviewers -->
13 changes: 13 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Automatic Code Reviews

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: ZedThree/[email protected]
id: review
continue-on-error: true
18 changes: 1 addition & 17 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,7 @@ jobs:
cmake .. -DCMAKE_BUILD_TYPE=Release -DBSONCXX_POLY_USE_MNMLSTC=1 -DCMAKE_INSTALL_PREFIX=/usr/local
sudo make
sudo make install
# TODO enable clang-tidy-check
# https://bitquill.atlassian.net/browse/AD-726

# generate compile_commands.json file for clang-tidy-check, requires mongocxx and boost dependencies
# - name: generate-compile-commands-file
# run: |
# cmake "${{github.workspace}}/src" -DCMAKE_EXPORT_COMPILE_COMMANDS=on -DCMAKE_BUILD_TYPE=Release -DCODE_COVERAGE="OFF" -DBUILD_SHARED_LIBS="OFF" -DWITH_TESTS="ON" -DWITH_CORE="OFF" -DWITH_ODBC="ON"

# - name: clang-tidy-check
# uses: ZedThree/[email protected]
# id: review
# with:
# If there are any comments, fail the check
# - if: steps.review.outputs.total_comments > 0
# run: exit 1

- name: configure-and-build-driver
run: |
./build_linux_release64_deb.sh
Expand Down
Loading

0 comments on commit 90ae08e

Please sign in to comment.