Skip to content

Commit 9273e65

Browse files
authored
Disable DevTools build job to unblock master (#19012)
1 parent fb73542 commit 9273e65

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,10 @@ workflows:
555555
- yarn_test_build_devtools:
556556
requires:
557557
- yarn_build
558-
- build_devtools_and_process_artifacts:
559-
requires:
560-
- yarn_build
558+
# FIXME: Temporarily disabled to unblock master.
559+
# - build_devtools_and_process_artifacts:
560+
# requires:
561+
# - yarn_build
561562

562563
fuzz_tests:
563564
triggers:

0 commit comments

Comments
 (0)