Skip to content
Snippets Groups Projects
Commit 245eb331 authored by Kacper Michajłow's avatar Kacper Michajłow
Browse files

ci: remove redundant UBSAN_OPTIONS

meson since 1.3.0 export UBSAN_OPTIONS and ASAN_OPTIONS for tests when
needed.
parent 8e8c2be1
No related branches found
No related tags found
1 merge request!690ci: update docker image to noble
......@@ -170,8 +170,6 @@ sanitize:
stage: sanitize
tags:
- gpu
variables:
UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1'
script:
- env CC=clang CXX=clang++ CC_LD=lld CXX_LD=lld
meson build --buildtype debugoptimized
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment