Skip to content

Commit 0f2a9ee

Browse files
authored
Merge pull request #2731 from RossBrunton/ross/mirrorfix
In mirror script, ensure it uses remote sycl
2 parents 552e154 + 664e136 commit 0f2a9ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/mirror-commits-from-intel-llvm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def main():
8787
"log",
8888
"-1",
8989
"--format=%H",
90+
f"{args.intel_llvm_remote}/sycl",
91+
"--",
9092
"unified-runtime",
9193
],
9294
stdout=PIPE,

0 commit comments

Comments
 (0)