From 1df4a847f246aa6b8c42bda36fa26122fe67ffee Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 21 Jun 2024 17:19:57 -0400 Subject: [PATCH] [ci] Remove circleci check_generated_fizz_runtime job This was migrated to GitHub actions ghstack-source-id: d035bca16bcfa17306f3cb61bcfd00d23f0d7961 Pull Request resolved: https://github.com/facebook/react/pull/30036 --- .circleci/config.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 872759e3edc50..18372084d3685 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -345,19 +345,6 @@ jobs: yarn extract-errors git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false) - check_generated_fizz_runtime: - docker: *docker - environment: *environment - steps: - - checkout - - attach_workspace: *attach_workspace - - setup_node_modules - - run: - name: Confirm generated inline Fizz runtime is up to date - command: | - yarn generate-inline-fizz-runtime - git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false) - yarn_test_build: docker: *docker environment: *environment @@ -420,11 +407,6 @@ workflows: build_and_test: unless: << pipeline.parameters.prerelease_commit_sha >> jobs: - - check_generated_fizz_runtime: - filters: - branches: - ignore: - - builds/facebook-www - yarn_build: filters: branches: