зеркало из https://github.com/mozilla/fxa.git
Merge pull request #16920 from mozilla/fs-watch-polling
chore(build): let chokidar poll
This commit is contained in:
Коммит
e99c7208b5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче