Skip to content

Commit

Permalink
[C++] Add debug output to the sanitize build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Mar 17, 2024
1 parent 255aac6 commit e576602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y g++-${{ matrix.version }} libbsd-dev uuid-dev
- name: Build
run: cppbuild/cppbuild --relwithdebinfo-build --sanitise-build --c-warnings-as-errors --cxx-warnings-as-errors --slow-system-tests
run: cmake --version; make --version; ldd --version; g++-${{ matrix.version }} --version; cppbuild/cppbuild --relwithdebinfo-build --sanitise-build --c-warnings-as-errors --cxx-warnings-as-errors --slow-system-tests
- name: Copy test logs
id: copy_test_logs
if: failure()
Expand Down

0 comments on commit e576602

Please sign in to comment.