Skip to content

Commit

Permalink
iox-#736 Use clang-10 in Github CI Sanitize workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed May 20, 2021
1 parent e6be1f7 commit 92f5bde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
uses: actions/checkout@v2

- name: Build
env:
CC: clang-10
CXX: clang++-10
run: |
sudo $GITHUB_WORKSPACE/tools/add_test_users.sh
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all sanitize clang test-add-user
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh build-strict build-all sanitize test-add-user
- name: Run tests
run: |
Expand Down

0 comments on commit 92f5bde

Please sign in to comment.