Skip to content

Commit

Permalink
ci: trigger ut when MODULE.bazel changed (#226)
Browse files Browse the repository at this point in the history
* ci: trigger ut when MODULE.bazel changed

* format MODULE.bazel
  • Loading branch information
tongke6 authored Dec 18, 2024
1 parent 7273546 commit 07bca62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ workflows:
mapping: |
psi/.* build-and-run true
bazel/.* build-and-run true
MODULE.bazel build-and-run true
.bazelrc build-and-run true
.circleci/test.yml build-and-run true
- lint
Expand Down
5 changes: 2 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ bazel_dep(name = "boost.algorithm", version = "1.83.0.bcr.1")
bazel_dep(name = "boost.multiprecision", version = "1.83.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

# --registry=https://baidu.github.io/babylon/registry
bazel_dep(name = "openssl", version = "3.3.2.bcr.1")

# self-host registry
bazel_dep(name = "openssl", version = "3.3.2.bcr.1")
bazel_dep(name = "org_interconnection", version = "0.0.1")
bazel_dep(name = "fourqlib", version = "0.0.0-20220901-1031567")
bazel_dep(name = "arrow", version = "10.0.0", repo_name = "org_apache_arrow")
Expand All @@ -66,6 +64,7 @@ use_repo(
)

new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.bzl", "new_local_repository")

new_local_repository(
name = "macos_omp_x64",
build_file = "@yacl//bazel:local_openmp_macos.BUILD",
Expand Down

0 comments on commit 07bca62

Please sign in to comment.