setup-cpp/dist/setup_cpp.js

3 lines
149 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function e(e){return e&&e.__esModule?e.default:e}function t(e,t,r,o){Object.defineProperty(e,t,{get:r,set:o,enumerable:!0,configurable:!0})}function r(e,t,r){const o=new Ve(e,t,r);process.stdout.write(""+o+Me.EOL)}function o(e,t){const r=process.env["INPUT_"+e.replace(/ /g,"_").toUpperCase()]||"";if(t&&t.required&&!r)throw Error("Input required and not supplied: "+e);return t&&!1===t.trimWhitespace?r:r.trim()}function n(e,t={}){Le.issueCommand("error",Fe.toCommandProperties(t),e instanceof Error?""+e:e)}function s(e){Le.issue("group",e)}function i(){Le.issue("endgroup")}function a(e,t,r){if("function"==typeof t&&(r=t,t={}),!r){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((r,o)=>{a(e,t||{},((e,t)=>{e?o(e):r(t)}))}))}st(e,t||{},((e,o)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,o=!1),r(e,o)}))}function c(t,r,o){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof ut)return{binDir:ut};const n=e(rt).sync("brew",{nothrow:!0});return null!==n?(ut=le.dirname(n),{binDir:ut}):(ye.execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),ut="/usr/local/bin/",{binDir:ut})}function l(e,t){const r=e.options.env||process.env,o=process.cwd(),n=null!=e.options.cwd,s=n&&void 0!==process.chdir&&!process.chdir.disabled;if(s)try{process.chdir(e.options.cwd)}catch(e){}let i;try{i=rt.sync(e.command,{path:r[mt({env:r})],pathExt:t?le.delimiter:void 0})}catch(e){}finally{s&&process.chdir(o)}return i&&(i=le.resolve(n?e.options.cwd:"",i)),i}function u(e,t){return Object.assign(Error(`${t} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t} ${e.command}`,path:e.command,spawnargs:e.args})}function p(e,t){return Ot&&1===e&&!t.file?u(t.original,"spawn"):null}function d(e,t,r){const o=ft(e,t,r),n=ye.spawn(o.command,o.args,o.options);return Pt.hookChildProcess(n,o),n}function h(){or&&(or=!1,Qt.forEach((e=>{try{process.removeListener(e,rr[e])}catch(e){}})),process.emit=sr,process.reallyExit=nr,Jt.count-=1)}function f(e,t,r){Jt.emitted[e]||(Jt.emitted[e]=!0,Jt.emit(e,t,r))}function m(){or||(or=!0,Jt.count+=1,Qt=Qt.filter((e=>{try{return process.on(e,rr[e]),!0}catch(e){return!1}})),process.emit=g,process.reallyExit=v)}function v(e){process.exitCode=e||0,f("exit",process.exitCode,null),f("afterexit",process.exitCode,null),nr.call(process,process.exitCode)}function g(e,t){if("exit"===e){void 0!==t&&(process.exitCode=t);var r=sr.apply(this,arguments);return f("exit",process.exitCode,null),f("afterexit",process.exitCode,null),r}return sr.apply(this,arguments)}async function y(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,o=mr(t);return await new Promise(((t,n)=>{const s=e=>{e&&o.getBufferedLength()<=gr.MAX_LENGTH&&(e.bufferedData=o.getBufferedValue()),n(e)};(async()=>{try{await xr(e,o),t()}catch(e){s(e)}})(),o.on("data",(()=>{o.getBufferedLength()>r&&s(new wr)}))})),o.getBufferedValue()}function x(t,r){return void 0!==Hr||(Hr=(!!process.env.CI||0===(null===(o=process.getuid)||void 0===o?void 0:o.call(process)))&&null!==e(rt).sync("sudo",{nothrow:!0})),Hr?e(dt).command("sudo "+[t,...r].join(" "),{shell:!0}):e(dt)(t,r);var o}async function w(e,t,r=!0){const o="apt-get";if("string"==typeof r&&await x("add-apt-repository",["--update","-y",r]),qr&&!0!==r||(await x(o,["update","-y"]),qr=!0),void 0!==t&&""!==t)try{await x(o,["install","-y",`${e}=${t}`])}catch{await x(o,["install","-y",`${e}-${t}`])}else await x(o,["install","-y",e]);return{binDir:"/usr/bin/"}}function E(t,r){return Wr&&null!==e(rt).sync("brew",{nothrow:!0})||(c(0,0,process),Wr=!0),e(dt).sync("brew",["install",void 0!==r&&""!==r?`${t}@${r}`:t]),{binDir:"/usr/local/bin/"}}function b(t){try{Ie.addPath(t)}catch(r){try{switch(Ie.error(r),process.platform){case"win32":return void e(dt).sync(`setx PATH=${t};%PATH%`);case"linux":case"darwin":return e(dt).commandSync(`echo "export PATH=${t}:$PATH" >> ~/.profile`),e(dt).commandSync("source ~/.profile"),void Ie.info(t+" was added to ~/.profile")}}catch(e){Ie.error(e)}Ie.error(`Failed to add ${t} to the percistent PATH. You should add it manually.`),process.env.PATH=`${t}${le.delimiter}${process.env.PATH}`}}function S(t,r,o){if("win32"!==process.platform)return;if("string"==typeof Br)return{binDir:Br};const n=e(rt).sync("choco",{nothrow:!0});if(null!==n)return Br=le.dirname(n),{binDir:Br};e(dt).commandSync('@"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString(\'https://community.chocolatey.org/install.ps1\'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\\chocolatey\\bin"');const s=e(rt).sync("choco",{nothrow:!0});return Br=null!==s?le.dirname(s):"C:/ProgramData/Chocolatey/bin/",pe.existsSync(Br)?{binDir:Br}:void 0}async function P(t,r,o=[]){Xr&&null!==e(rt).sync("choco",{nothrow:!0})||(S(0,0,process),Xr=!0),e(dt).sync("choco",void 0!==r&&""!==r?["install","-y",t,"--version="+r,...o]:["install","-y",t,...o]);const n="C:/ProgramData/Chocolatey/bin/";return b(n),{binDir:n}}function O(e,t,r){return vo(this,void 0,void 0,(function*(){const o=go.argStringToArray(e);if(0===o.length)throw Error("Parameter 'commandLine' cannot be null or empty.");const n=o[0];return t=o.slice(1).concat(t||[]),new go.ToolRunner(n,t,r).exec()}))}function _(e,t){const r=[];t=t||no.arch();const o=so.join(A(),e);if(ro.existsSync(o)){const e=ro.readdirSync(o);for(const n of e)if($(n)){const e=so.join(o,n,t||"");ro.existsSync(e)&&ro.existsSync(e+".complete")&&r.push(n)}}return r}function C(e){return Jr(this,void 0,void 0,(function*(){return e||(e=so.join(N(),uo.default())),yield to.mkdirP(e),e}))}function T(e,t,r){return Jr(this,void 0,void 0,(function*(){const o=so.join(A(),e,ao.clean(t)||t,r||"");eo.debug("destination "+o);const n=o+".complete";return yield to.rmRF(o),yield to.rmRF(n),yield to.mkdirP(o),o}))}function I(e,t,r){const o=so.join(A(),e,ao.clean(t)||t,r||"");ro.writeFileSync(o+".complete",""),eo.debug("finished caching tool")}function $(e){const t=ao.clean(e)||"";eo.debug("isExplicit: "+t);const r=null!=ao.valid(t);return eo.debug("explicit? "+r),r}function R(e,t){let r="";eo.debug(`evaluating ${e.length} versions`);for(let o=(e=e.sort(((e,t)=>ao.gt(e,t)?1:-1))).length-1;o>=0;o--){const n=e[o];if(ao.satisfies(n,t)){r=n;break}}return eo.debug(r?"matched: "+r:"match not found"),r}function A(){const e=process.env.RUNNER_TOOL_CACHE||"";return ve.ok(e,"Expected RUNNER_TOOL_CACHE to be defined"),e}function N(){const e=process.env.RUNNER_TEMP||"";return ve.ok(e,"Expected RUNNER_TEMP to be defined"),e}function L(e,t){const r=Oe[e];return void 0!==r?r:t}function D(){return!(void 0===process.env.CI||""===process.env.CI||"false"===process.env.CI)}async function j(e,t,r,o){var n,s;process.env.RUNNER_TEMP=null!==(n=process.env.RUNNER_TEMP)&&void 0!==n?n:ue.tmpdir(),process.env.RUNNER_TOOL_CACHE=null!==(s=process.env.RUNNER_TOOL_CACH)&&void 0!==s?s:le.join(ue.tmpdir(),"setup-cpp","ToolCache");const{url:i,binRelativeDir:a,binFileName:c,extractedFolderName:l,extractFunction:u}=await r(t,process.platform);if(D())try{const r=Yr.find(e,t);if(r){const o=le.join(r,l),n=le.join(o,a);if(pe.existsSync(n)&&pe.existsSync(le.join(n,c)))return Ie.info(`${e} ${t} was found in the cache.`),b(n),{installDir:o,binDir:n}}}catch{}const p=le.join(o,l),d=le.join(p,a),h=le.join(d,c);if(!pe.existsSync(d)||!pe.existsSync(h)){Ie.info(`Download and extract ${e} ${t}`);const r=await Yr.downloadTool(i);await(null==u?void 0:u(r,o))}return Ie.info(`Add ${d} to PATH`),b(d),D()&&"string"==typeof process.env.RUNNER_TOOL_CACHE&&await Yr.cacheDir(o,e,t),{installDir:p,binDir:d}}function k(e){return"win32"===process.platform?e+".exe":e}function M(e){return"win32"===process.platform?e+".bat":e+".sh"}function F(t,r){var o;const n=null!==(o=e(Io)(t))&&void 0!==o?o:t,s=null!=r?r:process.platform,i=Ie.getInput("architecture")||process.arch;switch(s){case"win32":{const r=e(To)(n,"v3.19.6");let o;o=["ia32","x86","i386","x32"].includes(i)?r?"win32-x86":"windows-i386":r?"win64-x64":"windows-x86_64";const s=`cmake-${t}-${o}`;return{binRelativeDir:"bin/",binFileName:k("cmake"),extractedFolderName:s,extractFunction:Yr.extractZip,url:`https://github.com/Kitware/CMake/releases/download/v${t}/${s}.zip`}}case"darwin":{const r=`cmake-${t}-${e(To)(n,"v3.19.1")?"Darwin-x86_64":"macos-universal"}`;return{binRelativeDir:"CMake.app/Contents/bin/",binFileName:k("cmake"),extractedFolderName:r,extractFunction:Yr.extractTar,url:`https://github.com/Kitware/CMake/releases/download/v${t}/${r}.tar.gz`}}case"linux":{const r=e(To)(n,"v3.19.8");let o;o=["aarch64"].includes(i)?r?"Linux-aarch64":"linux-aarch64":r?"Linux-x86_64":"linux-x86_64";const s=`cmake-${t}-${o}`;return{binRelativeDir:"bin/",binFileName:k("cmake"),extractedFolderName:s,extractFunction:Yr.extractTar,url:`https://github.com/Kitware/CMake/releases/download/v${t}/${s}.tar.gz`}}default:throw Error(`Unsupported platform '${s}'`)}}function V(e,t,r){if(!D())return G("",t,r);try{const{setupActionsPython:o}=Te("apy8x");return o(e,t,r)}catch(o){return G(e,t,r)}}async function G(t,r,o){switch(process.platform){case"win32":{const n=await e(Co).async(t+o,{algorithm:"md5"}),s=le.join(r,n,"python"),i=s;return await P("python3",t,["/InstallDir:"+s]),(e=>{Ie.info(`Add ${e} to PATH`),b(e)})(i),{installDir:s,binDir:i}}case"darwin":return E("python3",t);case"linux":{const e=await w("python3",t);return await w("python3-pip"),e}default:throw Error("Unsupported platform")}}function U(e){return new Promise((t=>{he.get(e,(e=>{t(void 0!==e.statusCode&&e.statusCode>=200&&399>=e.statusCode)}))}))}async function H(t,r){if(void 0===ko&&(null!==e(rt).sync("pip3",{nothrow:!0})?ko="pip3":null!==e(rt).sync("pip",{nothrow:!0})&&await(async(t,r,o=/v?(\d\S*)/)=>{const n=await(async(e,t=/v?(\d\S*)/)=>{try{var r,o;const{stderr:s,stdout:i}=await po.getExecOutput(e,["--version"]);var n;return null!==(n=null===(r=i.match(t))||void 0===r?void 0:r[1])&&void 0!==n?n:null===(o=s.match(t))||void 0===o?void 0:o[1]}catch(e){return void console.error(e)}})(t,o);return"string"==typeof n&&"string"==typeof r&&""!==n&&""!==r&&-1!==e(jo)(n,r)})("python","3.0.0")?ko="pip":(await V("3.x","",process.arch),ko="pip3")),e(dt).sync(ko,["install",void 0!==r&&""!==r?`${t}==${r}`:t]),void 0===Mo){if("linux"===process.platform)Mo="/home/runner/.local/bin/";else if("darwin"===process.platform)Mo="/usr/local/bin/";else try{Mo=le.join((await po.getExecOutput('python3 -c "import sys;print(sys.base_exec_prefix);"')).stdout.trim(),"Scripts")}catch{Mo=le.join((await po.getExecOutput('python -c "import sys;print(sys.base_exec_prefix);"')).stdout.trim(),"Scripts")}Ie.info(Mo+" to PATH"),b(Mo)}return{binDir:Mo}}async function B(t,r){return await e(dt)("7z",["x",t,"-o"+r]),r}async function q(t,r,o=["--strip-components=1"]){try{await Vo.mkdirP(r)}catch{}return await e(dt)("tar",["xf",t,"-C",r,...o]),r}async function W(){if("darwin"===process.platform)try{const e=await po.getExecOutput("xcrun --sdk macosx --show-sdk-path"),t=e.stdout||e.stderr;pe.existsSync(t)&&Ie.exportVariable("SDKROOT",t)}catch(e){Ie.error(e)}}function X(e,t,r){return`https://github.com/llvm/llvm-project/releases/download/llvmorg-${e}/${t}${e}${r}`}function Y(e,t,r){return`https://releases.llvm.org/${e}/${t}${e}${r}`}function K(t,r){switch(t){case"darwin":return(t=>{if(Uo.has(t))return null;const r="clang+llvm-",o=`-x86_64${"9.0.0"===t?"-darwin-apple":"-apple-darwin"}.tar.xz`;return e(To)(t,"9.0.1")?Y(t,r,o):X(t,r,o)})(r);case"linux":return(t=>{let r=t;const o=Ho.get(r);let n;void 0!==o&&(r=o),n=r.includes("ubuntu")?r:""!==r&&r in Bo?Bo[r]:Bo["13.0.0"];const s="clang+llvm-",i="5.0.0"===r?`-linux-x86_64${n}.tar.xz`:`-x86_64-linux-gnu${n}.tar.xz`;return e(To)(r,"9.0.1")?Y(r,s,i):X(r,s,i)})(r);case"win32":return(async t=>{if(qo.has(t))return null;const r="LLVM-",o=e(To)(t,"3.7.0")?"-win32.exe":"-win64.exe",n=e(To)(t,"9.0.1");let s,i=!1;return n&&(s=Y(t,r,o),await U(s)||(i=!0)),!i&&n||(s=X(t,r,o)),s})(r);default:return null}}async function z(e,t){const[r,o]=await(async(e,t,r,o)=>{if(!e.has(r))throw Error(`Unsupported target! (platform='${t}', version='${r}')`);for(const n of((e,t)=>Array.from(e).filter((e=>/^\d+\.\d+\.\d+$/.test(e)&&e.startsWith(t))).sort().reverse())(e,r)){const e=await o(t,n);if(null!==e&&await U(e))return[n,e]}throw Error(`Unsupported target! (platform='${t}', version='${r}')`)})(Go,t,e,K);return Ie.setOutput("version",r),{url:o,extractedFolderName:"",binRelativeDir:"bin",binFileName:k("clang"),extractFunction:"win32"===t?B:q}}async function Z(t,r,o){const n=await j("llvm",t,z,r);return await(async(t,r)=>{const o=le.join(t,"lib");var n;const s=null!==(n=process.env.LD_LIBRARY_PATH)&&void 0!==n?n:"";var i;const a=null!==(i=process.env.DYLD_LIBRARY_PATH)&&void 0!==i?i:"";Ie.exportVariable("LLVM_PATH",t);const c=e(Fo)(r);Ie.exportVariable("LD_LIBRARY_PATH",`${o}${le.delimiter}${s}`),Ie.exportVariable("DYLD_LIBRARY_PATH",`${o}${le.delimiter}${a}`),"win32"!==process.platform&&Ie.exportVariable("CPATH",`${t}/lib/clang/${c}/include`),Ie.exportVariable("LDFLAGS",`-L${t}/lib`),Ie.exportVariable("CPPFLAGS",`-I${t}/include`),Ie.exportVariable("CC",t+"/bin/clang"),Ie.exportVariable("CXX",t+"/bin/clang++"),Ie.exportVariable("LIBRARY_PATH",t+"/lib"),await W()})(r,t),n}async function J(e,t,r,o,n,s){if("win32"!==process.platform)return;let i,a;try{"2015"===e?(i="14.0.25420.1",await P("visualcpp-build-tools",i,["--ignore-dependencies","--params","'/IncludeRequired'"]),a="C:/Program Files (x86)/MSBuild/Microsoft.Cpp/v4.0/v140",pe.existsSync(a)&&Ie.exportVariable("VCTargetsPath",a)):"2017"===e?(i="14.16",await P("visualstudio2017buildtools","15.9.38.0",["--package-parameters","'--add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive'"]),a="C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16"):"2019"===e&&(i="14.29.30133",await P("visualstudio2019buildtools","16.11.2.0",["--package-parameters","'--add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive'"]),a="C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133")}catch(e){Ie.error(e)}((e,t,r,o,n,s)=>{void 0!==e&&pe.existsSync(e)&&Ie.exportVariable("VCTargetsPath",e);const{setupMSVCDevCmd:i}=Te("k72f3");i((e=>{switch(e){case"x32":case"32":case"ia32":return"x86";case"64":return"x64";default:return e}})(t),o,r,n,s)})(a,r,i,o,n,s)}function Q(e,t){const r=(e=>{switch(e){case"win32":return"win";case"darwin":return"mac";case"linux":return"linux";default:throw Error(`Unsupported platform '${e}'`)}})(t);return{binRelativeDir:"",binFileName:k("ninja"),extractedFolderName:"",extractFunction:Yr.extractZip,url:`https://github.com/ninja-build/ninja/releases/download/v${e}/ninja-${r}.zip`}}function ee(e){return null==e?[]:Array.isArray(e)?e:[e]}function te(e,t,r,o){var n,s=e[t],i=~o.string.indexOf(t)?null==r||!0===r?"":r+"":"boolean"==typeof r?r:~o.boolean.indexOf(t)?"false"!==r&&("true"===r||(e._.push(0*(n=+r)==0?n:r),!!r)):0*(n=+r)==0?n:r;e[t]=null==s?i:Array.isArray(s)?s.concat(i):[s,i]}function re(e,t){return"true"===t||void 0===t&&e in Ko?Ko[e]:null!=t?t:""}async function oe(t,r,o){let n;switch(process.platform){case"win32":"arm"!==o&&"arm64"!==o||await P("gcc-arm-embedded",t),await P("mingw",t),"x64"===o&&pe.existsSync("C:/tools/mingw64/bin")?(n="C:/tools/mingw64/bin",b(n)):"ia32"===o&&pe.existsSync("C:/tools/mingw32/bin")?(n="C:/tools/mingw32/bin",b(n)):pe.existsSync("C:/ProgramData/Chocolatey/bin/g++.exe")&&(n="C:/ProgramData/Chocolatey/bin/");break;case"darwin":n=E("gcc",t).binDir;break;case"linux":"x64"===o?n=(await w("g++",t,"ppa:ubuntu-toolchain-r/test")).binDir:(Ie.info(`Install g++-multilib because gcc for ${o} was requested`),n=(await w("g++-multilib",t,"ppa:ubuntu-toolchain-r/test")).binDir);break;default:throw Error("Unsupported platform for "+o)}if(void 0!==n)return await(async(t,r)=>{var o;const n=e(Fo)(null!==(o=e(Io)(t))&&void 0!==o?o:t);"win32"===process.platform?(Ie.exportVariable("CC",r+"/gcc"),Ie.exportVariable("CXX",r+"/g++")):(Ie.exportVariable("CC",`${r}/gcc-${n}`),Ie.exportVariable("CXX",`${r}/g++-${n}`)),await W()})(t,n),{binDir:n}}function ne(e){return D()?Ie.error(e):console.log(`${e}`)}async function se(t){D()||(process.env.ACTIONS_ALLOW_UNSECURE_COMMANDS="true");const r=((e,t)=>{var r,o,n,s,i,a={_:[]},c=0,l=0,u=0,p=(e=e||[]).length;const d=void 0!==(t=t||{}).alias,h=void 0!==t.unknown,f=void 0!==t.default;if(t.alias=t.alias||{},t.string=ee(t.string),t.boolean=ee(t.boolean),d)for(r in t.alias)for(o=t.alias[r]=ee(t.alias[r]),c=0;o.length>c;c++)(t.alias[o[c]]=o.concat(r)).splice(c,1);for(c=t.boolean.length;c-- >0;)for(l=(o=t.alias[t.boolean[c]]||[]).length;l-- >0;)t.boolean.push(o[l]);for(c=t.string.length;c-- >0;)for(l=(o=t.alias[t.string[c]]||[]).length;l-- >0;)t.string.push(o[l]);if(f)for(r in t.default)if(s=typeof t.default[r],o=t.alias[r]=t.alias[r]||[],void 0!==t[s])for(t[s].push(r),c=0;o.length>c;c++)t[s].push(o[c]);const m=h?Object.keys(t.alias):[];for(c=0;p>c;c++){if("--"===(n=e[c])){a._=a._.concat(e.slice(++c));break}for(l=0;n.length>l&&45===n.charCodeAt(l);l++);if(0===l)a._.push(n);else if("no-"===n.substring(l,l+3)){if(s=n.substring(l+3),h&&!~m.indexOf(s))return t.unknown(n);a[s]=!1}else{for(u=l+1;n.length>u&&61!==n.charCodeAt(u);u++);for(s=n.substring(l,u),i=n.substring(++u)||c+1===p||45===(""+e[c+1]).charCodeAt(0)||e[++c],o=2===l?[s]:s,u=0;o.length>u;u++){if(s=o[u],h&&!~m.indexOf(s))return t.unknown("-".repeat(l)+s);te(a,s,o.length>u+1||i,t)}}}if(f)for(r in t.default)void 0===a[r]&&(a[r]=t.default[r]);if(d)for(r in a)for(o=t.alias[r]||[];o.length>0;)a[o.shift()]=a[r];return a})(t,{string:Qo,default:Object.fromEntries(Qo.map((e=>[e,ae(e)]))),alias:{h:"help"},boolean:"help"});var o;r.help&&Ie.info('\nsetup_cpp [options]\nsetup_cpp --compiler llvm --cmake true --ninja true --ccache true --vcpkg true\n\nInstall all the tools required for building and testing C++/C projects.\n\n--architecture\t the cpu architecture to install the tools for. By default it uses the current CPU architecture.\n--compiler\t the <compiler> to install.\n \t You can specify the version instead of specifying just the name e.g: --compiler \'llvm-13.0.0\'\n\n--tool_name\t pass "true" or pass the <version> you would like to install for this tool. e.g. --conan true or --conan "1.42.1"\n\nAll the available tools:\n--llvm\n--gcc\n--cmake\n--ninja\n--vcpkg\n--meson\n--conan\n--ccache\n--cppcheck\n--doxygen\n--gcovr\n--opencppcoverage\n--python\n--choco\n--brew\n ');const n=null!==(o=r.architecture)&&void 0!==o?o:process.arch;var s;const i=null!==(s=process.env.SETUP_CPP_DIR)&&void 0!==s?s:e(Wo)("~/"),a=[],c=[];for(const e of Jo){const t=r[e];if(void 0!==t){const r=Zo[e];try{const o=await r(re(e,t),le.join(i,e),n);a.push(void 0!==o?ce(e,o):e+" was successfully installed")}catch(t){ne(t),c.push(e+" failed to install")}}}const l=r.compiler;try{if(void 0!==l){const{compiler:e,version:t}=ie(l);switch(e){case"llvm":case"clang":case"clang++":await Z(re("llvm",t),le.join(i,"llvm"));break;case"gcc":case"mingw":case"cygwin":case"msys":await oe(re("gcc",t),le.join(i,"gcc"),n);break;case"cl":case"msvc":case"msbuild":case"vs":case"visualstudio":case"visualcpp":case"visualc++":await J(re("msvc",t),le.join(i,"msvc"),n);break;default:c.push("Unsupported compiler "+e)}}}catch(e){ne(e),c.push("Failed to install the "+l)}if(a.forEach((e=>{return t=e,D()?Ie.info(t):console.log(`${t}`);var t})),c.forEach((e=>ne(e))),Ie.info("setup_cpp finished"),!D())switch(process.platform){case"win32":Ie.info("Run `RefreshEnv.cmd` or restart your shell to update the environment.");break;case"linux":case"darwin":Ie.info("Run `source ~/.profile` or restart your shell to update the environment.")}return 0===c.length?0:1}function ie(t){const r=t.split("-"),o=r[0];if(1 in r){const t=r[1];return null!==e(Yo)(t)||Ie.warning(`Invalid semver version ${t} used for the compiler.`),{compiler:o,version:t}}return{compiler:o,version:void 0}}function ae(e){const t=Ie.getInput(e.toLowerCase());if("false"!==t&&""!==t)return t}function ce(e,t){let r=e+" was successfully installed";return"installDir"in t&&(r+="\nThe installation directory is "+t.installDir),""!==t.binDir&&(r+="\nThe binary directory is "+t.binDir),r}var le=require("path"),ue=require("os"),pe=require("fs"),de=require("http"),he=require("https");require("net");var fe=require("tls"),me=require("events"),ve=require("assert"),ge=require("util"),ye=require("child_process"),xe=require("buffer"),we=require("stream"),Ee=require("crypto"),be=require("string_decoder"),Se=require("timers"),Pe=require("process"),Oe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},_e={},Ce={},Te=Oe.parcelRequire810d;null==Te&&((Te=e=>{if(e in _e)return _e[e].exports;if(e in Ce){var t=Ce[e];delete Ce[e];var r={id:e,exports:{}};return _e[e]=r,t.call(r.exports,r,r.exports),r.exports}var o=Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}).register=(e,t)=>{Ce[e]=t},Oe.parcelRequire810d=Te),t(module.exports,"main",(()=>se)),t(module.exports,"getCompilerInfo",(()=>ie));var Ie={},$e=Ie&&Ie.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),Re=Ie&&Ie.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),Ae=Ie&&Ie.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&$e(t,e,r);return Re(t,e),t}),Ne=Ie&&Ie.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(Ie,"__esModule",{value:!0}),Ie.getIDToken=Ie.getState=Ie.saveState=Ie.group=Ie.endGroup=Ie.startGroup=Ie.info=Ie.notice=Ie.warning=Ie.error=Ie.debug=Ie.isDebug=Ie.setFailed=Ie.setCommandEcho=Ie.setOutput=Ie.getBooleanInput=Ie.getMultilineInput=Ie.getInput=Ie.addPath=Ie.setSecret=Ie.exportVariable=Ie.ExitCode=void 0;var Le={},De=Le&&Le.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),je=Le&&Le.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),ke=Le&&Le.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&De(t,e,r);return je(t,e),t});Object.defineProperty(Le,"__esModule",{value:!0}),Le.issue=Le.issueCommand=void 0;const Me=ke(ue);var Fe={};Object.defineProperty(Fe,"__esModule",{value:!0}),Fe.toCommandProperties=Fe.toCommandValue=void 0,Fe.toCommandValue=e=>null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e),Fe.toCommandProperties=e=>Object.keys(e).length?{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}:{},Le.issueCommand=r,Le.issue=(e,t="")=>{r(e,{},t)};class Ve{constructor(e,t,r){e||(e="missing.command"),this.command=e,this.properties=t,this.message=r}toString(){let e="::"+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(const o in this.properties)if(this.properties.hasOwnProperty(o)){const n=this.properties[o];n&&(r?r=!1:e+=",",e+=`${o}=${t=n,Fe.toCommandValue(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+(e=>Fe.toCommandValue(this.message).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A"))(),e}}var Ge={},Ue=Ge&&Ge.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),He=Ge&&Ge.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),Be=Ge&&Ge.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&Ue(t,e,r);return He(t,e),t});Object.defineProperty(Ge,"__esModule",{value:!0}),Ge.issueCommand=void 0;const qe=Be(pe),We=Be(ue);Ge.issueCommand=(e,t)=>{const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!qe.existsSync(r))throw Error("Missing file at path: "+r);qe.appendFileSync(r,`${Fe.toCommandValue(t)}${We.EOL}`,{encoding:"utf8"})};const Xe=Ae(ue),Ye=Ae(le);var Ke={},ze=Ke&&Ke.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(Ke,"__esModule",{value:!0}),Ke.OidcClient=void 0,Te.register("ba1Cu",(function(e,t){"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0});var r=Te("8NGVX");let o;var n,s,i,a,c;(s=n=e.exports.HttpCodes||(e.exports.HttpCodes={}))[s.OK=200]="OK",s[s.MultipleChoices=300]="MultipleChoices",s[s.MovedPermanently=301]="MovedPermanently",s[s.ResourceMoved=302]="ResourceMoved",s[s.SeeOther=303]="SeeOther",s[s.NotModified=304]="NotModified",s[s.UseProxy=305]="UseProxy",s[s.SwitchProxy=306]="SwitchProxy",s[s.TemporaryRedirect=307]="TemporaryRedirect",s[s.PermanentRedirect=308]="PermanentRedirect",s[s.BadRequest=400]="BadRequest",s[s.Unauthorized=401]="Unauthorized",s[s.PaymentRequired=402]="PaymentRequired",s[s.Forbidden=403]="Forbidden",s[s.NotFound=404]="NotFound",s[s.MethodNotAllowed=405]="MethodNotAllowed",s[s.NotAcceptable=406]="NotAcceptable",s[s.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",s[s.RequestTimeout=408]="RequestTimeout",s[s.Conflict=409]="Conflict",s[s.Gone=410]="Gone",s[s.TooManyRequests=429]="TooManyRequests",s[s.InternalServerError=500]="InternalServerError",s[s.NotImplemented=501]="NotImplemented",s[s.BadGateway=502]="BadGateway",s[s.ServiceUnavailable=503]="ServiceUnavailable",s[s.GatewayTimeout=504]="GatewayTimeout",(a=i=e.exports.Headers||(e.exports.Headers={})).Accept="accept",a.ContentType="content-type",(c=e.exports.MediaTypes||(e.exports.MediaTypes={})).ApplicationJson="application/json",e.exports.getProxyUrl=e=>{let t=r.getProxyUrl(new URL(e));return t?t.href:""};const l=[n.MovedPermanently,n.ResourceMoved,n.SeeOther,n.TemporaryRedirect,n.PermanentRedirect],u=[n.BadGateway,n.ServiceUnavailable,n.GatewayTimeout],p=["OPTIONS","GET","DELETE","HEAD"];class d extends Error{constructor(e,t){super(e),this.name="HttpClientError",this.statusCode=t,Object.setPrototypeOf(this,d.prototype)}}e.exports.HttpClientError=d;class h{constructor(e){this.message=e}readBody(){return new Promise((async(e,t)=>{let r=Buffer.alloc(0);this.message.on("data",(e=>{r=Buffer.concat([r,e])})),this.message.on("end",(()=>{e(""+r)}))}))}}e.exports.HttpClientResponse=h,e.exports.isHttps=e=>"https:"===new URL(e).protocol;class f{constructor(e,t,r){this._ignoreSslError=!1,this._allowRedirects=!0,this._allowRedirectDowngrade=!1,this._maxRedirects=50,this._allowRetries=!1,this._maxRetries=1,this._keepAlive=!1,this._disposed=!1,this.userAgent=e,this.handlers=t||[],this.requestOptions=r,r&&(null!=r.ignoreSslError&&(this._ignoreSslError=r.ignoreSslError),this._socketTimeout=r.socketTimeout,null!=r.allowRedirects&&(this._allowRedirects=r.allowRedirects),null!=r.allowRedirectDowngrade&&(this._allowRedirectDowngrade=r.allowRedirectDowngrade),null!=r.maxRedirects&&(this._maxRedirects=Math.max(r.maxRedirects,0)),null!=r.keepAlive&&(this._keepAlive=r.keepAlive),null!=r.allowRetries&&(this._allowRetries=r.allowRetries),null!=r.maxRetries&&(this._maxRetries=r.maxRetries))}options(e,t){return this.request("OPTIONS",e,null,t||{})}get(e,t){return this.request("GET",e,null,t||{})}del(e,t){return this.request("DELETE",e,null,t||{})}post(e,t,r){return this.request("POST",e,t,r||{})}patch(e,t,r){return this.request("PATCH",e,t,r||{})}put(e,t,r){return this.request("PUT",e,t,r||{})}head(e,t){return this.request("HEAD",e,null,t||{})}sendStream(e,t,r,o){return this.request(e,t,r,o)}async getJson(e,t={}){t[i.Accept]=this._getExistingOrDefaultHeader(t,i.Accept,c.ApplicationJson);let r=await this.get(e,t);return this._processResponse(r,this.requestOptions)}async postJson(e,t,r={}){let o=JSON.stringify(t,null,2);r[i.Accept]=this._getExistingOrDefaultHeader(r,i.Accept,c.ApplicationJson),r[i.ContentType]=this._getExistingOrDefaultHeader(r,i.ContentType,c.ApplicationJson);let n=await this.post(e,o,r);return this._processResponse(n,this.requestOptions)}async putJson(e,t,r={}){let o=JSON.stringify(t,null,2);r[i.Accept]=this._getExistingOrDefaultHeader(r,i.Accept,c.ApplicationJson),r[i.ContentType]=this._getExistingOrDefaultHeader(r,i.ContentType,c.ApplicationJson);let n=await this.put(e,o,r);return this._processResponse(n,this.requestOptions)}async patchJson(e,t,r={}){let o=JSON.stringify(t,null,2);r[i.Accept]=this._getExistingOrDefaultHeader(r,i.Accept,c.ApplicationJson),r[i.ContentType]=this._getExistingOrDefaultHeader(r,i.ContentType,c.ApplicationJson);let n=await this.patch(e,o,r);return this._processResponse(n,this.requestOptions)}async request(e,t,r,o){if(this._disposed)throw Error("Client has already been disposed.");let s,i=new URL(t),a=this._prepareRequest(e,i,o),c=this._allowRetries&&-1!=p.indexOf(e)?this._maxRetries+1:1,d=0;for(;c>d;){if(s=await this.requestRaw(a,r),s&&s.message&&s.message.statusCode===n.Unauthorized){let e;for(let t=0;this.handlers.length>t;t++)if(this.handlers[t].canHandleAuthentication(s)){e=this.handlers[t];break}return e?e.handleAuthentication(this,a,r):s}let t=this._maxRedirects;for(;-1!=l.indexOf(s.message.statusCode)&&this._allowRedirects&&t>0;){const n=s.message.headers.location;if(!n)break;let c=new URL(n);if("https:"==i.protocol&&i.protocol!=c.protocol&&!this._allowRedirectDowngrade)throw Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.");if(await s.readBody(),c.hostname!==i.hostname)for(let e in o)"authorization"===e.toLowerCase()&&delete o[e];a=this._prepareRequest(e,c,o),s=await this.requestRaw(a,r),t--}if(-1==u.indexOf(s.message.statusCode))return s;d+=1,c>d&&(await s.readBody(),await this._performExponentialBackoff(d))}return s}dispose(){this._agent&&this._agent.destroy(),this._disposed=!0}requestRaw(e,t){return new Promise(((r,o)=>{this.requestRawWithCallback(e,t,((e,t)=>{e&&o(e),r(t)}))}))}requestRawWithCallback(e,t,r){let o;"string"==typeof t&&(e.options.headers["Content-Length"]=Buffer.byteLength(t,"utf8"));let n=!1,s=(e,t)=>{n||(n=!0,r(e,t))},i=e.httpModule.request(e.options,(e=>{let t=new h(e);s(null,t)}));i.on("socket",(e=>{o=e})),i.setTimeout(this._socketTimeout||18e4,(()=>{o&&o.end(),s(Error("Request timeout: "+e.options.path),null)})),i.on("error",(e=>{s(e,null)})),t&&"string"==typeof t&&i.write(t,"utf8"),t&&"string"!=typeof t?(t.on("close",(()=>{i.end()})),t.pipe(i)):i.end()}getAgent(e){let t=new URL(e);return this._getAgent(t)}_prepareRequest(e,t,r){const o={};o.parsedUrl=t;const n="https:"===o.parsedUrl.protocol;o.httpModule=n?he:de;const s=n?443:80;return o.options={},o.options.host=o.parsedUrl.hostname,o.options.port=o.parsedUrl.port?parseInt(o.parsedUrl.port):s,o.options.path=(o.parsedUrl.pathname||"")+(o.parsedUrl.search||""),o.options.method=e,o.options.headers=this._mergeHeaders(r),null!=this.userAgent&&(o.options.headers["user-agent"]=this.userAgent),o.options.agent=this._getAgent(o.parsedUrl),this.handlers&&this.handlers.forEach((e=>{e.prepareRequest(o.options)})),o}_mergeHeaders(e){const t=e=>Object.keys(e).reduce(((t,r)=>(t[r.toLowerCase()]=e[r],t)),{});return this.requestOptions&&this.requestOptions.headers?Object.assign({},t(this.requestOptions.headers),t(e)):t(e||{})}_getExistingOrDefaultHeader(e,t,r){let o;var n;return this.requestOptions&&this.requestOptions.headers&&(o=(n=this.requestOptions.headers,Object.keys(n).reduce(((e,t)=>(e[t.toLowerCase()]=n[t],e)),{}))[t]),e[t]||o||r}_getAgent(e){let t,n=r.getProxyUrl(e),s=n&&n.hostname;if(this._keepAlive&&s&&(t=this._proxyAgent),this._keepAlive&&!s&&(t=this._agent),t)return t;const i="https:"===e.protocol;let a=100;if(this.requestOptions&&(a=this.requestOptions.maxSockets||de.globalAgent.maxSockets),s){o||(o=Te("bbp3j"));const e={maxSockets:a,keepAlive:this._keepAlive,proxy:{...(n.username||n.password)&&{proxyAuth:`${n.username}:${n.password}`},host:n.hostname,port:n.port}};let r;const s="https:"===n.protocol;r=i?s?o.httpsOverHttps:o.httpsOverHttp:s?o.httpOverHttps:o.httpOverHttp,t=r(e),this._proxyAgent=t}if(this._keepAlive&&!t){const e={keepAlive:this._keepAlive,maxSockets:a};t=i?new he.Agent(e):new de.Agent(e),this._agent=t}return t||(t=i?he.globalAgent:de.globalAgent),i&&this._ignoreSslError&&(t.options=Object.assign(t.options||{},{rejectUnauthorized:!1})),t}_performExponentialBackoff(e){const t=5*Math.pow(2,e=Math.min(10,e));return new Promise((e=>setTimeout((()=>e()),t)))}static dateTimeDeserializer(e,t){if("string"==typeof t){let e=new Date(t);if(!isNaN(e.valueOf()))return e}return t}async _processResponse(e,t){return new Promise((async(r,o)=>{const s=e.message.statusCode,i={statusCode:s,result:null,headers:{}};let a,c;s==n.NotFound&&r(i);try{c=await e.readBody(),c&&c.length>0&&(a=t&&t.deserializeDates?JSON.parse(c,f.dateTimeDeserializer):JSON.parse(c),i.result=a),i.headers=e.message.headers}catch(e){}if(s>299){let e;e=a&&a.message?a.message:c&&c.length>0?c:"Failed request: ("+s+")";let t=new d(e,s);t.result=i.result,o(t)}else r(i)}))}}e.exports.HttpClient=f})),Te.register("8NGVX",((e,t)=>{"use strict";function r(e){if(!e.hostname)return!1;let t,r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;e.port?t=+e.port:"http:"===e.protocol?t=80:"https:"===e.protocol&&(t=443);let o=[e.hostname.toUpperCase()];"number"==typeof t&&o.push(`${o[0]}:${t}`);for(let e of r.split(",").map((e=>e.trim().toUpperCase())).filter((e=>e)))if(o.some((t=>t===e)))return!0;return!1}Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getProxyUrl=e=>{let t,o,n="https:"===e.protocol;return r(e)||(o=n?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY,o&&(t=new URL(o))),t},e.exports.checkBypass=r})),Te.register("bbp3j",((e,t)=>{e.exports=Te("fNJ5J")})),Te.register("fNJ5J",(function(e,r){function o(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||de.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",((e,r,o,n)=>{for(var i=s(r,o,n),a=0,c=t.requests.length;c>a;++a){var l=t.requests[a];if(l.host===i.host&&l.port===i.port)return t.requests.splice(a,1),void l.request.onSocket(e)}e.destroy(),t.removeSocket(e)}))}function n(e,t){var r=this;o.prototype.createSocket.call(r,e,(o=>{var n=e.request.getHeader("host"),s=i({},r.options,{socket:o,servername:n?n.replace(/:.*$/,""):e.host}),a=fe.connect(0,s);r.sockets[r.sockets.indexOf(o)]=a,t(a)}))}function s(e,t,r){return"string"==typeof e?{host:e,port:t,localAddress:r}:e}function i(e){for(var t=1,r=arguments.length;r>t;++t){var o=arguments[t];if("object"==typeof o)for(var n=Object.keys(o),s=0,i=n.length;i>s;++s){var a=n[s];void 0!==o[a]&&(e[a]=o[a])}}return e}var a,c,l,u,p,d;t(e.exports,"httpOverHttp",(()=>a),(e=>a=e)),t(e.exports,"httpsOverHttp",(()=>c),(e=>c=e)),t(e.exports,"httpOverHttps",(()=>l),(e=>l=e)),t(e.exports,"httpsOverHttps",(()=>u),(e=>u=e)),t(e.exports,"debug",(()=>p),(e=>p=e)),a=e=>{var t=new o(e);return t.request=de.request,t},c=e=>{var t=new o(e);return t.request=de.request,t.createSocket=n,t.defaultPort=443,t},l=e=>{var t=new o(e);return t.request=he.request,t},u=e=>{var t=new o(e);return t.request=he.request,t.createSocket=n,t.defaultPort=443,t},ge.inherits(o,me.EventEmitter),o.prototype.addRequest=function(e,t,r,o){var n=this,a=i({request:e},n.options,s(t,r,o));this.maxSockets>n.sockets.length?n.createSocket(a,(t=>{function r(){n.emit("free",t,a)}function o(e){n.removeSocket(t),t.removeListener("free",r),t.removeListener("close",o),t.removeListener("agentRemove",o)}t.on("free",r),t.on("close",o),t.on("agentRemove",o),e.onSocket(t)})):n.requests.push(a)},o.prototype.createSocket=function(e,t){function r(r,s,i){var c;return a.removeAllListeners(),s.removeAllListeners(),200!==r.statusCode?(d("tunneling socket could not be established, statusCode=%d",r.statusCode),s.destroy(),(c=Error("tunneling socket could not be established, statusCode="+r.statusCode)).code="ECONNRESET",e.request.emit("error",c),void o.removeSocket(n)):i.length>0?(d("got illegal response body from proxy"),s.destroy(),(c=Error("got illegal response body from proxy")).code="ECONNRESET",e.request.emit("error",c),void o.removeSocket(n)):(d("tunneling connection has established"),o.sockets[o.sockets.indexOf(n)]=s,t(s))}var o=this,n={};o.sockets.push(n);var s=i({},o.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(s.localAddress=e.localAddress),s.proxyAuth&&(s.headers=s.headers||{},s.headers["Proxy-Authorization"]="Basic "+new Buffer(s.proxyAuth).toString("base64")),d("making CONNECT request");var a=o.request(s);a.useChunkedEncodingByDefault=!1,a.once("response",(e=>{e.upgrade=!0})),a.once("upgrade",((e,t,o)=>{process.nextTick((()=>{r(e,t,o)}))})),a.once("connect",r),a.once("error",(t=>{a.removeAllListeners(),d("tunneling socket could not be established, cause=%s\n",t.message,t.stack);var r=Error("tunneling socket could not be established, cause="+t.message);r.code="ECONNRESET",e.request.emit("error",r),o.removeSocket(n)})),a.end()},o.prototype.removeSocket=function(e){var t=this.sockets.indexOf(e);if(-1!==t){this.sockets.splice(t,1);var r=this.requests.shift();r&&this.createSocket(r,(e=>{r.request.onSocket(e)}))}},p=d=()=>{}}));var Ze,Je,Qe=Te("ba1Cu"),et={};Object.defineProperty(et,"__esModule",{value:!0}),et.BasicCredentialHandler=class{constructor(e,t){this.username=e,this.password=t}prepareRequest(e){e.headers.Authorization="Basic "+Buffer.from(this.username+":"+this.password).toString("base64")}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}},et.BearerCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){e.headers.Authorization="Bearer "+this.token}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}},et.PersonalAccessTokenCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){e.headers.Authorization="Basic "+Buffer.from("PAT:"+this.token).toString("base64")}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}};class tt{static createHttpClient(e=!0,t=10){const r={allowRetries:e,maxRetries:t};return new Qe.HttpClient("actions/oidc-client",[new et.BearerCredentialHandler(tt.getRequestToken())],r)}static getRequestToken(){const e=process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN;if(!e)throw Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable");return e}static getIDTokenUrl(){const e=process.env.ACTIONS_ID_TOKEN_REQUEST_URL;if(!e)throw Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable");return e}static getCall(e){var t;return ze(this,void 0,void 0,(function*(){const r=tt.createHttpClient(),o=yield r.getJson(e).catch((e=>{throw Error(`Failed to get ID Token. \n \n Error Code : ${e.statusCode}\n \n Error Message: ${e.result.message}`)})),n=null===(t=o.result)||void 0===t?void 0:t.value;if(!n)throw Error("Response json body do not have ID Token field");return n}))}static getIDToken(e){return ze(this,void 0,void 0,(function*(){try{let t=tt.getIDTokenUrl();e&&(t=`${t}&audience=${encodeURIComponent(e)}`),Ie.debug("ID token url is "+t);const r=yield tt.getCall(t);return Ie.setSecret(r),r}catch(e){throw Error("Error message: "+e.message)}}))}}Ke.OidcClient=tt,(Je=Ze=Ie.ExitCode||(Ie.ExitCode={}))[Je.Success=0]="Success",Je[Je.Failure=1]="Failure",Ie.exportVariable=(e,t)=>{const r=Fe.toCommandValue(t);if(process.env[e]=r,process.env.GITHUB_ENV){const t="_GitHubActionsFileCommandDelimeter_";Ge.issueCommand("ENV",`${e}<<${t}${Xe.EOL}${r}${Xe.EOL}${t}`)}else Le.issueCommand("set-env",{name:e},r)},Ie.setSecret=e=>{Le.issueCommand("add-mask",{},e)},Ie.addPath=e=>{process.env.GITHUB_PATH?Ge.issueCommand("PATH",e):Le.issueCommand("add-path",{},e),process.env.PATH=`${e}${Ye.delimiter}${process.env.PATH}`},Ie.getInput=o,Ie.getMultilineInput=(e,t)=>o(e,t).split("\n").filter((e=>""!==e)),Ie.getBooleanInput=(e,t)=>{const r=o(e,t);if(["true","True","TRUE"].includes(r))return!0;if(["false","False","FALSE"].includes(r))return!1;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${e}\nSupport boolean input list: \`true | True | TRUE | false | False | FALSE\``)},Ie.setOutput=(e,t)=>{process.stdout.write(Xe.EOL),Le.issueCommand("set-output",{name:e},t)},Ie.setCommandEcho=e=>{Le.issue("echo",e?"on":"off")},Ie.setFailed=e=>{process.exitCode=Ze.Failure,n(e)},Ie.isDebug=()=>"1"===process.env.RUNNER_DEBUG,Ie.debug=e=>{Le.issueCommand("debug",{},e)},Ie.error=n,Ie.warning=(e,t={})=>{Le.issueCommand("warning",Fe.toCommandProperties(t),e instanceof Error?""+e:e)},Ie.notice=(e,t={})=>{Le.issueCommand("notice",Fe.toCommandProperties(t),e instanceof Error?""+e:e)},Ie.info=e=>{process.stdout.write(e+Xe.EOL)},Ie.startGroup=s,Ie.endGroup=i,Ie.group=function(e,t){return Ne(this,void 0,void 0,(function*(){let r;s(e);try{r=yield t()}finally{i()}return r}))},Ie.saveState=(e,t)=>{Le.issueCommand("save-state",{name:e},t)},Ie.getState=e=>process.env["STATE_"+e]||"",Ie.getIDToken=function(e){return Ne(this,void 0,void 0,(function*(){return yield Ke.OidcClient.getIDToken(e)}))};var rt={};const ot="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,nt=ot?";":":";var st,it={};Te.register("ftrAD",((e,t)=>{function r(e,t,r){return!(!e.isSymbolicLink()&&!e.isFile())&&((e,t)=>{var r=void 0!==t.pathExt?t.pathExt:process.env.PATHEXT;if(!r)return!0;if(-1!==(r=r.split(";")).indexOf(""))return!0;for(var o=0;r.length>o;o++){var n=r[o].toLowerCase();if(n&&e.substr(-n.length).toLowerCase()===n)return!0}return!1})(t,r)}function o(e,t,o){pe.stat(e,((n,s)=>{o(n,!n&&r(s,e,t))}))}e.exports=o,o.sync=(e,t)=>r(pe.statSync(e),e,t)})),Te.register("9yF3I",((e,t)=>{function r(e,t,r){pe.stat(e,((e,n)=>{r(e,!e&&o(n,t))}))}function o(e,t){return e.isFile()&&((e,t)=>{var r=e.mode,o=e.uid,n=e.gid,s=void 0!==t.uid?t.uid:process.getuid&&process.getuid(),i=void 0!==t.gid?t.gid:process.getgid&&process.getgid(),a=parseInt("100",8),c=parseInt("010",8),l=a|c;return r&parseInt("001",8)||r&c&&n===i||r&a&&o===s||r&l&&0===s})(e,t)}e.exports=r,r.sync=(e,t)=>o(pe.statSync(e),t)})),st="win32"===process.platform||Oe.TESTING_WINDOWS?Te("ftrAD"):Te("9yF3I"),it=a,a.sync=(e,t)=>{try{return st.sync(e,t||{})}catch(e){if(t&&t.ignoreErrors||"EACCES"===e.code)return!1;throw e}};const at=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),ct=(e,t)=>{const r=t.colon||nt,o=e.match(/\//)||ot&&e.match(/\\/)?[""]:[...ot?[process.cwd()]:[],...(t.path||process.env.PATH||"").split(r)],n=ot?t.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=ot?n.split(r):[""];return ot&&-1!==e.indexOf(".")&&""!==s[0]&&s.unshift(""),{pathEnv:o,pathExt:s,pathExtExe:n}},lt=(e,t,r)=>{"function"==typeof t&&(r=t,t={}),t||(t={});const{pathEnv:o,pathExt:n,pathExtExe:s}=ct(e,t),i=[],a=r=>new Promise(((n,s)=>{if(r===o.length)return t.all&&i.length?n(i):s(at(e));const a=o[r],l=/^".*"$/.test(a)?a.slice(1,-1):a,u=le.join(l,e),p=!l&&/^\.[\\\/]/.test(e)?e.slice(0,2)+u:u;n(c(p,r,0))})),c=(e,r,o)=>new Promise(((l,u)=>{if(o===n.length)return l(a(r+1));const p=n[o];it(e+p,{pathExt:s},((n,s)=>{if(!n&&s){if(!t.all)return l(e+p);i.push(e+p)}return l(c(e,r,o+1))}))}));return r?a(0).then((e=>r(null,e)),r):a(0)};let ut;rt=lt,lt.sync=(e,t)=>{t=t||{};const{pathEnv:r,pathExt:o,pathExtExe:n}=ct(e,t),s=[];for(let i=0;r.length>i;i++){const a=r[i],c=/^".*"$/.test(a)?a.slice(1,-1):a,l=le.join(c,e),u=!c&&/^\.[\\\/]/.test(e)?e.slice(0,2)+l:l;for(let e=0;o.length>e;e++){const r=u+o[e];try{if(it.sync(r,{pathExt:n})){if(!t.all)return r;s.push(r)}}catch(e){}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw at(e)};var pt,dt={},ht={},ft={},mt={};const vt=(e={})=>{const t=e.env||process.env;return"win32"!==(e.platform||process.platform)?"PATH":Object.keys(t).reverse().find((e=>"PATH"===e.toUpperCase()))||"Path"};var gt,yt;(mt=vt).default=vt,pt=e=>l(e)||l(e,!0),gt=e=>e.replace(/([()\][%!^"`<>&|;, *?])/g,"^$1"),yt=(e,t)=>(e=(e=`"${e=(e=(e=""+e).replace(/(\\*)"/g,'$1$1\\"')).replace(/(\\*)$/,"$1$1")}"`).replace(/([()\][%!^"`<>&|;, *?])/g,"^$1"),t&&(e=e.replace(/([()\][%!^"`<>&|;, *?])/g,"^$1")),e);var xt,wt;xt=(e="")=>{const t=e.match(/^#!(.*)/);if(!t)return null;const[r,o]=t[0].replace(/#! ?/,"").split(" "),n=r.split("/").pop();return"env"===n?o:o?`${n} ${o}`:n},wt=e=>{const t=Buffer.alloc(150);let r;try{r=pe.openSync(e,"r"),pe.readSync(r,t,0,150,0),pe.closeSync(r)}catch(e){}return xt(""+t)};const Et="win32"===process.platform,bt=/\.(?:com|exe)$/i,St=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;ft=(e,t,r)=>{t&&!Array.isArray(t)&&(r=t,t=null);const o={command:e,args:t=t?t.slice(0):[],options:r=Object.assign({},r),file:void 0,original:{command:e,args:t}};return r.shell?o:(e=>{if(!Et)return e;const t=(e=>{e.file=pt(e);const t=e.file&&wt(e.file);return t?(e.args.unshift(e.file),e.command=t,pt(e)):e.file})(e),r=!bt.test(t);if(e.options.forceShell||r){const r=St.test(t);e.command=le.normalize(e.command),e.command=gt(e.command),e.args=e.args.map((e=>yt(e,r)));const o=[e.command].concat(e.args).join(" ");e.args=["/d","/s","/c",`"${o}"`],e.command=process.env.comspec||"cmd.exe",e.options.windowsVerbatimArguments=!0}return e})(o)};var Pt={};const Ot="win32"===process.platform;var _t;Pt={hookChildProcess(e,t){if(!Ot)return;const r=e.emit;e.emit=function(o,n){if("exit"===o){const o=p(n,t);if(o)return r.call(e,"error",o)}return r.apply(e,arguments)}},verifyENOENT:p,verifyENOENTSync(e,t){return Ot&&1===e&&!t.file?u(t.original,"spawnSync"):null},notFoundError:u},(ht=d).spawn=d,ht.sync=(e,t,r)=>{const o=ft(e,t,r),n=ye.spawnSync(o.command,o.args,o.options);return n.error=n.error||Pt.verifyENOENTSync(n.status,o),n},ht._parse=ft,ht._enoent=Pt,_t=e=>{const t="string"==typeof e?"\r":13;return e[e.length-1]===("string"==typeof e?"\n":10)&&(e=e.slice(0,e.length-1)),e[e.length-1]===t&&(e=e.slice(0,e.length-1)),e};var Ct={};const Tt=e=>{let t;e={cwd:process.cwd(),path:process.env[mt()],execPath:process.execPath,...e};let r=le.resolve(e.cwd);const o=[];for(;t!==r;)o.push(le.join(r,"node_modules/.bin")),t=r,r=le.resolve(r,"..");const n=le.resolve(e.cwd,e.execPath,"..");return o.push(n),o.concat(e.path).join(le.delimiter)};(Ct=Tt).default=Tt,Ct.env=e=>{const t={...(e={env:process.env,...e}).env},r=mt({env:t});return e.path=t[r],t[r]=Ct(e),t};var It={},$t={};const Rt=(e,t)=>{for(const r of Reflect.ownKeys(t))Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));return e};($t=Rt).default=Rt;const At=new WeakMap,Nt=(e,t={})=>{if("function"!=typeof e)throw new TypeError("Expected a function");let r,o=0;const n=e.displayName||e.name||"<anonymous>",s=function(...i){if(At.set(s,++o),1===o)r=e.apply(this,i),e=null;else if(!0===t.throw)throw Error(`Function \`${n}\` can only be called once`);return r};return $t(s,e),At.set(s,o),s};(It=Nt).default=Nt,It.callCount=e=>{if(!At.has(e))throw Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return At.get(e)};var Lt,Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.signalsByNumber=Dt.signalsByName=void 0;var jt={};Object.defineProperty(jt,"__esModule",{value:!0}),jt.getSignals=void 0;var kt={};Object.defineProperty(kt,"__esModule",{value:!0}),kt.SIGNALS=void 0,kt.SIGNALS=[{name:"SIGHUP",number:1,action:"terminate",description:"Terminal closed",standard:"posix"},{name:"SIGINT",number:2,action:"terminate",description:"User interruption with CTRL-C",standard:"ansi"},{name:"SIGQUIT",number:3,action:"core",description:"User interruption with CTRL-\\",standard:"posix"},{name:"SIGILL",number:4,action:"core",description:"Invalid machine instruction",standard:"ansi"},{name:"SIGTRAP",number:5,action:"core",description:"Debugger breakpoint",standard:"posix"},{name:"SIGABRT",number:6,action:"core",description:"Aborted",standard:"ansi"},{name:"SIGIOT",number:6,action:"core",description:"Aborted",standard:"bsd"},{name:"SIGBUS",number:7,action:"core",description:"Bus error due to misaligned, non-existing address or paging error",standard:"bsd"},{name:"SIGEMT",number:7,action:"terminate",description:"Command should be emulated but is not implemented",standard:"other"},{name:"SIGFPE",number:8,action:"core",description:"Floating point arithmetic error",standard:"ansi"},{name:"SIGKILL",number:9,action:"terminate",description:"Forced termination",standard:"posix",forced:!0},{name:"SIGUSR1",number:10,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGSEGV",number:11,action:"core",description:"Segmentation fault",standard:"ansi"},{name:"SIGUSR2",number:12,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGPIPE",number:13,action:"terminate",description:"Broken pipe or socket",standard:"posix"},{name:"SIGALRM",number:14,action:"terminate",description:"Timeout or timer",standard:"posix"},{name:"SIGTERM",number:15,action:"terminate",description:"Termination",standard:"ansi"},{name:"SIGSTKFLT",number:16,action:"terminate",description:"Stack is empty or overflowed",standard:"other"},{name:"SIGCHLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"posix"},{name:"SIGCLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"other"},{name:"SIGCONT",number:18,action:"unpause",description:"Unpaused",standard:"posix",forced:!0},{name:"SIGSTOP",number:19,action:"pause",description:"Paused",standard:"posix",forced:!0},{name:"SIGTSTP",number:20,action:"pause",description:'Paused using CTRL-Z or "suspend"',standard:"posix"},{name:"SIGTTIN",number:21,action:"pause",description:"Background process cannot read terminal input",standard:"posix"},{name:"SIGBREAK",number:21,action:"terminate",description:"User interruption with CTRL-BREAK",standard:"other"},{name:"SIGTTOU",number:22,action:"pause",description:"Background process cannot write to terminal output",standard:"posix"},{name:"SIGURG",number:23,action:"ignore",description:"Socket received out-of-band data",standard:"bsd"},{name:"SIGXCPU",number:24,action:"core",description:"Process timed out",standard:"bsd"},{name:"SIGXFSZ",number:25,action:"core",description:"File too big",standard:"bsd"},{name:"SIGVTALRM",number:26,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGPROF",number:27,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGWINCH",number:28,action:"ignore",description:"Terminal window size changed",standard:"bsd"},{name:"SIGIO",number:29,action:"terminate",description:"I/O is available",standard:"other"},{name:"SIGPOLL",number:29,action:"terminate",description:"Watched event",standard:"other"},{name:"SIGINFO",number:29,action:"ignore",description:"Request for process information",standard:"other"},{name:"SIGPWR",number:30,action:"terminate",description:"Device running out of power",standard:"systemv"},{name:"SIGSYS",number:31,action:"core",description:"Invalid system call",standard:"other"},{name:"SIGUNUSED",number:31,action:"terminate",description:"Invalid system call",standard:"other"}];var Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.SIGRTMAX=Mt.getRealtimeSignals=void 0,Mt.getRealtimeSignals=()=>Array.from({length:Gt-Vt+1},Ft);const Ft=(e,t)=>({name:"SIGRT"+(t+1),number:Vt+t,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),Vt=34,Gt=64;Mt.SIGRTMAX=Gt,jt.getSignals=()=>{const e=(0,Mt.getRealtimeSignals)();return[...kt.SIGNALS,...e].map(Ut)};const Ut=({name:e,number:t,description:r,action:o,forced:n=!1,standard:s})=>{const{signals:{[e]:i}}=ue.constants,a=void 0!==i;return{name:e,number:a?i:t,description:r,supported:a,action:o,forced:n,standard:s}},Ht=(0,jt.getSignals)().reduce(((e,{name:t,number:r,description:o,supported:n,action:s,forced:i,standard:a})=>({...e,[t]:{name:t,number:r,description:o,supported:n,action:s,forced:i,standard:a}})),{});Dt.signalsByName=Ht;const Bt=(()=>{const e=(0,jt.getSignals)(),t=Array.from({length:Mt.SIGRTMAX+1},((t,r)=>((e,t)=>{const r=((e,t)=>{const r=t.find((({name:t})=>ue.constants.signals[t]===e));return void 0!==r?r:t.find((t=>t.number===e))})(e,t);if(void 0===r)return{};const{name:o,description:n,supported:s,action:i,forced:a,standard:c}=r;return{[e]:{name:o,number:e,description:n,supported:s,action:i,forced:a,standard:c}}})(r,e)));return Object.assign({},...t)})();Dt.signalsByNumber=Bt;var qt=Dt.signalsByName;Lt=({stdout:e,stderr:t,all:r,error:o,signal:n,exitCode:s,command:i,escapedCommand:a,timedOut:c,isCanceled:l,killed:u,parsed:{options:{timeout:p}}})=>{const d=void 0===(n=null===n?void 0:n)?void 0:qt[n].description,h=(({timedOut:e,timeout:t,errorCode:r,signal:o,signalDescription:n,exitCode:s,isCanceled:i})=>e?`timed out after ${t} milliseconds`:i?"was canceled":void 0!==r?"failed with "+r:void 0!==o?`was killed with ${o} (${n})`:void 0!==s?"failed with exit code "+s:"failed")({timedOut:c,timeout:p,errorCode:o&&o.code,signal:n,signalDescription:d,exitCode:s=null===s?void 0:s,isCanceled:l}),f=`Command ${h}: ${i}`,m="[object Error]"==={}.toString.call(o),v=m?`${f}\n${o.message}`:f,g=[v,t,e].filter(Boolean).join("\n");return m?(o.originalMessage=o.message,o.message=g):o=Error(g),o.shortMessage=v,o.command=i,o.escapedCommand=a,o.exitCode=s,o.signal=n,o.signalDescription=d,o.stdout=e,o.stderr=t,void 0!==r&&(o.all=r),"bufferedData"in o&&delete o.bufferedData,o.failed=!0,o.timedOut=!!c,o.isCanceled=l,o.killed=u&&!c,o};var Wt={};const Xt=["stdin","stdout","stderr"],Yt=e=>{if(!e)return;const{stdio:t}=e;if(void 0===t)return Xt.map((t=>e[t]));if((e=>Xt.some((t=>void 0!==e[t])))(e))throw Error("It's not possible to provide `stdio` in combination with one of "+Xt.map((e=>`\`${e}\``)).join(", "));if("string"==typeof t)return t;if(!Array.isArray(t))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof t}\``);return Array.from({length:Math.max(t.length,Xt.length)},((e,r)=>t[r]))};(Wt=Yt).node=e=>{const t=Yt(e);return"ipc"===t?"ipc":void 0===t||"string"==typeof t?[t,t,t,"ipc"]:t.includes("ipc")?t:[...t,"ipc"]};var Kt,zt,Zt={};Zt=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"],"win32"!==process.platform&&Zt.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),"linux"===process.platform&&Zt.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED");var Jt,Qt=Zt,er=/^win/i.test(process.platform),tr=me;"function"!=typeof tr&&(tr=tr.EventEmitter),process.__signal_exit_emitter__?Jt=process.__signal_exit_emitter__:((Jt=process.__signal_exit_emitter__=new tr).count=0,Jt.emitted={}),Jt.infinite||(Jt.setMaxListeners(1/0),Jt.infinite=!0),(zt=(e,t)=>{ve.equal(typeof e,"function","a callback must be provided for exit handler"),!1===or&&m();var r="exit";return t&&t.alwaysLast&&(r="afterexit"),Jt.on(r,e),()=>{Jt.removeListener(r,e),0===Jt.listeners("exit").length&&0===Jt.listeners("afterexit").length&&h()}}).unload=h;var rr={};Qt.forEach((e=>{rr[e]=()=>{process.listeners(e).length===Jt.count&&(h(),f("exit",null,e),f("afterexit",null,e),er&&"SIGHUP"===e&&(e="SIGINT"),process.kill(process.pid,e))}})),zt.signals=()=>Qt,zt.load=m;var or=!1,nr=process.reallyExit,sr=process.emit;const ir=e=>e===ue.constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase();var ar,cr=(Kt={spawnedKill(e,t="SIGTERM",r={}){const o=e(t);return((e,t,r,o)=>{if(!((e,{forceKillAfterTimeout:t},r)=>ir(e)&&!1!==t&&r)(t,r,o))return;const n=(({forceKillAfterTimeout:e=!0})=>{if(!0===e)return 5e3;if(!Number.isFinite(e)||0>e)throw new TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e})(r),s=setTimeout((()=>{e("SIGKILL")}),n);s.unref&&s.unref()})(e,t,r,o),o},spawnedCancel(e,t){e.kill()&&(t.isCanceled=!0)},setupTimeout(e,{timeout:t,killSignal:r="SIGTERM"},o){if(0===t||void 0===t)return o;let n;const s=new Promise(((o,s)=>{n=setTimeout((()=>{((e,t,r)=>{e.kill(t),r(Object.assign(Error("Timed out"),{timedOut:!0,signal:t}))})(e,r,s)}),t)})),i=o.finally((()=>{clearTimeout(n)}));return Promise.race([s,i])},validateTimeout({timeout:e}){if(void 0!==e&&(!Number.isFinite(e)||0>e))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`)},async setExitHandler(e,{cleanup:t,detached:r},o){if(!t||r)return o;const n=zt((()=>{e.kill()}));return o.finally((()=>{n()}))}}).spawnedKill,lr=Kt.spawnedCancel,ur=Kt.setupTimeout,pr=Kt.validateTimeout,dr=Kt.setExitHandler,hr={};const fr=e=>null!==e&&"object"==typeof e&&"function"==typeof e.pipe;fr.writable=e=>fr(e)&&!1!==e.writable&&"function"==typeof e._write&&"object"==typeof e._writableState,fr.readable=e=>fr(e)&&!1!==e.readable&&"function"==typeof e._read&&"object"==typeof e._readableState,fr.duplex=e=>fr.writable(e)&&fr.readable(e),fr.transform=e=>fr.duplex(e)&&"function"==typeof e._transform,hr=fr;var mr,vr={},gr=xe.constants,yr=we.PassThrough;mr=e=>{e={...e};const{array:t}=e;let{encoding:r}=e;const o="buffer"===r;let n=!1;t?n=!(r||o):r=r||"utf8",o&&(r=null);const s=new yr({objectMode:n});r&&s.setEncoding(r);let i=0;const a=[];return s.on("data",(e=>{a.push(e),n?i=a.length:i+=e.length})),s.getBufferedValue=()=>t?a:o?Buffer.concat(a,i):a.join(""),s.getBufferedLength=()=>i,s};const xr=(0,ge.promisify)(we.pipeline);class wr extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}}(vr=y).buffer=(e,t)=>y(e,{...t,encoding:"buffer"}),vr.array=(e,t)=>y(e,{...t,array:!0}),vr.MaxBufferError=wr;var Er,br=we.PassThrough;Er=function(){function e(t){return Array.isArray(t)?(t.forEach(e),this):(o.push(t),t.once("end",r.bind(null,t)),t.once("error",n.emit.bind(n,"error")),t.pipe(n,{end:!1}),this)}function t(){return 0==o.length}function r(e){!(o=o.filter((t=>t!==e))).length&&n.readable&&n.end()}var o=[],n=new br({objectMode:!0});return n.setMaxListeners(0),n.add=e,n.isEmpty=t,n.on("unpipe",r),[].slice.call(arguments).forEach(e),n};const Sr=async(e,t)=>{if(e){e.destroy();try{return await t}catch(e){return e.bufferedData}}},Pr=(e,{encoding:t,buffer:r,maxBuffer:o})=>{if(e&&r)return t?vr(e,{encoding:t,maxBuffer:o}):vr.buffer(e,{maxBuffer:o})};var Or,_r=(ar={handleInput(e,t){void 0!==t&&void 0!==e.stdin&&(hr(t)?t.pipe(e.stdin):e.stdin.end(t))},makeAllStream(e,{all:t}){if(!t||!e.stdout&&!e.stderr)return;const r=Er();return e.stdout&&r.add(e.stdout),e.stderr&&r.add(e.stderr),r},async getSpawnedResult({stdout:e,stderr:t,all:r},{encoding:o,buffer:n,maxBuffer:s},i){const a=Pr(e,{encoding:o,buffer:n,maxBuffer:s}),c=Pr(t,{encoding:o,buffer:n,maxBuffer:s}),l=Pr(r,{encoding:o,buffer:n,maxBuffer:2*s});try{return await Promise.all([i,a,c,l])}catch(o){return Promise.all([{error:o,signal:o.signal,timedOut:o.timedOut},Sr(e,a),Sr(t,c),Sr(r,l)])}},validateInputSync({input:e}){if(hr(e))throw new TypeError("The `input` option cannot be a stream in sync mode")}}).handleInput,Cr=ar.getSpawnedResult,Tr=ar.makeAllStream,Ir=ar.validateInputSync;const $r=(async()=>{})().constructor.prototype,Rr=["then","catch","finally"].map((e=>[e,Reflect.getOwnPropertyDescriptor($r,e)]));var Ar,Nr=(Or={mergePromise(e,t){for(const[r,o]of Rr){const n="function"==typeof t?(...e)=>Reflect.apply(o.value,t(),e):o.value.bind(t);Reflect.defineProperty(e,r,{...o,value:n})}return e},getSpawnedPromise(e){return new Promise(((t,r)=>{e.on("exit",((e,r)=>{t({exitCode:e,signal:r})})),e.on("error",(e=>{r(e)})),e.stdin&&e.stdin.on("error",(e=>{r(e)}))}))}}).mergePromise,Lr=Or.getSpawnedPromise;const Dr=(e,t=[])=>Array.isArray(t)?[e,...t]:[e],jr=/^[\w.-]+$/;var kr=(Ar={joinCommand(e,t){return Dr(e,t).join(" ")},getEscapedCommand(e,t){return Dr(e,t).map((e=>(e=>"string"!=typeof e||jr.test(e)?e:`"${e.replace(/"/g,'\\"')}"`)(e))).join(" ")},parseCommand(e){const t=[];for(const r of e.trim().split(/ +/g)){const e=t[t.length-1];e&&e.endsWith("\\")?t[t.length-1]=`${e.slice(0,-1)} ${r}`:t.push(r)}return t}}).joinCommand,Mr=Ar.parseCommand,Fr=Ar.getEscapedCommand;const Vr=(e,t,r={})=>{const o=ht._parse(e,t,r);return e=o.command,t=o.args,(r={maxBuffer:1e8,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:(r=o.options).cwd||process.cwd(),execPath:process.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,...r}).env=(({env:e,extendEnv:t,preferLocal:r,localDir:o,execPath:n})=>{const s=t?{...process.env,...e}:e;return r?Ct.env({env:s,cwd:o,execPath:n}):s})(r),r.stdio=Wt(r),"win32"===process.platform&&"cmd"===le.basename(e,".exe")&&t.unshift("/q"),{file:e,args:t,options:r,parsed:o}},Gr=(e,t,r)=>"string"==typeof t||Buffer.isBuffer(t)?e.stripFinalNewline?_t(t):t:void 0===r?void 0:"",Ur=(e,t,r)=>{const o=Vr(e,t,r),n=kr(e,t),s=Fr(e,t);let i;pr(o.options);try{i=ye.spawn(o.file,o.args,o.options)}catch(e){const t=new ye.ChildProcess,r=Promise.reject(Lt({error:e,stdout:"",stderr:"",all:"",command:n,escapedCommand:s,parsed:o,timedOut:!1,isCanceled:!1,killed:!1}));return Nr(t,r)}const a=Lr(i),c=ur(i,o.options,a),l=dr(i,o.options,c),u={isCanceled:!1};i.kill=cr.bind(null,i.kill.bind(i)),i.cancel=lr.bind(null,i,u);const p=It((async()=>{const[{error:e,exitCode:t,signal:r,timedOut:a},c,p,d]=await Cr(i,o.options,l),h=Gr(o.options,c),f=Gr(o.options,p),m=Gr(o.options,d);if(e||0!==t||null!==r){const c=Lt({error:e,exitCode:t,signal:r,stdout:h,stderr:f,all:m,command:n,escapedCommand:s,parsed:o,timedOut:a,isCanceled:u.isCanceled,killed:i.killed});if(!o.options.reject)return c;throw c}return{command:n,escapedCommand:s,exitCode:0,stdout:h,stderr:f,all:m,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}}));return _r(i,o.options.input),i.all=Tr(i,o.options),Nr(i,p)};let Hr;(dt=Ur).sync=(e,t,r)=>{const o=Vr(e,t,r),n=kr(e,t),s=Fr(e,t);let i;Ir(o.options);try{i=ye.spawnSync(o.file,o.args,o.options)}catch(e){throw Lt({error:e,stdout:"",stderr:"",all:"",command:n,escapedCommand:s,parsed:o,timedOut:!1,isCanceled:!1,killed:!1})}const a=Gr(o.options,i.stdout,i.error),c=Gr(o.options,i.stderr,i.error);if(i.error||0!==i.status||null!==i.signal){const e=Lt({stdout:a,stderr:c,error:i.error,signal:i.signal,exitCode:i.status,command:n,escapedCommand:s,parsed:o,timedOut:i.error&&"ETIMEDOUT"===i.error.code,isCanceled:!1,killed:null!==i.signal});if(!o.options.reject)return e;throw e}return{command:n,escapedCommand:s,exitCode:0,stdout:a,stderr:c,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}},dt.command=(e,t)=>{const[r,...o]=Mr(e);return Ur(r,o,t)},dt.commandSync=(e,t)=>{const[r,...o]=Mr(e);return Ur.sync(r,o,t)},dt.node=(e,t,r={})=>{t&&!Array.isArray(t)&&"object"==typeof t&&(r=t,t=[]);const o=Wt.node(r),n=process.execArgv.filter((e=>!e.startsWith("--inspect"))),{nodePath:s=process.execPath,nodeOptions:i=n}=r;return Ur(s,[...i,e,...Array.isArray(t)?t:[]],{...r,stdin:void 0,stdout:void 0,stderr:void 0,stdio:o,shell:!1})};let Br,qr=!1,Wr=!1,Xr=!1;var Yr={},Kr=Yr&&Yr.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),zr=Yr&&Yr.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),Zr=Yr&&Yr.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&Kr(t,e,r);return zr(t,e),t}),Jr=Yr&&Yr.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())}))),Qr=Yr&&Yr.__importDefault||(e=>e&&e.__esModule?e:{default:e});Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.evaluateVersions=Yr.isExplicitVersion=Yr.findFromManifest=Yr.getManifestFromRepo=Yr.findAllVersions=Yr.find=Yr.cacheFile=Yr.cacheDir=Yr.extractZip=Yr.extractXar=Yr.extractTar=Yr.extract7z=Yr.downloadTool=Yr.HTTPError=void 0,Te.register("4wFnS",(function(e,t){"use strict";function r(e,t){const r=process.env["INPUT_"+e.replace(/ /g,"_").toUpperCase()]||"";if(t&&t.required&&!r)throw Error("Input required and not supplied: "+e);return t&&!1===t.trimWhitespace?r:r.trim()}function o(e,t={}){u.issueCommand("error",d.toCommandProperties(t),e instanceof Error?""+e:e)}function n(e){u.issue("group",e)}function s(){u.issue("endgroup")}var i=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),a=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),c=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t}),l=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getState=e.exports.saveState=e.exports.group=e.exports.endGroup=e.exports.startGroup=e.exports.info=e.exports.notice=e.exports.warning=e.exports.error=e.exports.debug=e.exports.isDebug=e.exports.setFailed=e.exports.setCommandEcho=e.exports.setOutput=e.exports.getBooleanInput=e.exports.getMultilineInput=e.exports.getInput=e.exports.addPath=e.exports.setSecret=e.exports.exportVariable=e.exports.ExitCode=void 0;var u=Te("VYPTu"),p=Te("6aHzk"),d=Te("gczhj");const h=c(ue),f=c(le);var m;(e=>{e[e.Success=0]="Success",e[e.Failure=1]="Failure"})(m=e.exports.ExitCode||(e.exports.ExitCode={})),e.exports.exportVariable=(e,t)=>{const r=d.toCommandValue(t);if(process.env[e]=r,process.env.GITHUB_ENV){const t="_GitHubActionsFileCommandDelimeter_";p.issueCommand("ENV",`${e}<<${t}${h.EOL}${r}${h.EOL}${t}`)}else u.issueCommand("set-env",{name:e},r)},e.exports.setSecret=e=>{u.issueCommand("add-mask",{},e)},e.exports.addPath=e=>{process.env.GITHUB_PATH?p.issueCommand("PATH",e):u.issueCommand("add-path",{},e),process.env.PATH=`${e}${f.delimiter}${process.env.PATH}`},e.exports.getInput=r,e.exports.getMultilineInput=(e,t)=>r(e,t).split("\n").filter((e=>""!==e)),e.exports.getBooleanInput=(e,t)=>{const o=r(e,t);if(["true","True","TRUE"].includes(o))return!0;if(["false","False","FALSE"].includes(o))return!1;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${e}\nSupport boolean input list: \`true | True | TRUE | false | False | FALSE\``)},e.exports.setOutput=(e,t)=>{process.stdout.write(h.EOL),u.issueCommand("set-output",{name:e},t)},e.exports.setCommandEcho=e=>{u.issue("echo",e?"on":"off")},e.exports.setFailed=e=>{process.exitCode=m.Failure,o(e)},e.exports.isDebug=()=>"1"===process.env.RUNNER_DEBUG,e.exports.debug=e=>{u.issueCommand("debug",{},e)},e.exports.error=o,e.exports.warning=(e,t={})=>{u.issueCommand("warning",d.toCommandProperties(t),e instanceof Error?""+e:e)},e.exports.notice=(e,t={})=>{u.issueCommand("notice",d.toCommandProperties(t),e instanceof Error?""+e:e)},e.exports.info=e=>{process.stdout.write(e+h.EOL)},e.exports.startGroup=n,e.exports.endGroup=s,e.exports.group=function(e,t){return l(this,void 0,void 0,(function*(){let r;n(e);try{r=yield t()}finally{s()}return r}))},e.exports.saveState=(e,t)=>{u.issueCommand("save-state",{name:e},t)},e.exports.getState=e=>process.env["STATE_"+e]||""})),Te.register("VYPTu",(function(e,t){"use strict";function r(e,t,r){const o=new c(e,t,r);process.stdout.write(""+o+i.EOL)}var o=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),n=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),s=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&o(t,e,r);return n(t,e),t});Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.issue=e.exports.issueCommand=void 0;const i=s(ue);var a=Te("gczhj");e.exports.issueCommand=r,e.exports.issue=(e,t="")=>{r(e,{},t)};class c{constructor(e,t,r){e||(e="missing.command"),this.command=e,this.properties=t,this.message=r}toString(){let e="::"+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(const o in this.properties)if(this.properties.hasOwnProperty(o)){const n=this.properties[o];n&&(r?r=!1:e+=",",e+=`${o}=${t=n,a.toCommandValue(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+(e=>a.toCommandValue(this.message).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A"))(),e}}})),Te.register("gczhj",((e,t)=>{"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.toCommandProperties=e.exports.toCommandValue=void 0,e.exports.toCommandValue=e=>null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e),e.exports.toCommandProperties=e=>Object.keys(e).length?{title:e.title,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}:{}})),Te.register("6aHzk",((e,t)=>{"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),o=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),n=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t});Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.issueCommand=void 0;const s=n(pe),i=n(ue);var a=Te("gczhj");e.exports.issueCommand=(e,t)=>{const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!s.existsSync(r))throw Error("Missing file at path: "+r);s.appendFileSync(r,`${a.toCommandValue(t)}${i.EOL}`,{encoding:"utf8"})}}));const eo=Zr(Te("4wFnS"));Te.register("bMvjP",(function(e,t){"use strict";function r(e){return u(this,void 0,void 0,(function*(){if(h.IS_WINDOWS){if(/[*"<>|]/.test(e))throw Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows');try{const t=h.getCmdPath();(yield h.isDirectory(e,!0))?yield f(t+' /s /c "rd /s /q "%inputPath%""',{env:{inputPath:e}}):yield f(t+' /s /c "del /f /a "%inputPath%""',{env:{inputPath:e}})}catch(e){if("ENOENT"!==e.code)throw e}try{yield h.unlink(e)}catch(e){if("ENOENT"!==e.code)throw e}}else{let t=!1;try{t=yield h.isDirectory(e)}catch(e){if("ENOENT"!==e.code)throw e;return}t?yield m("rm",["-rf",""+e]):yield h.unlink(e)}}))}function o(e){return u(this,void 0,void 0,(function*(){ve.ok(e,"a path argument must be provided"),yield h.mkdir(e,{recursive:!0})}))}function n(e){return u(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'tool' is required");const t=[];if(h.IS_WINDOWS&&process.env.PATHEXT)for(const e of process.env.PATHEXT.split(d.delimiter))e&&t.push(e);if(h.isRooted(e)){const r=yield h.tryGetExecutablePath(e,t);return r?[r]:[]}if(e.includes(d.sep))return[];const r=[];if(process.env.PATH)for(const e of process.env.PATH.split(d.delimiter))e&&r.push(e);const o=[];for(const n of r){const r=yield h.tryGetExecutablePath(d.join(n,e),t);r&&o.push(r)}return o}))}function s(e,t,r,n){return u(this,void 0,void 0,(function*(){if(r>=255)return;r++,yield o(t);const a=yield h.readdir(e);for(const o of a){const a=`${e}/${o}`,c=`${t}/${o}`;(yield h.lstat(a)).isDirectory()?yield s(a,c,r,n):yield i(a,c,n)}yield h.chmod(t,(yield h.stat(e)).mode)}))}function i(e,t,r){return u(this,void 0,void 0,(function*(){if((yield h.lstat(e)).isSymbolicLink()){try{yield h.lstat(t),yield h.unlink(t)}catch(e){"EPERM"===e.code&&(yield h.chmod(t,"0666"),yield h.unlink(t))}const r=yield h.readlink(e);yield h.symlink(r,t,h.IS_WINDOWS?"junction":null)}else(yield h.exists(t))&&!r||(yield h.copyFile(e,t))}))}var a=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),c=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),l=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&a(t,e,r);return c(t,e),t}),u=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.findInPath=e.exports.which=e.exports.mkdirP=e.exports.rmRF=e.exports.mv=e.exports.cp=void 0;const p=l(ye),d=l(le),h=l(Te("jXMuL")),f=ge.promisify(p.exec),m=ge.promisify(p.execFile);e.exports.cp=function(e,t,r={}){return u(this,void 0,void 0,(function*(){const{force:o,recursive:n,copySourceDirectory:a}=(e=>({force:null==e.force||e.force,recursive:!!e.recursive,copySourceDirectory:null==e.copySourceDirectory||!!e.copySourceDirectory}))(r),c=(yield h.exists(t))?yield h.stat(t):null;if(c&&c.isFile()&&!o)return;const l=c&&c.isDirectory()&&a?d.join(t,d.basename(e)):t;if(!(yield h.exists(e)))throw Error("no such file or directory: "+e);if((yield h.stat(e)).isDirectory()){if(!n)throw Error(`Failed to copy. ${e} is a directory, but tried to copy without recursive flag.`);yield s(e,l,0,o)}else{if(""===d.relative(e,l))throw Error(`'${l}' and '${e}' are the same file`);yield i(e,l,o)}}))},e.exports.mv=function(e,t,n={}){return u(this,void 0,void 0,(function*(){if(yield h.exists(t)){let o=!0;if((yield h.isDirectory(t))&&(t=d.join(t,d.basename(e)),o=yield h.exists(t)),o){if(null!=n.force&&!n.force)throw Error("Destination already exists");yield r(t)}}yield o(d.dirname(t)),yield h.rename(e,t)}))},e.exports.rmRF=r,e.exports.mkdirP=o,e.exports.which=function e(t,r){return u(this,void 0,void 0,(function*(){if(!t)throw Error("parameter 'tool' is required");if(r){const r=yield e(t,!1);if(!r)throw Error(h.IS_WINDOWS?`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`:`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`);return r}const o=yield n(t);return o&&o.length>0?o[0]:""}))},e.exports.findInPath=n})),Te.register("jXMuL",(function(e,t){"use strict";function r(e){return(1&e.mode)>0||(8&e.mode)>0&&e.gid===process.getgid()||(64&e.mode)>0&&e.uid===process.getuid()}var o,n=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),s=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&n(t,e,r);return s(t,e),t}),a=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getCmdPath=e.exports.tryGetExecutablePath=e.exports.isRooted=e.exports.isDirectory=e.exports.exists=e.exports.IS_WINDOWS=e.exports.unlink=e.exports.symlink=e.exports.stat=e.exports.rmdir=e.exports.rename=e.exports.readlink=e.exports.readdir=e.exports.mkdir=e.exports.lstat=e.exports.copyFile=e.exports.chmod=void 0;const c=i(pe),l=i(le);e.exports.chmod=(o=c.promises).chmod,e.exports.copyFile=o.copyFile,e.exports.lstat=o.lstat,e.exports.mkdir=o.mkdir,e.exports.readdir=o.readdir,e.exports.readlink=o.readlink,e.exports.rename=o.rename,e.exports.rmdir=o.rmdir,e.exports.stat=o.stat,e.exports.symlink=o.symlink,e.exports.unlink=o.unlink,e.exports.IS_WINDOWS="win32"===process.platform,e.exports.exists=function(t){return a(this,void 0,void 0,(function*(){try{yield e.exports.stat(t)}catch(e){if("ENOENT"===e.code)return!1;throw e}return!0}))},e.exports.isDirectory=function(t,r=!1){return a(this,void 0,void 0,(function*(){return(r?yield e.exports.stat(t):yield e.exports.lstat(t)).isDirectory()}))},e.exports.isRooted=t=>{if(!(t=(t=>(t=t||"",e.exports.IS_WINDOWS?(t=t.replace(/\//g,"\\")).replace(/\\\\+/g,"\\"):t.replace(/\/\/+/g,"/")))(t)))throw Error('isRooted() parameter "p" cannot be empty');return e.exports.IS_WINDOWS?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")},e.exports.tryGetExecutablePath=function(t,o){return a(this,void 0,void 0,(function*(){let n;try{n=yield e.exports.stat(t)}catch(e){"ENOENT"!==e.code&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${e}`)}if(n&&n.isFile())if(e.exports.IS_WINDOWS){const e=l.extname(t).toUpperCase();if(o.some((t=>t.toUpperCase()===e)))return t}else if(r(n))return t;const s=t;for(const i of o){t=s+i,n=void 0;try{n=yield e.exports.stat(t)}catch(e){"ENOENT"!==e.code&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${e}`)}if(n&&n.isFile()){if(e.exports.IS_WINDOWS){try{const r=l.dirname(t),o=l.basename(t).toUpperCase();for(const n of yield e.exports.readdir(r))if(o===n.toUpperCase()){t=l.join(r,n);break}}catch(e){console.log(`Unexpected error attempting to determine the actual case of the file '${t}': ${e}`)}return t}if(r(n))return t}}return""}))},e.exports.getCmdPath=()=>{var e;return null!==(e=process.env.COMSPEC)&&void 0!==e?e:"cmd.exe"}}));const to=Zr(Te("bMvjP")),ro=Zr(pe);Te.register("l7BLh",(function(e,t){"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),o=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),n=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}),s=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports._readLinuxVersionFile=e.exports._getOsVersion=e.exports._findMatch=void 0;const i=n(Te("7Lo32"));var a=Te("4wFnS");e.exports._findMatch=function(t,r,o,n){return s(this,void 0,void 0,(function*(){const s=ue.platform();let c,l,u;for(const c of o){const o=c.version;if(a.debug(`check ${o} satisfies ${t}`),i.satisfies(o,t)&&(!r||c.stable===r)&&(u=c.files.find((t=>{a.debug(`${t.arch}===${n} && ${t.platform}===${s}`);let r=t.arch===n&&t.platform===s;if(r&&t.platform_version){const o=e.exports._getOsVersion();r=o===t.platform_version||i.satisfies(o,t.platform_version)}return r})),u)){a.debug("matched "+c.version),l=c;break}}return l&&u&&(c=Object.assign({},l),c.files=[u]),c}))},e.exports._getOsVersion=()=>{const t=ue.platform();let r="";if("darwin"===t)r=""+ye.execSync("sw_vers -productVersion");else if("linux"===t){const t=e.exports._readLinuxVersionFile();if(t){const e=t.split("\n");for(const t of e){const e=t.split("=");if(2===e.length&&("VERSION_ID"===e[0].trim()||"DISTRIB_RELEASE"===e[0].trim())){r=e[1].trim().replace(/^"/,"").replace(/"$/,"");break}}}}return r},e.exports._readLinuxVersionFile=()=>{const e="/etc/lsb-release",t="/etc/os-release";let r="";return pe.existsSync(e)?r=""+pe.readFileSync(e):pe.existsSync(t)&&(r=""+pe.readFileSync(t)),r}})),Te.register("7Lo32",((e,t)=>{var r=Te("bvxLv");e.exports={re:r.re,src:r.src,tokens:r.t,SEMVER_SPEC_VERSION:Te("fdwSe").SEMVER_SPEC_VERSION,SemVer:Te("lFsiB"),compareIdentifiers:Te("iwJsr").compareIdentifiers,rcompareIdentifiers:Te("iwJsr").rcompareIdentifiers,parse:Te("duwNw"),valid:Te("3vako"),clean:Te("4O9De"),inc:Te("4pwP3"),diff:Te("3KZ51"),major:Te("gro6R"),minor:Te("iawVE"),patch:Te("f85A0"),prerelease:Te("ctiRO"),compare:Te("dvs9N"),rcompare:Te("2Y98I"),compareLoose:Te("7twMD"),compareBuild:Te("6PcNk"),sort:Te("csbi6"),rsort:Te("qJMGv"),gt:Te("0Lbfy"),lt:Te("epyGF"),eq:Te("fZcKH"),neq:Te("iiSw7"),gte:Te("7xTgx"),lte:Te("dj1Te"),cmp:Te("5lOVn"),coerce:Te("3w4LS"),Comparator:Te("7CcqG"),Range:Te("4SVex"),satisfies:Te("hID6V"),toComparators:Te("1KxDd"),maxSatisfying:Te("hAUPX"),minSatisfying:Te("j168r"),minVersion:Te("iKMXF"),validRange:Te("aIAu1"),outside:Te("7MTZc"),gtr:Te("egpbD"),ltr:Te("jKdoI"),intersects:Te("84pp0"),simplifyRange:Te("6KbSC"),subset:Te("83Xwe")}})),Te.register("bvxLv",((e,t)=>{var r=Te("fdwSe").MAX_SAFE_COMPONENT_LENGTH,o=Te("6m3CZ");const n=(t=e.exports={}).re=[],s=t.src=[],i=t.t={};let a=0;const c=(e,t,r)=>{const c=a++;o(c,t),i[e]=c,s[c]=t,n[c]=RegExp(t,r?"g":void 0)};c("NUMERICIDENTIFIER","0|[1-9]\\d*"),c("NUMERICIDENTIFIERLOOSE","[0-9]+"),c("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),c("MAINVERSION",`(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})`),c("MAINVERSIONLOOSE",`(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})`),c("PRERELEASEIDENTIFIER",`(?:${s[i.NUMERICIDENTIFIER]}|${s[i.NONNUMERICIDENTIFIER]})`),c("PRERELEASEIDENTIFIERLOOSE",`(?:${s[i.NUMERICIDENTIFIERLOOSE]}|${s[i.NONNUMERICIDENTIFIER]})`),c("PRERELEASE",`(?:-(${s[i.PRERELEASEIDENTIFIER]}(?:\\.${s[i.PRERELEASEIDENTIFIER]})*))`),c("PRERELEASELOOSE",`(?:-?(${s[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[i.PRERELEASEIDENTIFIERLOOSE]})*))`),c("BUILDIDENTIFIER","[0-9A-Za-z-]+"),c("BUILD",`(?:\\+(${s[i.BUILDIDENTIFIER]}(?:\\.${s[i.BUILDIDENTIFIER]})*))`),c("FULLPLAIN",`v?${s[i.MAINVERSION]}${s[i.PRERELEASE]}?${s[i.BUILD]}?`),c("FULL",`^${s[i.FULLPLAIN]}$`),c("LOOSEPLAIN",`[v=\\s]*${s[i.MAINVERSIONLOOSE]}${s[i.PRERELEASELOOSE]}?${s[i.BUILD]}?`),c("LOOSE",`^${s[i.LOOSEPLAIN]}$`),c("GTLT","((?:<|>)?=?)"),c("XRANGEIDENTIFIERLOOSE",s[i.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*"),c("XRANGEIDENTIFIER",s[i.NUMERICIDENTIFIER]+"|x|X|\\*"),c("XRANGEPLAIN",`[v=\\s]*(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:${s[i.PRERELEASE]})?${s[i.BUILD]}?)?)?`),c("XRANGEPLAINLOOSE",`[v=\\s]*(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:${s[i.PRERELEASELOOSE]})?${s[i.BUILD]}?)?)?`),c("XRANGE",`^${s[i.GTLT]}\\s*${s[i.XRANGEPLAIN]}$`),c("XRANGELOOSE",`^${s[i.GTLT]}\\s*${s[i.XRANGEPLAINLOOSE]}$`),c("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),c("COERCERTL",s[i.COERCE],!0),c("LONETILDE","(?:~>?)"),c("TILDETRIM",`(\\s*)${s[i.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",c("TILDE",`^${s[i.LONETILDE]}${s[i.XRANGEPLAIN]}$`),c("TILDELOOSE",`^${s[i.LONETILDE]}${s[i.XRANGEPLAINLOOSE]}$`),c("LONECARET","(?:\\^)"),c("CARETTRIM",`(\\s*)${s[i.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",c("CARET",`^${s[i.LONECARET]}${s[i.XRANGEPLAIN]}$`),c("CARETLOOSE",`^${s[i.LONECARET]}${s[i.XRANGEPLAINLOOSE]}$`),c("COMPARATORLOOSE",`^${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]})$|^$`),c("COMPARATOR",`^${s[i.GTLT]}\\s*(${s[i.FULLPLAIN]})$|^$`),c("COMPARATORTRIM",`(\\s*)${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]}|${s[i.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",c("HYPHENRANGE",`^\\s*(${s[i.XRANGEPLAIN]})\\s+-\\s+(${s[i.XRANGEPLAIN]})\\s*$`),c("HYPHENRANGELOOSE",`^\\s*(${s[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[i.XRANGEPLAINLOOSE]})\\s*$`),c("STAR","(<|>)?=?\\s*\\*"),c("GTE0","^\\s*>=\\s*0.0.0\\s*$"),c("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),Te.register("fdwSe",((e,t)=>{e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16}})),Te.register("6m3CZ",((e,t)=>{const r=("object"==typeof process&&process,()=>{});e.exports=r})),Te.register("lFsiB",(function(e,t){var r=Te("6m3CZ"),o=Te("fdwSe"),n=o.MAX_LENGTH,s=o.MAX_SAFE_INTEGER,i=Te("bvxLv"),a=i.re,c=i.t,l=Te("3YuHv"),u=Te("iwJsr").compareIdentifiers;class p{constructor(e,t){if(t=l(t),e instanceof p){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>n)throw new TypeError(`version is longer than ${n} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const o=e.trim().match(t.loose?a[c.LOOSE]:a[c.FULL]);if(!o)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>s||0>this.major)throw new TypeError("Invalid major version");if(this.minor>s||0>this.minor)throw new TypeError("Invalid minor version");if(this.patch>s||0>this.patch)throw new TypeError("Invalid patch version");this.prerelease=o[4]?o[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&s>t)return t}return e})):[],this.build=o[5]?o[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof p)){if("string"==typeof e&&e===this.version)return 0;e=new p(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof p||(e=new p(e,this.options)),u(this.major,e.major)||u(this.minor,e.minor)||u(this.patch,e.patch)}comparePre(e){if(e instanceof p||(e=new p(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const o=this.prerelease[t],n=e.prerelease[t];if(r("prerelease compare",t,o,n),void 0===o&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===o)return-1;if(o!==n)return u(o,n)}while(++t)}compareBuild(e){e instanceof p||(e=new p(e,this.options));let t=0;do{const o=this.build[t],n=e.build[t];if(r("prerelease compare",t,o,n),void 0===o&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===o)return-1;if(o!==n)return u(o,n)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this}}e.exports=p})),Te.register("3YuHv",((e,t)=>{const r=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:r.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}})),Te.register("iwJsr",((e,t)=>{const r=/^[0-9]+$/,o=(e,t)=>{const o=r.test(e),n=r.test(t);return o&&n&&(e=+e,t=+t),e===t?0:o&&!n?-1:n&&!o?1:t>e?-1:1};e.exports={compareIdentifiers:o,rcompareIdentifiers(e,t){return o(t,e)}}})),Te.register("duwNw",((e,t)=>{var r=Te("fdwSe").MAX_LENGTH,o=Te("bvxLv"),n=o.re,s=o.t,i=Te("lFsiB"),a=Te("3YuHv");e.exports=(e,t)=>{if(t=a(t),e instanceof i)return e;if("string"!=typeof e)return null;if(e.length>r)return null;if(!(t.loose?n[s.LOOSE]:n[s.FULL]).test(e))return null;try{return new i(e,t)}catch(e){return null}}})),Te.register("3vako",((e,t)=>{var r=Te("duwNw");e.exports=(e,t)=>{const o=r(e,t);return o?o.version:null}})),Te.register("4O9De",((e,t)=>{var r=Te("duwNw");e.exports=(e,t)=>{const o=r(e.trim().replace(/^[=v]+/,""),t);return o?o.version:null}})),Te.register("4pwP3",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t,o,n)=>{"string"==typeof o&&(n=o,o=void 0);try{return new r(e,o).inc(t,n).version}catch(e){return null}}})),Te.register("3KZ51",((e,t)=>{var r=Te("duwNw"),o=Te("fZcKH");e.exports=(e,t)=>{if(o(e,t))return null;{const o=r(e),n=r(t),s=o.prerelease.length||n.prerelease.length,i=s?"pre":"",a=s?"prerelease":"";for(const e in o)if(("major"===e||"minor"===e||"patch"===e)&&o[e]!==n[e])return i+e;return a}}})),Te.register("fZcKH",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>0===r(e,t,o)})),Te.register("dvs9N",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t,o)=>new r(e,o).compare(new r(t,o))})),Te.register("gro6R",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t)=>new r(e,t).major})),Te.register("iawVE",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t)=>new r(e,t).minor})),Te.register("f85A0",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t)=>new r(e,t).patch})),Te.register("ctiRO",((e,t)=>{var r=Te("duwNw");e.exports=(e,t)=>{const o=r(e,t);return o&&o.prerelease.length?o.prerelease:null}})),Te.register("2Y98I",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>r(t,e,o)})),Te.register("7twMD",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t)=>r(e,t,!0)})),Te.register("6PcNk",((e,t)=>{var r=Te("lFsiB");e.exports=(e,t,o)=>{const n=new r(e,o),s=new r(t,o);return n.compare(s)||n.compareBuild(s)}})),Te.register("csbi6",((e,t)=>{var r=Te("6PcNk");e.exports=(e,t)=>e.sort(((e,o)=>r(e,o,t)))})),Te.register("qJMGv",((e,t)=>{var r=Te("6PcNk");e.exports=(e,t)=>e.sort(((e,o)=>r(o,e,t)))})),Te.register("0Lbfy",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>r(e,t,o)>0})),Te.register("epyGF",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>0>r(e,t,o)})),Te.register("iiSw7",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>0!==r(e,t,o)})),Te.register("7xTgx",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>r(e,t,o)>=0})),Te.register("dj1Te",((e,t)=>{var r=Te("dvs9N");e.exports=(e,t,o)=>0>=r(e,t,o)})),Te.register("5lOVn",((e,t)=>{var r=Te("fZcKH"),o=Te("iiSw7"),n=Te("0Lbfy"),s=Te("7xTgx"),i=Te("epyGF"),a=Te("dj1Te");e.exports=(e,t,c,l)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof c&&(c=c.version),e===c;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof c&&(c=c.version),e!==c;case"":case"=":case"==":return r(e,c,l);case"!=":return o(e,c,l);case">":return n(e,c,l);case">=":return s(e,c,l);case"<":return i(e,c,l);case"<=":return a(e,c,l);default:throw new TypeError("Invalid operator: "+t)}}})),Te.register("3w4LS",((e,t)=>{var r=Te("lFsiB"),o=Te("duwNw"),n=Te("bvxLv"),s=n.re,i=n.t;e.exports=(e,t)=>{if(e instanceof r)return e;if("number"==typeof e&&(e+=""),"string"!=typeof e)return null;let n=null;if((t=t||{}).rtl){let t;for(;(t=s[i.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&t.index+t[0].length===n.index+n[0].length||(n=t),s[i.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;s[i.COERCERTL].lastIndex=-1}else n=e.match(s[i.COERCE]);return null===n?null:o(`${n[2]}.${n[3]||"0"}.${n[4]||"0"}`,t)}})),Te.register("7CcqG",(function(e,t){const r=Symbol();class o{static get ANY(){return r}constructor(e,t){if(t=n(t),e instanceof o){if(e.loose===!!t.loose)return e;e=e.value}l("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.value=this.semver===r?"":this.operator+this.semver.version,l("comp",this)}parse(e){const t=e.match(this.options.loose?i[a.COMPARATORLOOSE]:i[a.COMPARATOR]);if(!t)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==t[1]?t[1]:"","="===this.operator&&(this.operator=""),this.semver=t[2]?new u(t[2],this.options.loose):r}toString(){return this.value}test(e){if(l("Comparator.test",e,this.options.loose),this.semver===r||e===r)return!0;if("string"==typeof e)try{e=new u(e,this.options)}catch(e){return!1}return c(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof o))throw new TypeError("a Comparator is required");if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||new p(e.value,t).test(this.value);if(""===e.operator)return""===e.value||new p(this.value,t).test(e.semver);const r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),n=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),s=this.semver.version===e.semver.version,i=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=c(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),l=c(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||n||s&&i||a||l}}e.exports=o;var n=Te("3YuHv"),s=Te("bvxLv"),i=s.re,a=s.t,c=Te("5lOVn"),l=Te("6m3CZ"),u=Te("lFsiB"),p=Te("4SVex")})),Te.register("4SVex",(function(e,t){class r{constructor(e,t){if(t=n(t),e instanceof r)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new r(e.raw,t);if(e instanceof s)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!f(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&m(e[0])){this.set=[e];break}}this.format()}format(){return this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();const t=`parseRange:${Object.keys(this.options).join(",")}:${e}`,r=o.get(t);if(r)return r;const n=this.options.loose;e=e.replace(n?l[u.HYPHENRANGELOOSE]:l[u.HYPHENRANGE],C(this.options.includePrerelease)),i("hyphen replace",e),e=e.replace(l[u.COMPARATORTRIM],p),i("comparator trim",e,l[u.COMPARATORTRIM]),e=(e=(e=e.replace(l[u.TILDETRIM],d)).replace(l[u.CARETTRIM],h)).split(/\s+/).join(" ");const a=n?l[u.COMPARATORLOOSE]:l[u.COMPARATOR],c=e.split(" ").map((e=>g(e,this.options))).join(" ").split(/\s+/).map((e=>_(e,this.options))).filter(this.options.loose?e=>!!e.match(a):()=>!0).map((e=>new s(e,this.options))),m=new Map;for(const e of c){if(f(e))return[e];m.set(e.value,e)}m.size>1&&m.has("")&&m.delete("");const v=[...m.values()];return o.set(t,v),v}intersects(e,t){if(!(e instanceof r))throw new TypeError("a Range is required");return this.set.some((r=>v(r,t)&&e.set.some((e=>v(e,t)&&r.every((r=>e.every((e=>r.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new a(e,this.options)}catch(e){return!1}for(let t=0;this.set.length>t;t++)if(T(this.set[t],e,this.options))return!0;return!1}}e.exports=r;const o=new(Te("lIfWq"))({max:1e3});var n=Te("3YuHv"),s=Te("7CcqG"),i=Te("6m3CZ"),a=Te("lFsiB"),c=Te("bvxLv"),l=c.re,u=c.t,p=c.comparatorTrimReplace,d=c.tildeTrimReplace,h=c.caretTrimReplace;const f=e=>"<0.0.0-0"===e.value,m=e=>""===e.value,v=(e,t)=>{let r=!0;const o=e.slice();let n=o.pop();for(;r&&o.length;)r=o.every((e=>n.intersects(e,t))),n=o.pop();return r},g=(e,t)=>(i("comp",e,t),e=E(e,t),i("caret",e),e=x(e,t),i("tildes",e),e=S(e,t),i("xrange",e),e=O(e,t),i("stars",e),e),y=e=>!e||"x"===e.toLowerCase()||"*"===e,x=(e,t)=>e.trim().split(/\s+/).map((e=>w(e,t))).join(" "),w=(e,t)=>e.replace(t.loose?l[u.TILDELOOSE]:l[u.TILDE],((t,r,o,n,s)=>{let a;return i("tilde",e,t,r,o,n,s),y(r)?a="":y(o)?a=`>=${r}.0.0 <${+r+1}.0.0-0`:y(n)?a=`>=${r}.${o}.0 <${r}.${+o+1}.0-0`:s?(i("replaceTilde pr",s),a=`>=${r}.${o}.${n}-${s} <${r}.${+o+1}.0-0`):a=`>=${r}.${o}.${n} <${r}.${+o+1}.0-0`,i("tilde return",a),a})),E=(e,t)=>e.trim().split(/\s+/).map((e=>b(e,t))).join(" "),b=(e,t)=>{i("caret",e,t);const r=t.includePrerelease?"-0":"";return e.replace(t.loose?l[u.CARETLOOSE]:l[u.CARET],((t,o,n,s,a)=>{let c;return i("caret",e,t,o,n,s,a),y(o)?c="":y(n)?c=`>=${o}.0.0${r} <${+o+1}.0.0-0`:y(s)?c="0"===o?`>=${o}.${n}.0${r} <${o}.${+n+1}.0-0`:`>=${o}.${n}.0${r} <${+o+1}.0.0-0`:a?(i("replaceCaret pr",a),c="0"===o?"0"===n?`>=${o}.${n}.${s}-${a} <${o}.${n}.${+s+1}-0`:`>=${o}.${n}.${s}-${a} <${o}.${+n+1}.0-0`:`>=${o}.${n}.${s}-${a} <${+o+1}.0.0-0`):(i("no pr"),c="0"===o?"0"===n?`>=${o}.${n}.${s}${r} <${o}.${n}.${+s+1}-0`:`>=${o}.${n}.${s}${r} <${o}.${+n+1}.0-0`:`>=${o}.${n}.${s} <${+o+1}.0.0-0`),i("caret return",c),c}))},S=(e,t)=>(i("replaceXRanges",e,t),e.split(/\s+/).map((e=>P(e,t))).join(" ")),P=(e,t)=>(e=e.trim()).replace(t.loose?l[u.XRANGELOOSE]:l[u.XRANGE],((r,o,n,s,a,c)=>{i("xRange",e,r,o,n,s,a,c);const l=y(n),u=l||y(s),p=u||y(a);return"="===o&&p&&(o=""),c=t.includePrerelease?"-0":"",l?r=">"===o||"<"===o?"<0.0.0-0":"*":o&&p?(u&&(s=0),a=0,">"===o?(o=">=",u?(n=+n+1,s=0,a=0):(s=+s+1,a=0)):"<="===o&&(o="<",u?n=+n+1:s=+s+1),"<"===o&&(c="-0"),r=`${o+n}.${s}.${a}${c}`):u?r=`>=${n}.0.0${c} <${+n+1}.0.0-0`:p&&(r=`>=${n}.${s}.0${c} <${n}.${+s+1}.0-0`),i("xRange return",r),r})),O=(e,t)=>(i("replaceStars",e,t),e.trim().replace(l[u.STAR],"")),_=(e,t)=>(i("replaceGTE0",e,t),e.trim().replace(l[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),C=e=>(t,r,o,n,s,i,a,c,l,u,p,d,h)=>`${r=y(o)?"":y(n)?`>=${o}.0.0${e?"-0":""}`:y(s)?`>=${o}.${n}.0${e?"-0":""}`:i?">="+r:`>=${r}${e?"-0":""}`} ${c=y(l)?"":y(u)?`<${+l+1}.0.0-0`:y(p)?`<${l}.${+u+1}.0-0`:d?`<=${l}.${u}.${p}-${d}`:e?`<${l}.${u}.${+p+1}-0`:"<="+c}`.trim(),T=(e,t,r)=>{for(let r=0;e.length>r;r++)if(!e[r].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let r=0;e.length>r;r++)if(i(e[r].semver),e[r].semver!==s.ANY&&e[r].semver.prerelease.length>0){const o=e[r].semver;if(o.major===t.major&&o.minor===t.minor&&o.patch===t.patch)return!0}return!1}return!0}})),Te.register("lIfWq",(function(e,t){"use strict";var r=Te("52BTm");const o=Symbol(),n=Symbol(),s=Symbol(),i=Symbol(),a=Symbol(),c=Symbol(),l=Symbol(),u=Symbol(),p=Symbol(),d=Symbol(),h=()=>1,f=(e,t,r)=>{const o=e[p].get(t);if(o){const t=o.value;if(m(e,t)){if(g(e,o),!e[i])return}else r&&(e[d]&&(o.value.now=Date.now()),e[u].unshiftNode(o));return t.value}},m=(e,t)=>{if(!t||!t.maxAge&&!e[a])return!1;const r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[a]&&r>e[a]},v=e=>{if(e[n]>e[o])for(let t=e[u].tail;e[n]>e[o]&&null!==t;){const r=t.prev;g(e,t),t=r}},g=(e,t)=>{if(t){const r=t.value;e[c]&&e[c](r.key,r.value),e[n]-=r.length,e[p].delete(r.key),e[u].removeNode(t)}};class y{constructor(e,t,r,o,n){this.key=e,this.value=t,this.length=r,this.now=o,this.maxAge=n||0}}const x=(e,t,r,o)=>{let n=r.value;m(e,n)&&(g(e,r),e[i]||(n=void 0)),n&&t.call(o,n.value,n.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||0>e.max))throw new TypeError("max must be a non-negative number");this[o]=e.max||1/0;const t=e.length||h;if(this[s]="function"!=typeof t?h:t,this[i]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[a]=e.maxAge||0,this[c]=e.dispose,this[l]=e.noDisposeOnSet||!1,this[d]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||0>e)throw new TypeError("max must be a non-negative number");this[o]=e||1/0,v(this)}get max(){return this[o]}set allowStale(e){this[i]=!!e}get allowStale(){return this[i]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[a]=e,v(this)}get maxAge(){return this[a]}set lengthCalculator(e){"function"!=typeof e&&(e=h),e!==this[s]&&(this[s]=e,this[n]=0,this[u].forEach((e=>{e.length=this[s](e.value,e.key),this[n]+=e.length}))),v(this)}get lengthCalculator(){return this[s]}get length(){return this[n]}get itemCount(){return this[u].length}rforEach(e,t){t=t||this;for(let r=this[u].tail;null!==r;){const o=r.prev;x(this,e,r,t),r=o}}forEach(e,t){t=t||this;for(let r=this[u].head;null!==r;){const o=r.next;x(this,e,r,t),r=o}}keys(){return this[u].toArray().map((e=>e.key))}values(){return this[u].toArray().map((e=>e.value))}reset(){this[c]&&this[u]&&this[u].length&&this[u].forEach((e=>this[c](e.key,e.value))),this[p]=new Map,this[u]=new r,this[n]=0}dump(){return this[u].map((e=>!m(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[u]}set(e,t,r){if((r=r||this[a])&&"number"!=typeof r)throw new TypeError("maxAge must be a number");const i=r?Date.now():0,d=this[s](t,e);if(this[p].has(e)){if(d>this[o])return g(this,this[p].get(e)),!1;const s=this[p].get(e).value;return this[c]&&(this[l]||this[c](e,s.value)),s.now=i,s.maxAge=r,s.value=t,this[n]+=d-s.length,s.length=d,this.get(e),v(this),!0}const h=new y(e,t,d,i,r);return h.length>this[o]?(this[c]&&this[c](e,t),!1):(this[n]+=h.length,this[u].unshift(h),this[p].set(e,this[u].head),v(this),!0)}has(e){if(!this[p].has(e))return!1;const t=this[p].get(e).value;return!m(this,t)}get(e){return f(this,e,!0)}peek(e){return f(this,e,!1)}pop(){const e=this[u].tail;return e?(g(this,e),e.value):null}del(e){g(this,this[p].get(e))}load(e){this.reset();const t=Date.now();for(let r=e.length-1;r>=0;r--){const o=e[r],n=o.e||0;if(0===n)this.set(o.k,o.v);else{const e=n-t;e>0&&this.set(o.k,o.v,e)}}}prune(){this[p].forEach(((e,t)=>f(this,t,!1)))}}})),Te.register("52BTm",(function(e,t){"use strict";function r(e){var t=this;if(t instanceof r||(t=new r),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((e=>{t.push(e)}));else if(arguments.length>0)for(var o=0,n=arguments.length;n>o;o++)t.push(arguments[o]);return t}function o(e,t,r){var o=t===e.head?new i(r,null,t,e):new i(r,t,t.next,e);return null===o.next&&(e.tail=o),null===o.prev&&(e.head=o),e.length++,o}function n(e,t){e.tail=new i(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function s(e,t){e.head=new i(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function i(e,t,r,o){if(!(this instanceof i))return new i(e,t,r,o);this.list=o,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,r?(r.prev=this,this.next=r):this.next=null}e.exports=r,r.Node=i,r.create=r,r.prototype.removeNode=function(e){if(e.list!==this)throw Error("removing node which does not belong to this list");var t=e.next,r=e.prev;return t&&(t.prev=r),r&&(r.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=r),e.list.length--,e.next=null,e.prev=null,e.list=null,t},r.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},r.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},r.prototype.push=function(){for(var e=0,t=arguments.length;t>e;e++)n(this,arguments[e]);return this.length},r.prototype.unshift=function(){for(var e=0,t=arguments.length;t>e;e++)s(this,arguments[e]);return this.length},r.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},r.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},r.prototype.forEach=function(e,t){t=t||this;for(var r=this.head,o=0;null!==r;o++)e.call(t,r.value,o,this),r=r.next},r.prototype.forEachReverse=function(e,t){t=t||this;for(var r=this.tail,o=this.length-1;null!==r;o--)e.call(t,r.value,o,this),r=r.prev},r.prototype.get=function(e){for(var t=0,r=this.head;null!==r&&e>t;t++)r=r.next;if(t===e&&null!==r)return r.value},r.prototype.getReverse=function(e){for(var t=0,r=this.tail;null!==r&&e>t;t++)r=r.prev;if(t===e&&null!==r)return r.value},r.prototype.map=function(e,t){t=t||this;for(var o=new r,n=this.head;null!==n;)o.push(e.call(t,n.value,this)),n=n.next;return o},r.prototype.mapReverse=function(e,t){t=t||this;for(var o=new r,n=this.tail;null!==n;)o.push(e.call(t,n.value,this)),n=n.prev;return o},r.prototype.reduce=function(e,t){var r,o=this.head;if(arguments.length>1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");o=this.head.next,r=this.head.value}for(var n=0;null!==o;n++)r=e(r,o.value,n),o=o.next;return r},r.prototype.reduceReverse=function(e,t){var r,o=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");o=this.tail.prev,r=this.tail.value}for(var n=this.length-1;null!==o;n--)r=e(r,o.value,n),o=o.prev;return r},r.prototype.toArray=function(){for(var e=Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},r.prototype.toArrayReverse=function(){for(var e=Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},r.prototype.slice=function(e,t){0>(t=t||this.length)&&(t+=this.length),0>(e=e||0)&&(e+=this.length);var o=new r;if(e>t||0>t)return o;0>e&&(e=0),t>this.length&&(t=this.length);for(var n=0,s=this.head;null!==s&&e>n;n++)s=s.next;for(;null!==s&&t>n;n++,s=s.next)o.push(s.value);return o},r.prototype.sliceReverse=function(e,t){0>(t=t||this.length)&&(t+=this.length),0>(e=e||0)&&(e+=this.length);var o=new r;if(e>t||0>t)return o;0>e&&(e=0),t>this.length&&(t=this.length);for(var n=this.length,s=this.tail;null!==s&&n>t;n--)s=s.prev;for(;null!==s&&n>e;n--,s=s.prev)o.push(s.value);return o},r.prototype.splice=function(e,t,...r){e>this.length&&(e=this.length-1),0>e&&(e=this.length+e);for(var n=0,s=this.head;null!==s&&e>n;n++)s=s.next;var i=[];for(n=0;s&&t>n;n++)i.push(s.value),s=this.removeNode(s);for(null===s&&(s=this.tail),s!==this.head&&s!==this.tail&&(s=s.prev),n=0;r.length>n;n++)s=o(this,s,r[n]);return i},r.prototype.reverse=function(){for(var e=this.head,t=this.tail,r=e;null!==r;r=r.prev){var o=r.prev;r.prev=r.next,r.next=o}return this.head=t,this.tail=e,this};try{Te("d6YpR")(r)}catch(e){}})),Te.register("d6YpR",(function(e,t){"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}})),Te.register("hID6V",((e,t)=>{var r=Te("4SVex");e.exports=(e,t,o)=>{try{t=new r(t,o)}catch(e){return!1}return t.test(e)}})),Te.register("1KxDd",((e,t)=>{var r=Te("4SVex");e.exports=(e,t)=>new r(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))})),Te.register("hAUPX",((e,t)=>{var r=Te("lFsiB"),o=Te("4SVex");e.exports=(e,t,n)=>{let s=null,i=null,a=null;try{a=new o(t,n)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(s&&-1!==i.compare(e)||(s=e,i=new r(s,n)))})),s}})),Te.register("j168r",((e,t)=>{var r=Te("lFsiB"),o=Te("4SVex");e.exports=(e,t,n)=>{let s=null,i=null,a=null;try{a=new o(t,n)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(s&&1!==i.compare(e)||(s=e,i=new r(s,n)))})),s}})),Te.register("iKMXF",((e,t)=>{var r=Te("lFsiB"),o=Te("4SVex"),n=Te("0Lbfy");e.exports=(e,t)=>{e=new o(e,t);let s=new r("0.0.0");if(e.test(s))return s;if(s=new r("0.0.0-0"),e.test(s))return s;s=null;for(let t=0;e.set.length>t;++t){let o=null;e.set[t].forEach((e=>{const t=new r(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!n(t,o)||(o=t);break;case"<":case"<=":break;default:throw Error("Unexpected operation: "+e.operator)}})),!o||s&&!n(s,o)||(s=o)}return s&&e.test(s)?s:null}})),Te.register("aIAu1",((e,t)=>{var r=Te("4SVex");e.exports=(e,t)=>{try{return new r(e,t).range||"*"}catch(e){return null}}})),Te.register("7MTZc",((e,t)=>{var r=Te("lFsiB"),o=Te("7CcqG");const{ANY:n}=o;var s=Te("4SVex"),i=Te("hID6V"),a=Te("0Lbfy"),c=Te("epyGF"),l=Te("dj1Te"),u=Te("7xTgx");e.exports=(e,t,p,d)=>{let h,f,m,v,g;switch(e=new r(e,d),t=new s(t,d),p){case">":h=a,f=l,m=c,v=">",g=">=";break;case"<":h=c,f=u,m=a,v="<",g="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(e,t,d))return!1;for(let r=0;t.set.length>r;++r){let s=null,i=null;if(t.set[r].forEach((e=>{e.semver===n&&(e=new o(">=0.0.0")),s=s||e,i=i||e,h(e.semver,s.semver,d)?s=e:m(e.semver,i.semver,d)&&(i=e)})),s.operator===v||s.operator===g)return!1;if((!i.operator||i.operator===v)&&f(e,i.semver))return!1;if(i.operator===g&&m(e,i.semver))return!1}return!0}})),Te.register("egpbD",((e,t)=>{var r=Te("7MTZc");e.exports=(e,t,o)=>r(e,t,">",o)})),Te.register("jKdoI",((e,t)=>{var r=Te("7MTZc");e.exports=(e,t,o)=>r(e,t,"<",o)})),Te.register("84pp0",((e,t)=>{var r=Te("4SVex");e.exports=(e,t,o)=>(e=new r(e,o),t=new r(t,o),e.intersects(t))})),Te.register("6KbSC",((e,t)=>{var r=Te("hID6V"),o=Te("dvs9N");e.exports=(e,t,n)=>{const s=[];let i=null,a=null;const c=e.sort(((e,t)=>o(e,t,n)));for(const e of c)r(e,t,n)?(a=e,i||(i=e)):(a&&s.push([i,a]),a=null,i=null);i&&s.push([i,null]);const l=[];for(const[e,t]of s)l.push(e===t?e:t||e!==c[0]?t?e===c[0]?"<="+t:`${e} - ${t}`:">="+e:"*");const u=l.join(" || ");return("string"==typeof t.raw?t.raw:t+"").length>u.length?u:t}})),Te.register("83Xwe",((e,t)=>{var r=Te("4SVex"),o=Te("7CcqG");const{ANY:n}=o;var s=Te("hID6V"),i=Te("dvs9N");const a=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===n){if(1===t.length&&t[0].semver===n)return!0;e=r.includePrerelease?[new o(">=0.0.0-0")]:[new o(">=0.0.0")]}if(1===t.length&&t[0].semver===n){if(r.includePrerelease)return!0;t=[new o(">=0.0.0")]}const a=new Set;let u,p,d,h,f,m,v;for(const t of e)">"===t.operator||">="===t.operator?u=c(u,t,r):"<"===t.operator||"<="===t.operator?p=l(p,t,r):a.add(t.semver);if(a.size>1)return null;if(u&&p){if(d=i(u.semver,p.semver,r),d>0)return null;if(0===d&&(">="!==u.operator||"<="!==p.operator))return null}for(const e of a){if(u&&!s(e,u+"",r))return null;if(p&&!s(e,p+"",r))return null;for(const o of t)if(!s(e,o+"",r))return!1;return!0}let g=!(!p||r.includePrerelease||!p.semver.prerelease.length)&&p.semver,y=!(!u||r.includePrerelease||!u.semver.prerelease.length)&&u.semver;g&&1===g.prerelease.length&&"<"===p.operator&&0===g.prerelease[0]&&(g=!1);for(const e of t){if(v=v||">"===e.operator||">="===e.operator,m=m||"<"===e.operator||"<="===e.operator,u)if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),">"===e.operator||">="===e.operator){if(h=c(u,e,r),h===e&&h!==u)return!1}else if(">="===u.operator&&!s(u.semver,e+"",r))return!1;if(p)if(g&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===g.major&&e.semver.minor===g.minor&&e.semver.patch===g.patch&&(g=!1),"<"===e.operator||"<="===e.operator){if(f=l(p,e,r),f===e&&f!==p)return!1}else if("<="===p.operator&&!s(p.semver,e+"",r))return!1;if(!e.operator&&(p||u)&&0!==d)return!1}return!(u&&m&&!p&&0!==d||p&&v&&!u&&0!==d||y||g)},c=(e,t,r)=>{if(!e)return t;const o=i(e.semver,t.semver,r);return o>0?e:0>o||">"===t.operator&&">="===e.operator?t:e},l=(e,t,r)=>{if(!e)return t;const o=i(e.semver,t.semver,r);return 0>o?e:o>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,o={})=>{if(e===t)return!0;e=new r(e,o),t=new r(t,o);let n=!1;e:for(const r of e.set){for(const e of t.set){const t=a(r,e,o);if(n=n||null!==t,t)continue e}if(n)return!1}return!0}}));const oo=Zr(Te("l7BLh")),no=Zr(ue),so=Zr(le),io=Zr(Te("ba1Cu")),ao=Zr(Te("7Lo32")),co=Zr(we),lo=Zr(ge);Te.register("iFKS7",((e,t)=>{var r=Te("joDHm"),o=Te("inTPA");e.exports=(e,t,n)=>{var s=t&&n||0;"string"==typeof e&&(t="binary"===e?Array(16):null,e=null);var i=(e=e||{}).random||(e.rng||r)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t)for(var a=0;16>a;++a)t[s+a]=i[a];return t||o(i)}})),Te.register("joDHm",((e,t)=>{e.exports=()=>Ee.randomBytes(16)})),Te.register("inTPA",((e,t)=>{for(var r=[],o=0;256>o;++o)r[o]=(o+256).toString(16).substr(1);e.exports=(e,t)=>{var o=t||0;return""+r[e[o++]]+r[e[o++]]+r[e[o++]]+r[e[o++]]+"-"+r[e[o++]]+r[e[o++]]+"-"+r[e[o++]]+r[e[o++]]+"-"+r[e[o++]]+r[e[o++]]+"-"+r[e[o++]]+r[e[o++]]+r[e[o++]]+r[e[o++]]+r[e[o++]]+r[e[o++]]}}));const uo=Qr(Te("iFKS7"));var po={},ho=po&&po.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),fo=po&&po.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),mo=po&&po.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&ho(t,e,r);return fo(t,e),t}),vo=po&&po.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(po,"__esModule",{value:!0}),po.getExecOutput=po.exec=void 0,Te.register("2c9fQ",(function(e,t){"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),o=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),n=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}),s=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.argStringToArray=e.exports.ToolRunner=void 0;const i=n(ue),a=n(me),c=n(ye),l=n(le),u=n(Te("bMvjP")),p=n(Te("jXMuL")),d="win32"===process.platform;e.exports.ToolRunner=class extends a.EventEmitter{constructor(e,t,r){if(super(),!e)throw Error("Parameter 'toolPath' cannot be null or empty.");this.toolPath=e,this.args=t||[],this.options=r||{}}_debug(e){this.options.listeners&&this.options.listeners.debug&&this.options.listeners.debug(e)}_getCommandString(e,t){const r=this._getSpawnFileName(),o=this._getSpawnArgs(e);let n=t?"":"[command]";if(d)if(this._isCmdFile()){n+=r;for(const e of o)n+=" "+e}else if(e.windowsVerbatimArguments){n+=`"${r}"`;for(const e of o)n+=" "+e}else{n+=this._windowsQuoteCmdArg(r);for(const e of o)n+=" "+this._windowsQuoteCmdArg(e)}else{n+=r;for(const e of o)n+=" "+e}return n}_processLineBuffer(e,t,r){try{let o=t+""+e,n=o.indexOf(i.EOL);for(;n>-1;)r(o.substring(0,n)),o=o.substring(n+i.EOL.length),n=o.indexOf(i.EOL);return o}catch(e){return this._debug("error processing line. Failed with error "+e),""}}_getSpawnFileName(){return d&&this._isCmdFile()?process.env.COMSPEC||"cmd.exe":this.toolPath}_getSpawnArgs(e){if(d&&this._isCmdFile()){let t='/D /S /C "'+this._windowsQuoteCmdArg(this.toolPath);for(const r of this.args)t+=" ",t+=e.windowsVerbatimArguments?r:this._windowsQuoteCmdArg(r);return t+='"',[t]}return this.args}_endsWith(e,t){return e.endsWith(t)}_isCmdFile(){const e=this.toolPath.toUpperCase();return this._endsWith(e,".CMD")||this._endsWith(e,".BAT")}_windowsQuoteCmdArg(e){if(!this._isCmdFile())return this._uvQuoteCmdArg(e);if(!e)return'""';const t=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let r=!1;for(const o of e)if(t.some((e=>e===o))){r=!0;break}if(!r)return e;let o='"',n=!0;for(let t=e.length;t>0;t--)o+=e[t-1],n&&"\\"===e[t-1]?o+="\\":'"'===e[t-1]?(n=!0,o+='"'):n=!1;return o+='"',o.split("").reverse().join("")}_uvQuoteCmdArg(e){if(!e)return'""';if(!e.includes(" ")&&!e.includes("\t")&&!e.includes('"'))return e;if(!e.includes('"')&&!e.includes("\\"))return`"${e}"`;let t='"',r=!0;for(let o=e.length;o>0;o--)t+=e[o-1],r&&"\\"===e[o-1]?t+="\\":'"'===e[o-1]?(r=!0,t+="\\"):r=!1;return t+='"',t.split("").reverse().join("")}_cloneExecOptions(e){const t={cwd:(e=e||{}).cwd||process.cwd(),env:e.env||process.env,silent:e.silent||!1,windowsVerbatimArguments:e.windowsVerbatimArguments||!1,failOnStdErr:e.failOnStdErr||!1,ignoreReturnCode:e.ignoreReturnCode||!1,delay:e.delay||1e4};return t.outStream=e.outStream||process.stdout,t.errStream=e.errStream||process.stderr,t}_getSpawnOptions(e,t){const r={};return r.cwd=(e=e||{}).cwd,r.env=e.env,r.windowsVerbatimArguments=e.windowsVerbatimArguments||this._isCmdFile(),e.windowsVerbatimArguments&&(r.argv0=`"${t}"`),r}exec(){return s(this,void 0,void 0,(function*(){return!p.isRooted(this.toolPath)&&(this.toolPath.includes("/")||d&&this.toolPath.includes("\\"))&&(this.toolPath=l.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)),this.toolPath=yield u.which(this.toolPath,!0),new Promise(((e,t)=>s(this,void 0,void 0,(function*(){this._debug("exec tool: "+this.toolPath),this._debug("arguments:");for(const e of this.args)this._debug(" "+e);const r=this._cloneExecOptions(this.options);!r.silent&&r.outStream&&r.outStream.write(this._getCommandString(r)+i.EOL);const o=new h(r,this.toolPath);if(o.on("debug",(e=>{this._debug(e)})),this.options.cwd&&!(yield p.exists(this.options.cwd)))return t(Error(`The cwd: ${this.options.cwd} does not exist!`));const n=this._getSpawnFileName(),s=c.spawn(n,this._getSpawnArgs(r),this._getSpawnOptions(this.options,n));let a="";s.stdout&&s.stdout.on("data",(e=>{this.options.listeners&&this.options.listeners.stdout&&this.options.listeners.stdout(e),!r.silent&&r.outStream&&r.outStream.write(e),a=this._processLineBuffer(e,a,(e=>{this.options.listeners&&this.options.listeners.stdline&&this.options.listeners.stdline(e)}))}));let l="";if(s.stderr&&s.stderr.on("data",(e=>{o.processStderr=!0,this.options.listeners&&this.options.listeners.stderr&&this.options.listeners.stderr(e),!r.silent&&r.errStream&&r.outStream&&(r.failOnStdErr?r.errStream:r.outStream).write(e),l=this._processLineBuffer(e,l,(e=>{this.options.listeners&&this.options.listeners.errline&&this.options.listeners.errline(e)}))})),s.on("error",(e=>{o.processError=e.message,o.processExited=!0,o.processClosed=!0,o.CheckComplete()})),s.on("exit",(e=>{o.processExitCode=e,o.processExited=!0,this._debug(`Exit code ${e} received from tool '${this.toolPath}'`),o.CheckComplete()})),s.on("close",(e=>{o.processExitCode=e,o.processExited=!0,o.processClosed=!0,this._debug(`STDIO streams have closed for tool '${this.toolPath}'`),o.CheckComplete()})),o.on("done",((r,o)=>{a.length>0&&this.emit("stdline",a),l.length>0&&this.emit("errline",l),s.removeAllListeners(),r?t(r):e(o)})),this.options.input){if(!s.stdin)throw Error("child process missing stdin");s.stdin.end(this.options.input)}}))))}))}},e.exports.argStringToArray=e=>{function t(e){n&&'"'!==e&&(s+="\\"),s+=e,n=!1}const r=[];let o=!1,n=!1,s="";for(let i=0;e.length>i;i++){const a=e.charAt(i);'"'!==a?"\\"===a&&n?t(a):"\\"===a&&o?n=!0:" "!==a||o?t(a):s.length>0&&(r.push(s),s=""):n?t(a):o=!o}return s.length>0&&r.push(s.trim()),r};class h extends a.EventEmitter{constructor(e,t){if(super(),this.processClosed=!1,this.processError="",this.processExitCode=0,this.processExited=!1,this.processStderr=!1,this.delay=1e4,this.done=!1,this.timeout=null,!t)throw Error("toolPath must not be empty");this.options=e,this.toolPath=t,e.delay&&(this.delay=e.delay)}CheckComplete(){this.done||(this.processClosed?this._setResult():this.processExited&&(this.timeout=Se.setTimeout(h.HandleTimeout,this.delay,this)))}_debug(e){this.emit("debug",e)}_setResult(){let e;this.processExited&&(this.processError?e=Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`):0===this.processExitCode||this.options.ignoreReturnCode?this.processStderr&&this.options.failOnStdErr&&(e=Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)):e=Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)),this.timeout&&(clearTimeout(this.timeout),this.timeout=null),this.done=!0,this.emit("done",e,this.processExitCode)}static HandleTimeout(e){e.done||(!e.processClosed&&e.processExited&&e._debug(`The STDIO streams did not close within ${e.delay/1e3} seconds of the exit event from process '${e.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`),e._setResult())}}}));const go=mo(Te("2c9fQ"));po.exec=O,po.getExecOutput=function(e,t,r){var o,n;return vo(this,void 0,void 0,(function*(){let s="",i="";const a=new be.StringDecoder("utf8"),c=new be.StringDecoder("utf8"),l=null===(o=null==r?void 0:r.listeners)||void 0===o?void 0:o.stdout,u=null===(n=null==r?void 0:r.listeners)||void 0===n?void 0:n.stderr,p=Object.assign(Object.assign({},null==r?void 0:r.listeners),{stdout(e){s+=a.write(e),l&&l(e)},stderr(e){i+=c.write(e),u&&u(e)}}),d=yield O(e,t,Object.assign(Object.assign({},r),{listeners:p}));return s+=a.end(),i+=c.end(),{exitCode:d,stdout:s,stderr:i}}))};var yo={},xo=yo&&yo.__createBinding||(Object.create?(e,t,r,o)=>{void 0===o&&(o=r),Object.defineProperty(e,o,{enumerable:!0,get(){return t[r]}})}:(e,t,r,o)=>{void 0===o&&(o=r),e[o]=t[r]}),wo=yo&&yo.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),Eo=yo&&yo.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&xo(t,e,r);return wo(t,e),t}),bo=yo&&yo.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())})));Object.defineProperty(yo,"__esModule",{value:!0}),yo.RetryHelper=void 0;const So=Eo(Te("4wFnS"));yo.RetryHelper=class{constructor(e,t,r){if(1>e)throw Error("max attempts should be greater than or equal to 1");if(this.maxAttempts=e,this.minSeconds=Math.floor(t),this.maxSeconds=Math.floor(r),this.minSeconds>this.maxSeconds)throw Error("min seconds should be less than or equal to max seconds")}execute(e,t){return bo(this,void 0,void 0,(function*(){let r=1;for(;this.maxAttempts>r;){try{return yield e()}catch(e){if(t&&!t(e))throw e;So.info(e.message)}const o=this.getSleepAmount();So.info(`Waiting ${o} seconds before trying again`),yield this.sleep(o),r++}return yield e()}))}getSleepAmount(){return Math.floor(Math.random()*(this.maxSeconds-this.minSeconds+1))+this.minSeconds}sleep(e){return bo(this,void 0,void 0,(function*(){return new Promise((t=>setTimeout(t,1e3*e)))}))}};class Po extends Error{constructor(e){super("Unexpected HTTP response: "+e),this.httpStatusCode=e,Object.setPrototypeOf(this,new.target.prototype)}}Yr.HTTPError=Po;const Oo="win32"===process.platform,_o="darwin"===process.platform;Yr.downloadTool=function(e,t,r,o){return Jr(this,void 0,void 0,(function*(){t=t||so.join(N(),uo.default()),yield to.mkdirP(so.dirname(t)),eo.debug("Downloading "+e),eo.debug("Destination "+t);const n=L("TEST_DOWNLOAD_TOOL_RETRY_MIN_SECONDS",10),s=L("TEST_DOWNLOAD_TOOL_RETRY_MAX_SECONDS",20),i=new yo.RetryHelper(3,n,s);return yield i.execute((()=>Jr(this,void 0,void 0,(function*(){return yield function(e,t,r,o){return Jr(this,void 0,void 0,(function*(){if(ro.existsSync(t))throw Error(`Destination file path ${t} already exists`);const n=new io.HttpClient("actions/tool-cache",[],{allowRetries:!1});r&&(eo.debug("set auth"),void 0===o&&(o={}),o.authorization=r);const s=yield n.get(e,o);if(200!==s.message.statusCode){const t=new Po(s.message.statusCode);throw eo.debug(`Failed to download from "${e}". Code(${s.message.statusCode}) Message(${s.message.statusMessage})`),t}const i=lo.promisify(co.pipeline),a=L("TEST_DOWNLOAD_TOOL_RESPONSE_MESSAGE_FACTORY",(()=>s.message))();let c=!1;try{return yield i(a,ro.createWriteStream(t)),eo.debug("download complete"),c=!0,t}finally{if(!c){eo.debug("download failed");try{yield to.rmRF(t)}catch(e){eo.debug(`Failed to delete '${t}'. ${e.message}`)}}}}))}(e,t||"",r,o)}))),(e=>!(e instanceof Po&&e.httpStatusCode&&500>e.httpStatusCode&&408!==e.httpStatusCode&&429!==e.httpStatusCode)))}))},Yr.extract7z=function(e,t,r){return Jr(this,void 0,void 0,(function*(){ve.ok(Oo,"extract7z() not supported on current OS"),ve.ok(e,'parameter "file" is required'),t=yield C(t);const o=process.cwd();if(process.chdir(t),r)try{const t=["x",eo.isDebug()?"-bb1":"-bb0","-bd","-sccUTF-8",e],n={silent:!0};yield po.exec(`"${r}"`,t,n)}finally{process.chdir(o)}else{const r=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${so.join(__dirname,"..","scripts","Invoke-7zdec.ps1").replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Source '${e.replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Target '${t.replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`],n={silent:!0};try{const e=yield to.which("powershell",!0);yield po.exec(`"${e}"`,r,n)}finally{process.chdir(o)}}return t}))},Yr.extractTar=function(e,t,r="xz"){return Jr(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");t=yield C(t),eo.debug("Checking tar --version");let o="";yield po.exec("tar --version",[],{ignoreReturnCode:!0,silent:!0,listeners:{stdout(e){return o+=""+e},stderr(e){return o+=""+e}}}),eo.debug(o.trim());const n=o.toUpperCase().includes("GNU TAR");let s;s=r instanceof Array?r:[r],eo.isDebug()&&!r.includes("v")&&s.push("-v");let i=t,a=e;return Oo&&n&&(s.push("--force-local"),i=t.replace(/\\/g,"/"),a=e.replace(/\\/g,"/")),n&&(s.push("--warning=no-unknown-keyword"),s.push("--overwrite")),s.push("-C",i,"-f",a),yield po.exec("tar",s),t}))},Yr.extractXar=function(e,t,r=[]){return Jr(this,void 0,void 0,(function*(){let o;ve.ok(_o,"extractXar() not supported on current OS"),ve.ok(e,'parameter "file" is required'),t=yield C(t),o=r instanceof Array?r:[r],o.push("-x","-C",t,"-f",e),eo.isDebug()&&o.push("-v");const n=yield to.which("xar",!0);var s;return yield po.exec(`"${n}"`,(s=o,Array.from(new Set(s)))),t}))},Yr.extractZip=function(e,t){return Jr(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");return t=yield C(t),Oo?yield function(e,t){return Jr(this,void 0,void 0,(function*(){const r=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),o=t.replace(/'/g,"''").replace(/"|\n|\r/g,""),n=yield to.which("pwsh",!1);if(n){const e=["-NoLogo","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",["$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ;",`try { [System.IO.Compression.ZipFile]::ExtractToDirectory('${r}', '${o}', $true) }`,`catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath '${r}' -DestinationPath '${o}' -Force } else { throw $_ } } ;`].join(" ")];eo.debug("Using pwsh at path: "+n),yield po.exec(`"${n}"`,e)}else{const e=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",["$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ;",`if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath '${r}' -DestinationPath '${o}' -Force }`,`else {[System.IO.Compression.ZipFile]::ExtractToDirectory('${r}', '${o}', $true) }`].join(" ")],t=yield to.which("powershell",!0);eo.debug("Using powershell at path: "+t),yield po.exec(`"${t}"`,e)}}))}(e,t):yield function(e,t){return Jr(this,void 0,void 0,(function*(){const r=yield to.which("unzip",!0),o=[e];eo.isDebug()||o.unshift("-q"),o.unshift("-o"),yield po.exec(`"${r}"`,o,{cwd:t})}))}(e,t),t}))},Yr.cacheDir=function(e,t,r,o){return Jr(this,void 0,void 0,(function*(){if(r=ao.clean(r)||r,o=o||no.arch(),eo.debug(`Caching tool ${t} ${r} ${o}`),eo.debug("source dir: "+e),!ro.statSync(e).isDirectory())throw Error("sourceDir is not a directory");const n=yield T(t,r,o);for(const t of ro.readdirSync(e)){const r=so.join(e,t);yield to.cp(r,n,{recursive:!0})}return I(t,r,o),n}))},Yr.cacheFile=function(e,t,r,o,n){return Jr(this,void 0,void 0,(function*(){if(o=ao.clean(o)||o,n=n||no.arch(),eo.debug(`Caching tool ${r} ${o} ${n}`),eo.debug("source file: "+e),!ro.statSync(e).isFile())throw Error("sourceFile is not a file");const s=yield T(r,o,n),i=so.join(s,t);return eo.debug("destination file "+i),yield to.cp(e,i),I(r,o,n),s}))},Yr.find=(e,t,r)=>{if(!e)throw Error("toolName parameter is required");if(!t)throw Error("versionSpec parameter is required");r=r||no.arch(),$(t)||(t=R(_(e,r),t));let o="";if(t){t=ao.clean(t)||"";const n=so.join(A(),e,t,r);eo.debug("checking cache: "+n),ro.existsSync(n)&&ro.existsSync(n+".complete")?(eo.debug(`Found tool in cache ${e} ${t} ${r}`),o=n):eo.debug("not found")}return o},Yr.findAllVersions=_,Yr.getManifestFromRepo=function(e,t,r,o="master"){return Jr(this,void 0,void 0,(function*(){let n=[];const s=`https://api.github.com/repos/${e}/${t}/git/trees/${o}`,i=new io.HttpClient("tool-cache"),a={};r&&(eo.debug("set auth"),a.authorization=r);const c=yield i.getJson(s,a);if(!c.result)return n;let l="";for(const e of c.result.tree)if("versions-manifest.json"===e.path){l=e.url;break}a.accept="application/vnd.github.VERSION.raw";let u=yield(yield i.get(l,a)).readBody();if(u){u=u.replace(/^\uFEFF/,"");try{n=JSON.parse(u)}catch(e){eo.debug("Invalid json")}}return n}))},Yr.findFromManifest=function(e,t,r,o=no.arch()){return Jr(this,void 0,void 0,(function*(){return yield oo._findMatch(e,t,r,o)}))},Yr.isExplicitVersion=$,Yr.evaluateVersions=R;var Co,To=Te("dj1Te"),Io=Te("3w4LS");const{Worker:$o}=(()=>{try{return $a32596d6c226411b$import$99ffd1ece40e237f}catch(e){return{}}})();let Ro,Ao=0;const No=new Map,Lo=(e,t,r)=>new Promise(((o,n)=>{const s=Ao++;No.set(s,{resolve:o,reject:n}),void 0===Ro&&(Ro=new $o(le.join(__dirname,"thread.js")),Ro.on("message",(e=>{const t=No.get(e.id);No.delete(e.id),0===No.size&&Ro.unref(),void 0===e.error?t.resolve(e.value):t.reject((e=>{const t=Error(e.message);for(const[r,o]of Object.entries(e))"message"!==r&&(t[r]=o);return t})(e.error))})),Ro.on("error",(e=>{throw e}))),Ro.ref(),Ro.postMessage({id:s,method:e,args:t},r)})),Do=(e,t={})=>{let r=t.encoding||"hex";"buffer"===r&&(r=void 0);const o=Ee.createHash(t.algorithm||"sha512"),n=e=>{o.update(e,"string"==typeof e?"utf8":void 0)};return Array.isArray(e)?e.forEach(n):n(e),o.digest(r)};Do.stream=(e={})=>{let t=e.encoding||"hex";"buffer"===t&&(t=void 0);const r=Ee.createHash(e.algorithm||"sha512");return r.setEncoding(t),r},Do.fromStream=async(e,t={})=>{if(!hr(e))throw new TypeError("Expected a stream");return new Promise(((r,o)=>{e.on("error",o).pipe(Do.stream(t)).on("error",o).on("finish",(function(){r(this.read())}))}))},void 0===$o?(Do.fromFile=async(e,t)=>Do.fromStream(pe.createReadStream(e),t),Do.async=async(e,t)=>Do(e,t)):(Do.fromFile=async(e,{algorithm:t="sha512",encoding:r="hex"}={})=>{const o=await Lo("hashFile",[t,e]);return"buffer"===r?Buffer.from(o):Buffer.from(o).toString(r)},Do.async=async(e,{algorithm:t="sha512",encoding:r="hex"}={})=>{"buffer"===r&&(r=void 0);const o=await Lo("hash",[t,e]);return void 0===r?Buffer.from(o):Buffer.from(o).toString(r)}),Do.fromFileSync=(e,t)=>Do(pe.readFileSync(e),t),Co=Do,Te.register("apy8x",((e,r)=>{async function o(e,t,r){if(e.startsWith("pypy-")){const t=await s.findPyPyVersion(e,r);Ie.info(`Successfully setup PyPy ${t.resolvedPyPyVersion} with Python (${t.resolvedPythonVersion})`)}else{const t=await n.findPythonVersion(e,r);Ie.info(`Successfully setup ${t.impl} (${t.version})`)}}t(e.exports,"setupActionsPython",(()=>o));var n=Te("9YeOZ"),s=Te("13SpZ")})),Te.register("9YeOZ",((e,r)=>{function o(e,t){const r=Yr.find.bind(void 0,"PyPy",e);let o=r(t);if(!o&&i.IS_WINDOWS&&(o=r("x86")),!o)throw Error(`PyPy ${e} not found`);const s=le.join(o,"bin");Ie.exportVariable("pythonLocation",i.IS_WINDOWS?o:s),Ie.addPath(o),Ie.addPath(s),i.IS_WINDOWS&&Ie.addPath(le.join(o,"Scripts"));const a="pypy"+e;return Ie.setOutput("python-version",a),{impl:a,version:n(o)}}function n(e){const t=e.split(le.sep),r=t.findIndex((e=>"PyPy"===e||"Python"===e));return t[r+1]||""}async function s(e,t){switch(e.toUpperCase()){case"PYPY2":return o("2",t);case"PYPY3":return o("3.6",t);default:return await(async(e,t)=>{const r=((o=e).endsWith("-dev")?`>= ${o.slice(0,-4)}.0-a0`:o).replace(/(\d+\.\d+\.\d+)((?:a|b|rc)\d*)/g,"$1-$2");var o;Ie.debug(`Semantic version spec of ${e} is ${r}`);let s=Yr.find("Python",r,t);if(!s){Ie.info(`Version ${r} was not found in the local cache`);const e=await c.findReleaseFromManifest(r,t);e&&e.files&&e.files.length>0&&(Ie.info(`Version ${r} is available for downloading`),await c.installCpythonFromRelease(e),s=Yr.find("Python",r,t))}if(!s)throw Error([`Version ${e} with arch ${t} not found`,"The list of all available versions can be found here: "+c.MANIFEST_URL].join(ue.EOL));if(Ie.exportVariable("pythonLocation",s),i.IS_LINUX){const e=process.env.LD_LIBRARY_PATH?":"+process.env.LD_LIBRARY_PATH:"",t=le.join(s,"lib");e.split(":").includes(t)||Ie.exportVariable("LD_LIBRARY_PATH",t+e)}if(Ie.addPath(s),Ie.addPath((e=>le.join(e,i.IS_WINDOWS?"Scripts":"bin"))(s)),i.IS_WINDOWS){const e=le.basename(le.dirname(s)),t=a.major(e),r=a.minor(e),o=le.join(process.env.APPDATA||"","Python",`Python${t}${r}`,"Scripts");Ie.addPath(o)}const l=n(s);return Ie.setOutput("python-version",l),{impl:"CPython",version:l}})(e,t)}}t(e.exports,"findPythonVersion",(()=>s));var i=Te("aNVSe"),a=Te("7Lo32"),c=Te("2bOTC")})),Te.register("aNVSe",((r,o)=>{function n(t,r,o,n=!1){const s=le.join(t,r),i=le.join(t,o);e(pe).existsSync(i)||(e(pe).symlinkSync(s,i),!d&&n&&e(pe).chmodSync(i,"755"))}function s(e){return i(e)||!!p.validRange(e)}function i(e){return"nightly"===e}function a(e){return le.basename(le.dirname(e))}function c(t){let r="",o=le.join(t,v);return e(pe).existsSync(o)&&(r=""+e(pe).readFileSync(o)),r}function l(t,r){const o=le.join(t,v);e(pe).writeFileSync(o,r)}function u(e){return/^\d+\.\d+$/.test(e)}t(r.exports,"IS_WINDOWS",(()=>d)),t(r.exports,"IS_LINUX",(()=>h)),t(r.exports,"WINDOWS_ARCHS",(()=>f)),t(r.exports,"WINDOWS_PLATFORMS",(()=>m)),t(r.exports,"createSymlinkInFolder",(()=>n)),t(r.exports,"validateVersion",(()=>s)),t(r.exports,"isNightlyKeyword",(()=>i)),t(r.exports,"getPyPyVersionFromPath",(()=>a)),t(r.exports,"readExactPyPyVersionFile",(()=>c)),t(r.exports,"writeExactPyPyVersionFile",(()=>l)),t(r.exports,"validatePythonVersionFormatForPyPy",(()=>u));var p=Te("7Lo32");const d="win32"===process.platform,h="linux"===process.platform,f=["x86","x64"],m=["win32","win64"],v="PYPY_VERSION"})),Te.register("2bOTC",((e,r)=>{async function o(e,t){const r=await Yr.getManifestFromRepo(c,l,a,u);return await Yr.findFromManifest(e,!1,r,t)}async function n(e){const t=e.files[0].download_url;Ie.info(`Download from "${t}"`);const r=await Yr.downloadTool(t,void 0,a);let o;Ie.info("Extract downloaded archive"),o=s.IS_WINDOWS?await Yr.extractZip(r):await Yr.extractTar(r),Ie.info("Execute installation script"),await(async e=>{const t={cwd:e,env:{...process.env,...s.IS_LINUX&&{LD_LIBRARY_PATH:le.join(e,"lib")}},silent:!0,listeners:{stdout(e){Ie.info((""+e).trim())},stderr(e){Ie.error((""+e).trim())}}};s.IS_WINDOWS?await po.exec("powershell",["./setup.ps1"],t):await po.exec("bash",["./setup.sh"],t)})(o)}t(e.exports,"MANIFEST_URL",(()=>p)),t(e.exports,"findReleaseFromManifest",(()=>o)),t(e.exports,"installCpythonFromRelease",(()=>n));var s=Te("aNVSe");const i=Ie.getInput("token"),a=i&&"GITHUB.COM"===new URL(process.env.GITHUB_SERVER_URL||"https://github.com").hostname.toUpperCase()?"token "+i:void 0,c="actions",l="python-versions",u="main",p="https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json"})),Te.register("13SpZ",((e,r)=>{async function o(e,t){let r,o="",a="";const c=(e=>{const t=e.split("-").filter((e=>!!e));if(2>t.length||"pypy"!=t[0])throw Error("Invalid 'version' property for PyPy. PyPy version should be specified as 'pypy-<python-version>'. See README for examples and documentation.");const r=t[1];let o;if(o=t.length>2?n.pypyVersionToSemantic(t[2]):"x",!s.validateVersion(r)||!s.validateVersion(o))throw Error("Invalid 'version' property for PyPy. Both Python version and PyPy versions should satisfy SemVer notation. See README for examples and documentation.");if(!s.validatePythonVersionFormatForPyPy(r))throw Error("Invalid format of Python version for PyPy. Python version should be specified in format 'x.y'. See README for examples and documentation.");return{pypyVersion:o,pythonVersion:r}})(e);({installDir:r,resolvedPythonVersion:a,resolvedPyPyVersion:o}=((e,t,r)=>{let o="",n="",a=s.IS_WINDOWS?(e=>{let t="";return s.WINDOWS_ARCHS.forEach((r=>t=t||Yr.find("PyPy",e,r))),t})(e):Yr.find("PyPy",e,r);return a&&(n=s.getPyPyVersionFromPath(a),o=s.readExactPyPyVersionFile(a),i.satisfies(o,t)||(a=null,o="",n="")),a||Ie.info(`PyPy version ${e} (${t}) was not found in the local cache`),{installDir:a,resolvedPythonVersion:n,resolvedPyPyVersion:o}})(c.pythonVersion,c.pypyVersion,t)),r||({installDir:r,resolvedPythonVersion:a,resolvedPyPyVersion:o}=await n.installPyPy(c.pypyVersion,c.pythonVersion,t));const l=le.join(r,s.IS_WINDOWS?"Scripts":"bin"),u=n.getPyPyBinaryPath(r);return Ie.exportVariable("pythonLocation",u),Ie.addPath(u),Ie.addPath(l),{resolvedPyPyVersion:o,resolvedPythonVersion:a}}t(e.exports,"findPyPyVersion",(()=>o));var n=Te("2mAcj"),s=Te("aNVSe"),i=Te("7Lo32")})),Te.register("2mAcj",((r,o)=>{async function n(t,r,o){let n;const d=await(async()=>{const e="https://downloads.python.org/pypy/versions.json",t=new u.HttpClient("tool-cache"),r=await t.getJson(e);if(!r.result)throw Error(`Unable to retrieve the list of available PyPy versions from '${e}'`);return r.result})();if(!d||0===d.length)throw Error("No release was found in PyPy version.json");const h=((e,t,r,o)=>{const n=e.filter((e=>{const n=l.satisfies(l.coerce(e.python_version),t),s=p.isNightlyKeyword(r)&&p.isNightlyKeyword(e.pypy_version)||l.satisfies(i(e.pypy_version),r),a=e.files&&(p.IS_WINDOWS?(e=>e.files.some((e=>p.WINDOWS_ARCHS.includes(e.arch)&&p.WINDOWS_PLATFORMS.includes(e.platform))))(e):((e,t,r)=>e.files.some((e=>e.arch===t&&e.platform===r)))(e,o,process.platform));return n&&s&&a}));if(0===n.length)return null;const s=n.sort(((e,t)=>l.compare(l.coerce(i(t.pypy_version)),l.coerce(i(e.pypy_version)))||l.compare(l.coerce(t.python_version),l.coerce(e.python_version))))[0];return{foundAsset:p.IS_WINDOWS?a(s):c(s,o,process.platform),resolvedPythonVersion:s.python_version,resolvedPyPyVersion:s.pypy_version}})(d,r,t,o);if(!h||!h.foundAsset)throw Error(`PyPy version ${r} (${t}) with arch ${o} not found`);const{foundAsset:f,resolvedPythonVersion:m,resolvedPyPyVersion:v}=h;let g=""+f.download_url;Ie.info(`Downloading PyPy from "${g}" ...`);const y=await Yr.downloadTool(g);Ie.info("Extracting downloaded archive..."),n=p.IS_WINDOWS?await Yr.extractZip(y):await Yr.extractTar(y,void 0,"x");const x=e(pe).readdirSync(n)[0],w=le.join(n,x);let E=w;p.isNightlyKeyword(v)||(E=await Yr.cacheDir(w,"PyPy",m,o)),p.writeExactPyPyVersionFile(E,v);const b=s(E);return await(async(e,t)=>{const r=l.coerce(t),o=l.major(r),n=2===o?"":"3";let s=p.IS_WINDOWS?".exe":"";Ie.info("Creating symlinks..."),p.createSymlinkInFolder(e,`pypy${n}${s}`,`python${o}${s}`,!0),p.createSymlinkInFolder(e,`pypy${n}${s}`,"python"+s,!0)})(b,m),await(async e=>{Ie.info("Installing and updating pip");const t=le.join(e,"python");await po.exec(t+" -m ensurepip"),await po.exec(e+"/python -m pip install --ignore-installed pip")})(b),{installDir:E,resolvedPythonVersion:m,resolvedPyPyVersion:v}}function s(e){const t=le.join(e,"bin");return p.IS_WINDOWS?e:t}function i(e){return e.replace(/(\d+\.\d+\.\d+)((?:a|b|rc))(\d*)/g,"$1-$2.$3")}function a(e){return e.files.find((e=>p.WINDOWS_ARCHS.includes(e.arch)&&p.WINDOWS_PLATFORMS.includes(e.platform)))}function c(e,t,r){return e.files.find((e=>e.arch===t&&e.platform===r))}t(r.exports,"installPyPy",(()=>n)),t(r.exports,"getPyPyBinaryPath",(()=>s)),t(r.exports,"pypyVersionToSemantic",(()=>i));var l=Te("7Lo32"),u=Te("ba1Cu"),p=Te("aNVSe")}));var jo=Te("dvs9N");let ko,Mo;To=Te("dj1Te");var Fo=Te("gro6R"),Vo=Te("bMvjP");const Go=(e=>{const t=new Set(e);for(const r of e)t.add(/^\d+/.exec(r)[0]),t.add(/^\d+\.\d+/.exec(r)[0]);return t})(["3.5.0","3.5.1","3.5.2","3.6.0","3.6.1","3.6.2","3.7.0","3.7.1","3.8.0","3.8.1","3.9.0","3.9.1","4.0.0","4.0.1","5.0.0","5.0.1","5.0.2","6.0.0","6.0.1","7.0.0","7.0.1","7.1.0","8.0.0","8.0.1","9.0.0","9.0.1","10.0.0","10.0.1","11.0.0","11.0.1","11.1.0","12.0.0","12.0.1","13.0.0"]),Uo=new Set(["3.5.1","3.6.1","3.6.2","3.7.1","3.8.1","3.9.1","6.0.1","7.0.1","7.1.0","8.0.1","11.0.1","11.1.0","12.0.1"]),Ho=new Map,Bo={"3.5.0":"-ubuntu-14.04","3.5.1":"","3.5.2":"-ubuntu-14.04","3.6.0":"-ubuntu-14.04","3.6.1":"-ubuntu-14.04","3.6.2":"-ubuntu-14.04","3.7.0":"-ubuntu-14.04","3.7.1":"-ubuntu-14.04","3.8.0":"-ubuntu-16.04","3.8.1":"-ubuntu-16.04","3.9.0":"-ubuntu-16.04","3.9.1":"-ubuntu-16.04","4.0.0":"-ubuntu-16.04","5.0.0":"-ubuntu16.04","5.0.1":"-ubuntu-16.04","5.0.2":"-ubuntu-16.04","6.0.0":"-ubuntu-16.04","6.0.1":"-ubuntu-16.04","7.0.0":"-ubuntu-16.04","7.0.1":"-ubuntu-18.04","7.1.0":"-ubuntu-14.04","8.0.0":"-ubuntu-18.04","9.0.0":"-ubuntu-18.04","9.0.1":"-ubuntu-16.04","10.0.0":"-ubuntu-18.04","10.0.1":"-ubuntu-16.04","11.0.0":"-ubuntu-20.04","11.0.1":"-ubuntu-16.04","11.1.0":"-ubuntu-16.04","12.0.0":"-ubuntu-20.04","12.0.1":"-ubuntu-16.04","13.0.0":"-ubuntu-20.04"},qo=new Set(["10.0.1"]);var Wo;Te.register("k72f3",((e,r)=>{function o(e){return-1!=["PATH","INCLUDE","LIB","LIBPATH"].indexOf(e.toUpperCase())}function n(e,t,r,n,s){if("win32"!=Pe.platform)return void i.info("This is not a Windows virtual environment, bye!");Pe.env.PATH+=le.delimiter+u;let p={win32:"x86",win64:"x64",x86_64:"x64","x86-64":"x64"};e.toLowerCase()in p&&(e=p[e.toLowerCase()]);var d=[e];"true"==n&&d.push("uwp"),t&&d.push(t),r&&d.push("-vcvars_ver="+r),"true"==s&&d.push("-vcvars_spectre_libs=spectre");const h=`"${(()=>{let e=(e=>{try{return(""+ye.execSync("vswhere -products * -latest -prerelease -property installationPath")).trim()+"\\VC\\Auxiliary\\Build\\vcvarsall.bat"}catch(e){i.warning("vswhere failed: "+e)}return null})();if(e&&pe.existsSync(e))return i.info("Found with vswhere: "+e),e;i.info("Not found with vswhere");for(const t of l)for(const r of c)if(e=`${a}\\Microsoft Visual Studio\\${t}\\${r}\\VC\\Auxiliary\\Build\\vcvarsall.bat`,i.info("Trying standard location: "+e),pe.existsSync(e))return i.info("Found standard location: "+e),e;if(i.info("Not found in standard locations"),e=a+"\\Microsoft Visual C++ Build Tools\\vcbuildtools.bat",pe.existsSync(e))return i.info("Found VS 2015: "+e),e;throw i.info("Not found in VS 2015 location: "+e),Error("Microsoft Visual Studio not found")})()}" ${d.join(" ")}`;i.debug("vcvars command-line: "+h);const f=(""+ye.execSync(`set && cls && ${h} && cls && set`,{shell:"cmd"})).split("\f"),m=f[0].split("\r\n"),v=f[1].split("\r\n"),g=f[2].split("\r\n"),y=v.filter((e=>!(!e.match(/^\[ERROR.*\]/)||e.match(/Error in script usage. The correct usage is:$/))));if(y.length>0)throw Error("invalid parameters\r\n"+y.join("\r\n"));let x={};for(let e of m){const[t,r]=e.split("=");x[t]=r}i.startGroup("Environment variables");for(let e of g){if(!e.includes("="))continue;let[t,r]=e.split("=");r!==x[t]&&(i.info("Setting "+t),o(t)&&(r=r.split(";").filter(((e,t,r)=>r.indexOf(e)===t)).join(";")),i.exportVariable(t,r))}i.endGroup(),i.info("Configured Developer Command Prompt")}var s;t(e.exports,"setupMSVCDevCmd",(()=>s),(e=>s=e));var i=Te("1gcWr");const a=Pe.env["ProgramFiles(x86)"],c=["Enterprise","Professional","Community"],l=["2019","2017"],u=a+"\\Microsoft Visual Studio\\Installer";s=n;try{n(i.getInput("arch"),i.getInput("sdk"),i.getInput("toolset"),i.getInput("uwp"),i.getInput("spectre"))}catch(e){i.setFailed("Could not setup Developer Command Prompt: "+e.message)}})),Te.register("1gcWr",(function(e,t){"use strict";function r(e){a.issue("error",e instanceof Error?""+e:e)}function o(e){a.issue("group",e)}function n(){a.issue("endgroup")}var s=e.exports&&e.exports.__awaiter||((e,t,r,o)=>new(r||(r=Promise))(((n,s)=>{function i(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(i,a)}c((o=o.apply(e,t||[])).next())}))),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(e.exports,"__esModule",{value:!0});var a=Te("lSP9S"),c=Te("lOpKG"),l=Te("79hOC");const u=i(ue),p=i(le);var d;(e=>{e[e.Success=0]="Success",e[e.Failure=1]="Failure"})(d=e.exports.ExitCode||(e.exports.ExitCode={})),e.exports.exportVariable=(e,t)=>{const r=l.toCommandValue(t);if(process.env[e]=r,process.env.GITHUB_ENV){const t="_GitHubActionsFileCommandDelimeter_";c.issueCommand("ENV",`${e}<<${t}${u.EOL}${r}${u.EOL}${t}`)}else a.issueCommand("set-env",{name:e},r)},e.exports.setSecret=e=>{a.issueCommand("add-mask",{},e)},e.exports.addPath=e=>{process.env.GITHUB_PATH?c.issueCommand("PATH",e):a.issueCommand("add-path",{},e),process.env.PATH=`${e}${p.delimiter}${process.env.PATH}`},e.exports.getInput=(e,t)=>{const r=process.env["INPUT_"+e.replace(/ /g,"_").toUpperCase()]||"";if(t&&t.required&&!r)throw Error("Input required and not supplied: "+e);return r.trim()},e.exports.setOutput=(e,t)=>{a.issueCommand("set-output",{name:e},t)},e.exports.setCommandEcho=e=>{a.issue("echo",e?"on":"off")},e.exports.setFailed=e=>{process.exitCode=d.Failure,r(e)},e.exports.isDebug=()=>"1"===process.env.RUNNER_DEBUG,e.exports.debug=e=>{a.issueCommand("debug",{},e)},e.exports.error=r,e.exports.warning=e=>{a.issue("warning",e instanceof Error?""+e:e)},e.exports.info=e=>{process.stdout.write(e+u.EOL)},e.exports.startGroup=o,e.exports.endGroup=n,e.exports.group=function(e,t){return s(this,void 0,void 0,(function*(){let r;o(e);try{r=yield t()}finally{n()}return r}))},e.exports.saveState=(e,t)=>{a.issueCommand("save-state",{name:e},t)},e.exports.getState=e=>process.env["STATE_"+e]||""})),Te.register("lSP9S",(function(e,t){"use strict";function r(e,t,r){const o=new i(e,t,r);process.stdout.write(""+o+n.EOL)}var o=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(e.exports,"__esModule",{value:!0});const n=o(ue);var s=Te("79hOC");e.exports.issueCommand=r,e.exports.issue=(e,t="")=>{r(e,{},t)};class i{constructor(e,t,r){e||(e="missing.command"),this.command=e,this.properties=t,this.message=r}toString(){let e="::"+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(const o in this.properties)if(this.properties.hasOwnProperty(o)){const n=this.properties[o];n&&(r?r=!1:e+=",",e+=`${o}=${t=n,s.toCommandValue(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+(e=>s.toCommandValue(this.message).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A"))(),e}}})),Te.register("79hOC",((e,t)=>{"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.toCommandValue=e=>null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e)})),Te.register("lOpKG",((e,t)=>{"use strict";var r=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(e.exports,"__esModule",{value:!0});const o=r(pe),n=r(ue);var s=Te("79hOC");e.exports.issueCommand=(e,t)=>{const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!o.existsSync(r))throw Error("Missing file at path: "+r);o.appendFileSync(r,`${s.toCommandValue(t)}${n.EOL}`,{encoding:"utf8"})}}));const Xo=ue.homedir();Wo=e=>{if("string"!=typeof e)throw new TypeError("Expected a string, got "+typeof e);return Xo?e.replace(/^~(?=$|\/|\\)/,Xo):e};var Yo=Te("3vako");const Ko={msvc:"2019",llvm:"13.0.0",ninja:"1.10.2",cmake:"3.22.0",gcovr:"5.0",conan:"1.42.1",meson:"0.60.1",python:"3.10.0",gcc:"win32"===process.platform?"11.2.0.07112021":"11"};Fo=Te("gro6R"),Io=Te("3w4LS");let zo=!1;const Zo={cmake(e,t,r){return j("cmake",e,F,t)},ninja(e,t,r){return j("ninja",e,Q,t)},python:V,vcpkg(t,r,o){return zo&&null!==e(rt).sync("vcpkg",{nothrow:!0})?{binDir:le.dirname(e(rt).sync("vcpkg"))}:(pe.existsSync(le.join(r,M("bootstrap-vcpkg")))?Ie.warning("Vcpkg folder already exists at "+r):e(dt).sync("git",["clone","https://github.com/microsoft/vcpkg"],{cwd:le.dirname(r)}),e(dt).sync(M((n="bootstrap-vcpkg","win32"===process.platform?n:"./"+n)),{cwd:r,shell:!0}),Ie.addPath(r),zo=!0,{binDir:r});var n},conan(e,t,r){return H("conan",e)},meson(e,t,r){return H("meson",e)},gcovr(e,t,r){return H("gcovr",e)},async opencppcoverage(e,t,r){if("win32"===process.platform)return await P("opencppcoverage",e),{binDir:(()=>{const e="C:/Program Files/OpenCppCoverage";return b(e),e})()}},llvm:Z,gcc:oe,choco:S,brew:c,ccache(e,t,r){switch(process.platform){case"win32":return P("ccache",e);case"darwin":return E("ccache",e);case"linux":return w("ccache",e);default:throw Error("Unsupported platform")}},async doxygen(e,t,r){switch(process.platform){case"win32":return await P("doxygen.install",e),{binDir:(()=>{b("C:/Program Files/Graphviz/bin");const e="C:/Program Files/doxygen/bin";return b(e),e})()};case"darwin":return E("doxygen",e),E("graphviz",e);case"linux":return await w("doxygen",e),w("graphviz",e);default:throw Error("Unsupported platform")}},async cppcheck(e,t,r){switch(process.platform){case"win32":return await P("cppcheck",e),{binDir:(()=>{const e="C:/Program Files/Cppcheck";return b(e),e})()};case"darwin":return E("cppcheck",e);case"linux":return w("cppcheck",e);default:throw Error("Unsupported platform")}},msvc:J},Jo=["choco","brew","python","vcpkg","cmake","ninja","conan","meson","gcovr","opencppcoverage","ccache","doxygen","cppcheck","llvm","gcc","msvc"],Qo=["compiler","architecture",...Jo];se(process.argv).then((e=>{process.exitCode=e})).catch((e=>{ne("main() panicked!"),ne(e),process.exitCode=1}));
//# sourceMappingURL=setup_cpp.js.map