Skip to content
Snippets Groups Projects
Commit 34dc9f42 authored by Ralf Jung's avatar Ralf Jung
Browse files

explain why only Iris timing can be diff'd

parent fb9278e9
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,10 @@ def build(args):
def time(args):
# Make sure only 'iris' variables are set.
# One could imagine generalizing to "either Iris or std++", but then if the
# ad-hoc timing jobs honor STDPP_REV, how do we make it so that particular
# deterministic std++ versions are used for Iris timing? This does not
# currently seem worth the effort / hacks.
for project in BUILD_BRANCHES.keys():
if project != 'iris':
print("'time' command only supports Iris branches")
......
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