Commit 3d30ba0
authored
Load toolchains_llvm dependencies earlier in tests (#682)
There are certain dependency requirements for toolchains_llvm. Without
Bzlmod, the user must take care that are correct or call the macro to
load transitive dependencies.
If this is done in a too late step, a version of a transitive dependency
might be taken instead of the one that toolchains_llvm require.
This commit move the load at the beginning to mimic what the user should
do without Bzlmod.
With this change, the version of skylib defined in toolchains_llvm is
taken instead of the one defined in bazel_features repository.1 parent d04fb9d commit 3d30ba0
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments