mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
Make ubsan stricter
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
b2704144f6
commit
74e67d8739
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ executors:
|
|||
docker:
|
||||
- image: yshui/comptonci
|
||||
working_directory: "/tmp/workspace"
|
||||
environment:
|
||||
UBSAN_OPTIONS: "halt_on_error=1"
|
||||
|
||||
version: 2.1
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue