File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ jobs:
82
82
- restore_cache : *_root_package_lock_key
83
83
- run : npm run admin -- build
84
84
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/...
92
92
93
93
snapshot_publish :
94
94
<< : *defaults
@@ -133,10 +133,10 @@ workflows:
133
133
requires :
134
134
- lint
135
135
- validate
136
- - build-bazel :
137
- requires :
138
- - lint
139
- - validate
136
+ # - build-bazel:
137
+ # requires:
138
+ # - lint
139
+ # - validate
140
140
- test :
141
141
requires :
142
142
- build
You can’t perform that action at this time.
0 commit comments