Git fork

Merge branch 'js/azure-ci-osx-fix'

Update installation procedure for Perforce on MacOS in the CI jobs
running on Azure pipelines, which was failing.

* js/azure-ci-osx-fix:
ci(osx): use new location of the `perforce` cask

+5
+5
ci/install-dependencies.sh
··· 40 40 test -z "$BREW_INSTALL_PACKAGES" || 41 41 brew install $BREW_INSTALL_PACKAGES 42 42 brew link --force gettext 43 + brew cask install perforce || { 44 + # Update the definitions and try again 45 + git -C "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask pull && 46 + brew cask install perforce 47 + } || 43 48 brew install caskroom/cask/perforce 44 49 case "$jobname" in 45 50 osx-gcc)