Skip to content

Commit 7fbe494

Browse files
committed
ci: disable bazel build
1 parent 9d82814 commit 7fbe494

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.circleci/config.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ jobs:
8282
- restore_cache: *_root_package_lock_key
8383
- run: npm run admin -- build
8484

85-
build-bazel:
86-
<<: *defaults
87-
steps:
88-
- checkout: *post_checkout
89-
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
90-
- run: bazel run @nodejs//:npm install
91-
- run: bazel build //packages/...
85+
# build-bazel:
86+
# <<: *defaults
87+
# steps:
88+
# - checkout: *post_checkout
89+
# - run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
90+
# - run: bazel run @nodejs//:npm install
91+
# - run: bazel build //packages/...
9292

9393
snapshot_publish:
9494
<<: *defaults
@@ -133,10 +133,10 @@ workflows:
133133
requires:
134134
- lint
135135
- validate
136-
- build-bazel:
137-
requires:
138-
- lint
139-
- validate
136+
# - build-bazel:
137+
# requires:
138+
# - lint
139+
# - validate
140140
- test:
141141
requires:
142142
- build

0 commit comments

Comments
 (0)