Skip to content

Commit

Permalink
[CI] Revert "[CI] Disable ubsan+asan build check before the build fix…
Browse files Browse the repository at this point in the history
…ed."

This reverts commit f440b0f.
  • Loading branch information
qiaojbao committed Jan 4, 2024
1 parent efaa977 commit 183eaf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-amdllpc-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
image-template: ["amdvlkadmin/amdvlk_%s%s:nightly"]
config: [Release]
feature-set: ["+gcc", "+gcc+assertions",
"+clang"]
"+clang",
"+clang+ubsan+asan",
"+clang+ubsan+asan+assertions"]
steps:
- name: Free up disk space
if: contains(matrix.feature-set, '+ubsan') || contains(matrix.feature-set, '+asan') || contains(matrix.feature-set, '+tsan') || contains(matrix.feature-set, '+coverage')
Expand Down

0 comments on commit 183eaf2

Please sign in to comment.