Merge pull request #16920 from mozilla/fs-watch-polling

chore(build): let chokidar poll
This commit is contained in:
Wil Clouser 2024-05-10 13:03:07 -07:00 коммит произвёл GitHub
Родитель 9ebed3503e 2a5a357189
Коммит e99c7208b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -479,9 +479,7 @@ jobs:
docker_layer_caching: true
- run:
name: Build docker images
command: |
ssh remote-docker \ sudo sysctl -w fs.inotify.max_user_watches=60668
./.circleci/docker-build-fxa.sh << pipeline.id >>
command: ./.circleci/docker-build-fxa.sh << pipeline.id >>
no_output_timeout: 1h
deploy-fxa-image:

Просмотреть файл

@ -32,7 +32,7 @@ done
# `npx yarn` because `npm i -g yarn` needs sudo
npx yarn install
npx yarn gql:allowlist
NODE_OPTIONS="--max-old-space-size=7168" SKIP_PREFLIGHT_CHECK=true npx nx run-many -t build --all --verbose --skip-nx-cache
NODE_OPTIONS="--max-old-space-size=7168" CHOKIDAR_USEPOLLING=true SKIP_PREFLIGHT_CHECK=true npx nx run-many -t build --all --verbose --skip-nx-cache
# This will reduce packages to only production dependencies
npx yarn workspaces focus --production --all