Skip to content

Commit

Permalink
Merge branch 'release-3.2.7' into release-3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Feb 20, 2024
2 parents 7fb939b + 956e4a6 commit 17756eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-self-hosted-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
. /opt/rh/rh-perl530/enable
export LIBCLANG_PATH=/opt/rh/llvm-toolset-7.0/root/lib64/
. /opt/rh/llvm-toolset-7.0/enable
alias cmake='cmake3'
cd vcpkg && ./bootstrap-vcpkg.sh && cd ..
mkdir -p build && cd build
cmake3 -DCMAKE_BUILD_TYPE=Release -DTESTS=ON -DWITH_CPPSDK=ON -DWITH_TARS_SERVICES=ON -DWITH_TIKV=OFF -DWITH_TARS_SERVICES=ON .. || cat *.log
cmake -DCMAKE_BUILD_TYPE=Release -DTESTS=ON -DWITH_CPPSDK=ON -DWITH_TARS_SERVICES=ON -DWITH_TIKV=OFF -DWITH_TARS_SERVICES=ON .. || cat *.log
make -j8
- name: Test
run: cd build && CTEST_OUTPUT_ON_FAILURE=TRUE make test
Expand Down

0 comments on commit 17756eb

Please sign in to comment.