Skip to content

Commit 0bff0e4

Browse files
committed
[ci] Remove circleci check_generated_fizz_runtime job
This was migrated to GitHub actions ghstack-source-id: 3b307a3 Pull Request resolved: #30036
1 parent a7c5c07 commit 0bff0e4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,6 @@ jobs:
345345
yarn extract-errors
346346
git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
347347
348-
check_generated_fizz_runtime:
349-
docker: *docker
350-
environment: *environment
351-
steps:
352-
- checkout
353-
- attach_workspace: *attach_workspace
354-
- setup_node_modules
355-
- run:
356-
name: Confirm generated inline Fizz runtime is up to date
357-
command: |
358-
yarn generate-inline-fizz-runtime
359-
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
360-
361348
yarn_test_build:
362349
docker: *docker
363350
environment: *environment
@@ -420,11 +407,6 @@ workflows:
420407
build_and_test:
421408
unless: << pipeline.parameters.prerelease_commit_sha >>
422409
jobs:
423-
- check_generated_fizz_runtime:
424-
filters:
425-
branches:
426-
ignore:
427-
- builds/facebook-www
428410
- yarn_build:
429411
filters:
430412
branches:

0 commit comments

Comments
 (0)