Skip to content
Snippets Groups Projects
Commit b71547b2 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Explicitly use HEAD for projects in sanitizer builds

parent 2f8336e1
No related branches found
No related tags found
1 merge request!796Explicitly use HEAD for projects in sanitizer builds
Pipeline #3721733 failed
......@@ -107,7 +107,7 @@ SAN_PROJECTS = [
]
san = create_head_slot(
'lhcb-sanitizers',
projects=SAN_PROJECTS,
projects=[Project(pname, "HEAD") for pname in SAN_PROJECTS],
platforms=[
'x86_64_v2-centos7-gcc11-dbg+asan',
'x86_64_v2-centos7-gcc11-dbg+lsan',
......
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