ErrorMessage:${e.result.message}`);}),i=null===(t=n.result)||void 0===t?void 0:t.value;if(!i)throw Error("Response json body do not have ID Token field");return i;});}static getIDToken(e){return r(this,void 0,void 0,function*(){try{let t=s.getIDTokenUrl();if(e){let r=encodeURIComponent(e);t=`${t}&audience=${r}`;}o.debug(`IDtokenurlis${t}`);let r=yield s.getCall(t);return o.setSecret(r),r;}catch(e){throw Error(`Errormessage:${e.message}`);}});}}e.exports.OidcClient=s;}),G.register("aPbbM",function(e,t){"use strict";var r,n,i,o,s,a=e.exports&&e.exports.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r];}});}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r];}),l=e.exports&&e.exports.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t});}:function(e,t){e.default=t;}),c=e.exports&&e.exports.__importStar||function(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 l(t,e),t;},u=e.exports&&e.exports.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(i,o){function s(e){try{l(n.next(e));}catch(e){o(e);}}function a(e){try{l(n.throw(e));}catch(e){o(e);}}function l(e){var t;e.done?i(e.value):((t=e.value)instanceof r?t:new r(function(e){e(t);})).then(s,a);}l((n=n.apply(e,t||[])).next());});};Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.HttpClient=e.exports.isHttps=e.exports.HttpClientResponse=e.exports.HttpClientError=e.exports.getProxyUrl=e.exports.MediaTypes=e.exports.Headers=e.exports.HttpCodes=void 0;let p=c(m),d=c(v),f=c(G("dG8Uc")),h=c(G("j6C2A"));(r=i=e.exports.HttpCodes||(e.exports.HttpCodes={}))[r.OK=200]="OK",r[r.MultipleChoices=300]="MultipleChoices",r[r.MovedPermanently=301]="MovedPermanently",r[r.ResourceMoved=302]="ResourceMoved",r[r.SeeOther=303]="SeeOther",r[r.NotModified=304]="NotModified",r[r.UseProxy=305]="UseProxy",r[r.SwitchProxy=306]="SwitchProxy",r[r.TemporaryRedirect=307]="TemporaryRedirect",r[r.PermanentRedirect=308]="PermanentRedirect",r[r.BadRequest=400]="BadRequest",r[r.Unauthorized=401]="Unauthorized",r[r.PaymentRequired=402]="PaymentRequired",r[r.Forbidden=403]="Forbidden",r[r.NotFound=404]="NotFound",r[r.MethodNotAllowed=405]="MethodNotAllowed",r[r.NotAcceptable=406]="NotAcceptable",r[r.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",r[r.RequestTimeout=408]="RequestTimeout",r[r.Conflict=409]="Conflict",r[r.Gone=410]="Gone",r[r.TooManyRequests=429]="TooManyRequests",r[r.InternalServerError=500]="InternalServerError",r[r.NotImplemented=501]="NotImplemented",r[r.BadGateway=502]="BadGateway",r[r.ServiceUnavailable=503]="ServiceUnavailable",r[r.GatewayTimeout=504]="GatewayTimeout",(n=o=e.exports.Headers||(e.exports.Headers={})).Accept="accept",n.ContentType="content-type",(s=e.exports.MediaTypes||(e.exports.MediaTypes={})).ApplicationJson="application/json",e.exports.getProxyUrl=function(e){let t=f.getProxyUrl(new URL(e));return t?t.href:"";};let g=[i.MovedPermanently,i.ResourceMoved,i.SeeOther,i.TemporaryRedirect,i.PermanentRedirect],E=[i.BadGateway,i.ServiceUnavailable,i.GatewayTimeout],y=["OPTIONS","GET","DELETE","HEAD"];class w extends Error{constructor(e,t){super(e),this.name="HttpClientError",this.statusCode=t,Object.setPrototypeOf(this,w.prototype);}}e.exports.HttpClientError=w;class x{constructor(e){this.message=e;}readBody(){return u(this,void 0,void 0,function*(){return new Promise(e=>u(this,void 0,void 0,function*(){let t=Buffer.alloc(0);this.message.on("data",e=>{t=Buffer.concat([t,e]);}),this.message.on("end",()=>{e(t.toString());});}));});}}e.exports.HttpClientResponse=x,e.exports.isHttps=function(e){let t=new URL(e);return"https:"===t.protocol;},e.exports.HttpClient=class{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.requestO
${n.message}`:m,E=[g,t,e].filter(Boolean).join("\n");return v?(n.originalMessage=n.message,n.message=E):n=Error(E),n.shortMessage=g,n.command=s,n.escapedCommand=a,n.exitCode=o,n.signal=i,n.signalDescription=d,n.stdout=e,n.stderr=t,void 0!==r&&(n.all=r),"bufferedData"in n&&delete n.bufferedData,n.failed=!0,n.timedOut=!!l,n.isCanceled=c,n.killed=u&&!l,n;};var ez={};"use strict";const eW=["stdin","stdout","stderr"],eK=e=>eW.some(t=>void 0!==e[t]),eY=e=>{if(!e)return;let{stdio:t}=e;if(void 0===t)return eW.map(t=>e[t]);if(eK(e))throw Error(`It'snotpossibletoprovide\`stdio\` in combination with one of ${eW.map(e=>`\`${e}\``).join(", ")}`);if("string"==typeoft)returnt;if(!Array.isArray(t))throwTypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeoft}\``);letr=Math.max(t.length,eW.length);returnArray.from({length:r},(e,r)=>t[r]);};(ez=eY).node=e=>{lett=eY(e);return"ipc"===t?"ipc":void0===t||"string"==typeoft?[t,t,t,"ipc"]:t.includes("ipc")?t:[...t,"ipc"];};vareJ={},eQ={},eZ=j.process;conste0=function(e){returne&&"object"==typeofe&&"function"==typeofe.removeListener&&"function"==typeofe.emit&&"function"==typeofe.reallyExit&&"function"==typeofe.listeners&&"function"==typeofe.kill&&"number"==typeofe.pid&&"function"==typeofe.on;};if(e0(eZ)){vare1,e2,e4=G("2dWxz"),e3=/^win/i.test(eZ.platform),e6=E;"function"!=typeofe6&&(e6=e6.EventEmitter),eZ.__signal_exit_emitter__?e2=eZ.__signal_exit_emitter__:((e2=eZ.__signal_exit_emitter__=newe6()).count=0,e2.emitted={}),e2.infinite||(e2.setMaxListeners(1/0),e2.infinite=!0);vare8=function(){e7&&e0(j.process)&&(e7=!1,e4.forEach(function(e){try{eZ.removeListener(e,e9[e]);}catch(e){}}),eZ.emit=tn,eZ.reallyExit=tt,e2.count-=1);};(eQ=function(e,t){if(!e0(j.process))returnfunction(){};y.equal(typeofe,"function","a callback must be provided for exit handler"),!1===e7&&te();varr="exit";returnt&&t.alwaysLast&&(r="afterexit"),e2.on(r,e),function(){e2.removeListener(r,e),0===e2.listeners("exit").length&&0===e2.listeners("afterexit").length&&e8();};}).unload=e8;vare5=function(e,t,r){e2.emitted[e]||(e2.emitted[e]=!0,e2.emit(e,t,r));},e9={};e4.forEach(function(e){e9[e]=function(){e0(j.process)&&eZ.listeners(e).length===e2.count&&(e8(),e5("exit",null,e),e5("afterexit",null,e),e3&&"SIGHUP"===e&&(e="SIGINT"),eZ.kill(eZ.pid,e));};}),eQ.signals=function(){returne4;};vare7=!1,te=function(){!e7&&e0(j.process)&&(e7=!0,e2.count+=1,e4=e4.filter(function(e){try{returneZ.on(e,e9[e]),!0;}catch(e){return!1;}}),eZ.emit=ti,eZ.reallyExit=tr);};eQ.load=te;vartt=eZ.reallyExit,tr=function(e){e0(j.process)&&(eZ.exitCode=e||0,e5("exit",eZ.exitCode,null),e5("afterexit",eZ.exitCode,null),tt.call(eZ,eZ.exitCode));},tn=eZ.emit,ti=function(e,t){if(!("exit"===e&&e0(j.process)))returntn.apply(this,arguments);void0!==t&&(eZ.exitCode=t);varr=tn.apply(this,arguments);returne5("exit",eZ.exitCode,null),e5("afterexit",eZ.exitCode,null),r;};}elseeQ=function(){returnfunction(){};};"use strict";"use strict";constto=(e,t,r,n)=>{if(!ts(t,r,n))return;leti=tl(r),o=setTimeout(()=>{e("SIGKILL");},i);o.unref&&o.unref();},ts=(e,{forceKillAfterTimeout:t},r)=>ta(e)&&!1!==t&&r,ta=e=>e===p.constants.signals.SIGTERM||"string"==typeofe&&"SIGTERM"===e.toUpperCase(),tl=({forceKillAfterTimeout:e=!0})=>{if(!0===e)return5e3;if(!Number.isFinite(e)||e<0)throwTypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeofe})`);returne;},tc=(e,t,r)=>{e.kill(t),r(Object.assign(Error("Timed out"),{timedOut:!0,signal:t}));},tu=async(e,{cleanup:t,detached:r},n)=>{if(!t||r)returnn;leti=eQ(()=>{e.kill();});returnn.finally(()=>{i();});};vartp=(eJ={spawnedKill:(e,t="SIGTERM",r={})=>{letn=e(t);returnto(e,t,r,n),n;},spawnedCancel:(e,t)=>{letr=e.kill();r&&(t.isCanceled=!0);},setupTimeout:(e,{timeout:t,killSignal:r="SIGTERM"},n)=>{leti;if(0===t||void0===t)returnn;leto=newPromise((n,o)=>{i=setTimeout(()=>{tc(e,r,o);},t);}),s=n.finally(()=>{clearTimeout(i);});returnPromise.race([o,s]);},validateTimeout:({timeout:e})=>{if(void0!==e&&(!Number.isFin
${t}`,rb=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),rS=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),rI=(e,t,r)=>{let n=""===r?"":`with${r.trim()}()`,i=rx.bind(null,n,t.toString());Object.defineProperty(i,"name",rS),Object.defineProperty(e,"toString",{...rb,value:i});},rO=new WeakMap(),rR=(e,t={})=>{let r;if("function"!=typeof e)throw TypeError("Expected a function");let n=0,i=e.displayName||e.name||"<anonymous>",o=function(...s){if(rO.set(o,++n),1===n)r=e.apply(this,s),e=null;else if(!0===t.throw)throw Error(`Function\`${i}\` can only be called once`);returnr;};returnfunction(e,t,{ignoreNonConfigurable:r=!1}={}){let{name:n}=e;for(letnofReflect.ownKeys(t))rE(e,t,n,r);rw(e,t),rI(e,t,n);}(o,e),rO.set(o,n),o;};rR.callCount=e=>{if(!rO.has(e))throwError(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);returnrO.get(e);};constr$=()=>Array.from({length:rA-rC+1},rT),rT=(e,t)=>({name:`SIGRT${t+1}`,number:rC+t,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),rC=34,rA=64,r_=[{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:"termina
${n.message}`:m,E=[g,t,e].filter(Boolean).join("\n");return v?(n.originalMessage=n.message,n.message=E):n=Error(E),n.shortMessage=g,n.command=s,n.escapedCommand=a,n.exitCode=o,n.signal=i,n.signalDescription=d,n.stdout=e,n.stderr=t,void 0!==r&&(n.all=r),"bufferedData"in n&&delete n.bufferedData,n.failed=!0,n.timedOut=!!l,n.isCanceled=c,n.killed=u&&!l,n;},rF=["stdin","stdout","stderr"],rG=e=>rF.some(t=>void 0!==e[t]),rB=e=>{if(!e)return;let{stdio:t}=e;if(void 0===t)return rF.map(t=>e[t]);if(rG(e))throw Error(`It's not possible to provide \`stdio\` in combination with one of ${rF.map(e=>`\`${e}\``).join(", ")}`);if("string"==typeof t)return t;if(!Array.isArray(t))throw TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof t}\``);let r=Math.max(t.length,rF.length);return Array.from({length:r},(e,r)=>t[r]);},rH=(e,t="SIGTERM",r={})=>{let n=e(t);return rq(e,t,r,n),n;},rq=(e,t,r,n)=>{if(!rV(t,r,n))return;let i=rz(r),o=setTimeout(()=>{e("SIGKILL");},i);o.unref&&o.unref();},rV=(e,{forceKillAfterTimeout:t},r)=>rX(e)&&!1!==t&&r,rX=e=>e===U(P).constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase(),rz=({forceKillAfterTimeout:e=!0})=>{if(!0===e)return 5e3;if(!Number.isFinite(e)||e<0)throw TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e;},rW=(e,t)=>{let r=e.kill();r&&(t.isCanceled=!0);},rK=(e,t,r)=>{e.kill(t),r(Object.assign(Error("Timed out"),{timedOut:!0,signal:t}));},rY=(e,{timeout:t,killSignal:r="SIGTERM"},n)=>{let i;if(0===t||void 0===t)return n;let o=new Promise((n,o)=>{i=setTimeout(()=>{rK(e,r,o);},t);}),s=n.finally(()=>{clearTimeout(i);});return Promise.race([o,s]);},rJ=({timeout:e})=>{if(void 0!==e&&(!Number.isFinite(e)||e<0))throw TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);},rQ=async(e,{cleanup:t,detached:r},n)=>{if(!t||r)return n;let i=U(eQ)(()=>{e.kill();});return n.finally(()=>{i();});};function rZ(e){return null!==e&&"object"==typeof e&&"function"==typeof e.pipe;}function r0(e){return rZ(e)&&!1!==e.writable&&"function"==typeof e._write&&"object"==typeof e._writableState;}const r1=e=>e instanceof A.ChildProcess&&"function"==typeof e.then,r2=(e,t,r)=>{if("string"==typeof r)return e[t].pipe((0,x.createWriteStream)(r)),e;if(r0(r))return e[t].pipe(r),e;if(!r1(r))throw TypeError("The second argument must be a string, a stream or an Execa child process.");if(!r0(r.stdin))throw TypeError("The target child process'sstdinmustbeavailable.");return e[t].pipe(r.stdin),r;},r4=e=>{null!==e.stdout&&(e.pipeStdout=r2.bind(void 0,e,"stdout")),null!==e.stderr&&(e.pipeStderr=r2.bind(void 0,e,"stderr")),void 0!==e.all&&(e.pipeAll=r2.bind(void 0,e,"all"));},r3=e=>{if(void 0!==e)throw TypeError("The`input`and`inputFile`optionscannotbebothset.");},r6=({input:e,inputFile:t})=>"string"!=typeof t?e:(r3(e),(0,x.readFileSync)(t)),r8=e=>{let t=r6(e);if(rZ(t))throw TypeError("The`input`optioncannotbeastreaminsyncmode");return t;},r5=({input:e,inputFile:t})=>"string"!=typeof t?e:(r3(e),(0,x.createReadStream)(t)),r9=(e,t)=>{let r=r5(t);void 0!==r&&(rZ(r)?r.pipe(e.stdin):e.stdin.end(r));},r7=(e,{all:t})=>{if(!t||!e.stdout&&!e.stderr)return;let r=U(t$)();return e.stdout&&r.add(e.stdout),e.stderr&&r.add(e.stderr),r;},ne=async(e,t)=>{if(e&&void 0!==t){e.destroy();try{return await t;}catch(e){return e.bufferedData;}}},nt=(e,{encoding:t,buffer:r,maxBuffer:n})=>{if(e&&r)return t?U(ty)(e,{encoding:t,maxBuffer:n}):U(ty).buffer(e,{maxBuffer:n});},nr=async({stdout:e,stderr:t,all:r},{encoding:n,buffer:i,maxBuffer:o},s)=>{let a=nt(e,{encoding:n,buffer:i,maxBuffer:o}),l=nt(t,{encoding:n,buffer:i,maxBuffer:o}),c=nt(r,{encoding:n,buffer:i,maxBuffer:2*o});try{return await Promise.all([s,a,l,c]);}catch(n){return Promise.all([{error:n,signal:n.signal,timedOut:n.timedOut},ne(e,a),ne(t,l),ne(r,c)]);}},nn=(async()=>{})().constructor.prototype,ni=["then","catch","finally"].map(e=>[e,Reflect.getOwnPropertyDescriptor(nn,e)]),no=(e,t)=>{for(let[r,n]of ni){let i="function"==typ
`),(0,rh.info)(`${e}="${n}"wasaddedto"${nG}`));return;}process.env[e]=n;}async function nH(e){switch(process.platform){case"win32":await nC(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),(0,rh.info)(`"${e}" was added to the PATH.`);return;case"linux":case"darwin":awaitnV(),(0,f.appendFileSync)(nG,`
`),console.table({"compiler and analyzer":{tools:"--llvm, --gcc, --msvc, --vcvarsall, --cppcheck, --clangtidy, --clangformat"},"build system":{tools:"--cmake, --ninja, --meson, --make, --task, --bazel"},"package manager":{tools:"--vcpkg, --conan, --choco, --brew, --nala"},cache:{tools:"--cppcache, --sccache"},documentation:{tools:"--doxygen, --graphviz"},coverage:{tools:"--gcovr, --opencppcoverage, --kcov"},other:{tools:"--python, --powershell, --sevenzip"}},["tools"]));let a=null!==(t=s.architecture)&&void 0!==t?t:process.arch,l=null!==(r=process.env.SETUP_CPP_DIR)&&void 0!==r?r:t4(""),c=[],u=[],p=X.create({autoloadLocales:!0});X.addLocale(U(z)),q.addLocale(U(V));let d=await o2();if(!function(e,t){let r=t.filter(t=>void 0!==e[t]),n=r.filter(t=>!oQ(e[t])),i=n.length>=1?e[n[0]]:"true";return!n.some(t=>e[t]!==i)&&(r.forEach(t=>{e[t]=i;}),!0);}(s,["llvm","clangtidy","clangformat"]))return(0,H.error)("The same version must be used for llvm, clangformat and clangtidy"),1;iy()&&"string"==typeof s.cppcheck&&"string"==typeof s.gcovr&&((0,H.info)("installing python-pygments to avoid conflicts with cppcheck and gcovr on Arch linux"),await i$("python-pygments"));let f=!1;for(let e of aR){let t=s[e];void 0!==t&&(n=Date.now(),f=await aI(e,t,d,a,l,c,u),i=Date.now(),(0,H.info)(`took${p.format(n,i)||"0 seconds"}`));}let h=s.compiler;if(void 0!==h){let e=Date.now();await aC(h,d,l,a,c,f,u);let t=Date.now();(0,H.info)(`took${p.format(e,t)||"0 seconds"}`);}if(await nX(),0===c.length&&0===u.length)return(0,H.warning)("setup-cpp was called without any arguments. Nothing to do."),0;if(c.forEach(e=>(0,H.success)(e)),u.forEach(e=>(0,H.error)(e)),(0,H.info)("setup-cpp finished"),!B.GITHUB_ACTIONS)switch(process.platform){case"win32":(0,H.warning)("Run `RefreshEnv.cmd` or restart your shell to update the environment.");break;case"linux":case"darwin":(0,H.warning)("Run `source~/.cpprc`orrestartyourshelltoupdatetheenvironment.");}returnawaito,0===u.length?0:1;})(process.argv).then(e=>{process.exitCode=e;}).catch(e=>{(0,H.error)("main()panicked!"),(0,H.error)(e),process.exitCode=1;});