Commit 728c580
authored
Fix bazel query failure for oneAPI (#168)
This PR resolves a CI failure where bazelisk query "deps(//xla/...)"
failed during transitive dependency evaluation due to the
https://github.com/oneapi hermetic repository enforcing ONEAPI_VERSION
and OS via --repo_env
Another change in the sycl.BUILD fixes the syntax error1 parent e3dadfe commit 728c580
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
0 commit comments