Skip to content

Commit bd90a4c

Browse files
committed
Run bazel builds without waiting for clean bazel
Signed-off-by: Chris Koch <[email protected]>
1 parent 33a9d0b commit bd90a4c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.circleci/config.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ workflows:
9898
- clean-gomod
9999
- clean-makebb
100100
- clean-bazel
101+
- build-bazel
102+
- build-bazel-cross
103+
- build-bazel-test
101104
- build-gopath-go118:
102105
requires:
103106
- clean-makebb
@@ -166,15 +169,6 @@ workflows:
166169
requires:
167170
- clean-makebb
168171
- clean-gomod
169-
- build-bazel:
170-
requires:
171-
- clean-bazel
172-
- build-bazel-cross:
173-
requires:
174-
- clean-bazel
175-
- build-bazel-test:
176-
requires:
177-
- clean-bazel
178172
nightly:
179173
triggers:
180174
- schedule:

0 commit comments

Comments
 (0)