Skip to content

Commit 813b31a

Browse files
authored
Remove symlinks from overlay files (#6571)
Add actual data from `../MODULE.bazel` files in order to remove symlinks. This unblocks BCR validation test.
1 parent cd6ab23 commit 813b31a

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

modules/osqp/1.0.0.bcr.1/overlay/MODULE.bazel

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module(
2+
name = "osqp",
3+
version = "1.0.0.bcr.1",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
7+
8+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
9+
bazel_dep(name = "cmake_configure_file", version = "0.1.2")
10+
bazel_dep(name = "platforms", version = "0.0.11")
11+
bazel_dep(name = "qdldl", version = "0.1.8.bcr.1")
12+
bazel_dep(name = "rules_cc", version = "0.1.1")
13+
bazel_dep(name = "rules_cuda", version = "0.2.4")
14+
15+
cuda = use_extension("@rules_cuda//cuda:extensions.bzl", "toolchain")
16+
cuda.local_toolchain(
17+
name = "local_cuda",
18+
toolkit_path = "",
19+
)
20+
use_repo(cuda, "local_cuda")

modules/qdldl/0.1.8.bcr.1/overlay/MODULE.bazel

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module(
2+
name = "qdldl",
3+
version = "0.1.8.bcr.1",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
7+
8+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
9+
bazel_dep(name = "cmake_configure_file", version = "0.1.2")
10+
bazel_dep(name = "platforms", version = "0.0.11")
11+
bazel_dep(name = "rules_cc", version = "0.1.1")

modules/suitesparse/7.10.1.bcr.2/overlay/MODULE.bazel

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module(
2+
name = "suitesparse",
3+
version = "7.10.1.bcr.2",
4+
bazel_compatibility = [">=7.2.1"],
5+
)
6+
7+
bazel_dep(name = "platforms", version = "0.0.11")
8+
bazel_dep(name = "rules_cc", version = "0.1.1")
9+

0 commit comments

Comments
 (0)