Skip to content

Commit b4f8824

Browse files
committed
Make omp targets manual and cc back to 2.8
1 parent e382ab4 commit b4f8824

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ cc_test(
101101
srcs = ["omp_test.c"],
102102
copts = ["-fopenmp"],
103103
linkopts = ["-fopenmp"],
104+
tags = ["manual"],
104105
deps = ["@llvm_toolchain//:omp"],
105106
)
106107

@@ -114,6 +115,7 @@ cc_test(
114115
srcs = ["omp_test.cc"],
115116
copts = ["-fopenmp"],
116117
linkopts = ["-fopenmp"],
118+
tags = ["manual"],
117119
deps = ["@llvm_toolchain//:omp"],
118120
)
119121

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ local_path_override(
2222

2323
bazel_dep(name = "bazel_skylib", version = "1.8.2")
2424
bazel_dep(name = "platforms", version = "1.0.0")
25-
bazel_dep(name = "rules_cc", version = "0.2.13")
25+
bazel_dep(name = "rules_cc", version = "0.2.8")
2626
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
2727
bazel_dep(name = "rules_rust", version = "0.67.0")
2828
bazel_dep(name = "rules_foreign_cc", version = "0.15.0")

0 commit comments

Comments
 (0)