Skip to content

Commit 664e136

Browse files
committed
In mirror script, ensure it uses remote sycl
Previously, it used the currently checked out commit, causing desyncs if the intel llvm directory isn't updated.
1 parent 552e154 commit 664e136

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)