From e2b1500ba6e0dccd6f919645a1ac7e28e2286dec Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 13 Jan 2025 11:02:08 +0100 Subject: [PATCH] firefox and chrome-headless-shell have tar now --- .../src/server/registry/index.ts | 136 +++++++++--------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/packages/playwright-core/src/server/registry/index.ts b/packages/playwright-core/src/server/registry/index.ts index 00caa60447..4684421d0d 100644 --- a/packages/playwright-core/src/server/registry/index.ts +++ b/packages/playwright-core/src/server/registry/index.ts @@ -178,89 +178,89 @@ const DOWNLOAD_PATHS: Record = { 'chromium-tip-of-tree-headless-shell': { '': undefined, 'ubuntu18.04-x64': undefined, - 'ubuntu20.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.zip', - 'ubuntu22.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.zip', - 'ubuntu24.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.zip', + 'ubuntu20.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.tar.br', + 'ubuntu22.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.tar.br', + 'ubuntu24.04-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.tar.br', 'ubuntu18.04-arm64': undefined, - 'ubuntu20.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.zip', - 'ubuntu22.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.zip', - 'ubuntu24.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.zip', - 'debian11-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.zip', - 'debian11-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.zip', - 'debian12-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.zip', - 'debian12-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.zip', + 'ubuntu20.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.tar.br', + 'ubuntu22.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.tar.br', + 'ubuntu24.04-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.tar.br', + 'debian11-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.tar.br', + 'debian11-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.tar.br', + 'debian12-x64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux.tar.br', + 'debian12-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-linux-arm64.tar.br', 'mac10.13': undefined, 'mac10.14': undefined, 'mac10.15': undefined, - 'mac11': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.zip', - 'mac11-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.zip', - 'mac12': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.zip', - 'mac12-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.zip', - 'mac13': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.zip', - 'mac13-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.zip', - 'mac14': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.zip', - 'mac14-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.zip', - 'mac15': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.zip', - 'mac15-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.zip', - 'win64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-win64.zip', + 'mac11': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.tar.br', + 'mac11-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.tar.br', + 'mac12': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.tar.br', + 'mac12-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.tar.br', + 'mac13': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.tar.br', + 'mac13-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.tar.br', + 'mac14': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.tar.br', + 'mac14-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.tar.br', + 'mac15': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac.tar.br', + 'mac15-arm64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-mac-arm64.tar.br', + 'win64': 'builds/chromium-tip-of-tree/%s/chromium-tip-of-tree-headless-shell-win64.tar.br', }, 'firefox': { '': undefined, 'ubuntu18.04-x64': undefined, - 'ubuntu20.04-x64': 'builds/firefox/%s/firefox-ubuntu-20.04.zip', - 'ubuntu22.04-x64': 'builds/firefox/%s/firefox-ubuntu-22.04.zip', - 'ubuntu24.04-x64': 'builds/firefox/%s/firefox-ubuntu-24.04.zip', + 'ubuntu20.04-x64': 'builds/firefox/%s/firefox-ubuntu-20.04.tar.br', + 'ubuntu22.04-x64': 'builds/firefox/%s/firefox-ubuntu-22.04.tar.br', + 'ubuntu24.04-x64': 'builds/firefox/%s/firefox-ubuntu-24.04.tar.br', 'ubuntu18.04-arm64': undefined, - 'ubuntu20.04-arm64': 'builds/firefox/%s/firefox-ubuntu-20.04-arm64.zip', - 'ubuntu22.04-arm64': 'builds/firefox/%s/firefox-ubuntu-22.04-arm64.zip', - 'ubuntu24.04-arm64': 'builds/firefox/%s/firefox-ubuntu-24.04-arm64.zip', - 'debian11-x64': 'builds/firefox/%s/firefox-debian-11.zip', - 'debian11-arm64': 'builds/firefox/%s/firefox-debian-11-arm64.zip', - 'debian12-x64': 'builds/firefox/%s/firefox-debian-12.zip', - 'debian12-arm64': 'builds/firefox/%s/firefox-debian-12-arm64.zip', - 'mac10.13': 'builds/firefox/%s/firefox-mac.zip', - 'mac10.14': 'builds/firefox/%s/firefox-mac.zip', - 'mac10.15': 'builds/firefox/%s/firefox-mac.zip', - 'mac11': 'builds/firefox/%s/firefox-mac.zip', - 'mac11-arm64': 'builds/firefox/%s/firefox-mac-arm64.zip', - 'mac12': 'builds/firefox/%s/firefox-mac.zip', - 'mac12-arm64': 'builds/firefox/%s/firefox-mac-arm64.zip', - 'mac13': 'builds/firefox/%s/firefox-mac.zip', - 'mac13-arm64': 'builds/firefox/%s/firefox-mac-arm64.zip', - 'mac14': 'builds/firefox/%s/firefox-mac.zip', - 'mac14-arm64': 'builds/firefox/%s/firefox-mac-arm64.zip', - 'mac15': 'builds/firefox/%s/firefox-mac.zip', - 'mac15-arm64': 'builds/firefox/%s/firefox-mac-arm64.zip', - 'win64': 'builds/firefox/%s/firefox-win64.zip', + 'ubuntu20.04-arm64': 'builds/firefox/%s/firefox-ubuntu-20.04-arm64.tar.br', + 'ubuntu22.04-arm64': 'builds/firefox/%s/firefox-ubuntu-22.04-arm64.tar.br', + 'ubuntu24.04-arm64': 'builds/firefox/%s/firefox-ubuntu-24.04-arm64.tar.br', + 'debian11-x64': 'builds/firefox/%s/firefox-debian-11.tar.br', + 'debian11-arm64': 'builds/firefox/%s/firefox-debian-11-arm64.tar.br', + 'debian12-x64': 'builds/firefox/%s/firefox-debian-12.tar.br', + 'debian12-arm64': 'builds/firefox/%s/firefox-debian-12-arm64.tar.br', + 'mac10.13': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac10.14': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac10.15': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac11': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac11-arm64': 'builds/firefox/%s/firefox-mac-arm64.tar.br', + 'mac12': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac12-arm64': 'builds/firefox/%s/firefox-mac-arm64.tar.br', + 'mac13': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac13-arm64': 'builds/firefox/%s/firefox-mac-arm64.tar.br', + 'mac14': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac14-arm64': 'builds/firefox/%s/firefox-mac-arm64.tar.br', + 'mac15': 'builds/firefox/%s/firefox-mac.tar.br', + 'mac15-arm64': 'builds/firefox/%s/firefox-mac-arm64.tar.br', + 'win64': 'builds/firefox/%s/firefox-win64.tar.br', }, 'firefox-beta': { '': undefined, 'ubuntu18.04-x64': undefined, - 'ubuntu20.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-20.04.zip', - 'ubuntu22.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-22.04.zip', - 'ubuntu24.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-24.04.zip', + 'ubuntu20.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-20.04.tar.br', + 'ubuntu22.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-22.04.tar.br', + 'ubuntu24.04-x64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-24.04.tar.br', 'ubuntu18.04-arm64': undefined, 'ubuntu20.04-arm64': undefined, - 'ubuntu22.04-arm64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-22.04-arm64.zip', - 'ubuntu24.04-arm64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-24.04-arm64.zip', - 'debian11-x64': 'builds/firefox-beta/%s/firefox-beta-debian-11.zip', - 'debian11-arm64': 'builds/firefox-beta/%s/firefox-beta-debian-11-arm64.zip', - 'debian12-x64': 'builds/firefox-beta/%s/firefox-beta-debian-12.zip', - 'debian12-arm64': 'builds/firefox-beta/%s/firefox-beta-debian-12-arm64.zip', - 'mac10.13': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac10.14': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac10.15': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac11': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac11-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.zip', - 'mac12': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac12-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.zip', - 'mac13': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac13-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.zip', - 'mac14': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac14-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.zip', - 'mac15': 'builds/firefox-beta/%s/firefox-beta-mac.zip', - 'mac15-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.zip', - 'win64': 'builds/firefox-beta/%s/firefox-beta-win64.zip', + 'ubuntu22.04-arm64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-22.04-arm64.tar.br', + 'ubuntu24.04-arm64': 'builds/firefox-beta/%s/firefox-beta-ubuntu-24.04-arm64.tar.br', + 'debian11-x64': 'builds/firefox-beta/%s/firefox-beta-debian-11.tar.br', + 'debian11-arm64': 'builds/firefox-beta/%s/firefox-beta-debian-11-arm64.tar.br', + 'debian12-x64': 'builds/firefox-beta/%s/firefox-beta-debian-12.tar.br', + 'debian12-arm64': 'builds/firefox-beta/%s/firefox-beta-debian-12-arm64.tar.br', + 'mac10.13': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac10.14': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac10.15': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac11': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac11-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.tar.br', + 'mac12': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac12-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.tar.br', + 'mac13': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac13-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.tar.br', + 'mac14': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac14-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.tar.br', + 'mac15': 'builds/firefox-beta/%s/firefox-beta-mac.tar.br', + 'mac15-arm64': 'builds/firefox-beta/%s/firefox-beta-mac-arm64.tar.br', + 'win64': 'builds/firefox-beta/%s/firefox-beta-win64.tar.br', }, 'webkit': { '': undefined,