From 645f5029d099c1a5ff93ffcfb1eb58890d43bf2b Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 21 Jun 2024 17:19:55 -0400 Subject: [PATCH] Update [ghstack-poisoned] --- .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: