Skip to content

Commit

Permalink
[CI] Add sanitizer-enabled configuration
Browse files Browse the repository at this point in the history
Now that the issue with unaligned memory accesses is fiexed
(GPUOpen-Drivers#143), we can enable
sanitizers in the CI.
  • Loading branch information
kuhar authored and JaxLinAMD committed Dec 15, 2021
1 parent c05ce19 commit 367188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-xgl-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
base-image-template: ["gcr.io/stadia-open-source/amdvlk_%s%s:nightly"]
config: [Release]
feature-set: ["+gcc", "+gcc+assertions",
"+clang"]
"+clang", "+clang+shadercache+ubsan+asan+assertions"]
steps:
- name: Checkout XGL
run: |
Expand Down

0 comments on commit 367188b

Please sign in to comment.