setup-cpp/dist/setup_cpp.js

3 lines
154 KiB
JavaScript
Raw Normal View History

2022-02-02 10:28:44 +08:00
function e(e){return e&&e.__esModule?e.default:e}function t(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}function r(e,t,r){const n=new ot(e,t,r);process.stdout.write(""+n+rt.EOL)}function n(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={}){Ze.issueCommand("error",nt.toCommandProperties(t),e instanceof Error?""+e:e)}function s(e){Ze.issue("group",e)}function i(){Ze.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,n)=>{a(e,t||{},((e,t)=>{e?n(e):r(t)}))}))}St(e,t||{},((e,n)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,n=!1),r(e,n)}))}function c(t,r,n){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof Ct)return{binDir:Ct};const o=e(xt).sync("brew",{nothrow:!0});return null!==o?(Ct=$e.dirname(o),{binDir:Ct}):(ke.execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),Ct="/usr/local/bin/",{binDir:Ct})}function l(e,t){const r=e.options.env||process.env,n=process.cwd(),o=null!=e.options.cwd,s=o&&void 0!==process.chdir&&!process.chdir.disabled;if(s)try{process.chdir(e.options.cwd)}catch(e){}let i;try{i=xt.sync(e.command,{path:r[Nt({env:r})],pathExt:t?$e.delimiter:void 0})}catch(e){}finally{s&&process.chdir(n)}return i&&(i=$e.resolve(o?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 Vt&&1===e&&!t.file?u(t.original,"spawn"):null}function d(e,t,r){const n=At(e,t,r),o=ke.spawn(n.command,n.args,n.options);return Ht.hookChildProcess(o,n),o}function h(){br&&(br=!1,gr.forEach((e=>{try{process.removeListener(e,xr[e])}catch(e){}})),process.emit=Sr,process.reallyExit=Er,vr.count-=1)}function f(e,t,r){vr.emitted[e]||(vr.emitted[e]=!0,vr.emit(e,t,r))}function m(){br||(br=!0,vr.count+=1,gr=gr.filter((e=>{try{return process.on(e,xr[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),Er.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,n=Nr(t);return await new Promise(((t,o)=>{const s=e=>{e&&n.getBufferedLength()<=Dr.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),o(e)};(async()=>{try{await jr(e,n),t()}catch(e){s(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&s(new Fr)}))})),n.getBufferedValue()}function w(){var t;return void 0!==cn||(cn=(!!process.env.CI||0===(null===(t=process.getuid)||void 0===t?void 0:t.call(process)))&&null!==e(xt).sync("sudo",{nothrow:!0})),cn}function x(t,r,n){return w()?e(It).command("sudo "+[t,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:n,stdio:"inherit"}):e(It)(t,r)}async function b(e,t,r=!0){const n="apt-get";if(process.env.DEBIAN_FRONTEND="noninteractive",ln||(await x(n,["update","-y"]),ln=!0),un||(await x(n,["install","--fix-broken","-y","software-properties-common","apt-utils","ca-certificates","gnupg"]),un=!0),Array.isArray(r)){for(const e of r)await x("add-apt-repository",["--update","-y",e]);await x(n,["update","-y"])}if(void 0!==t&&""!==t)try{await x(n,["install","--fix-broken","-y",`${e}=${t}`])}catch{await x(n,["install","--fix-broken","-y",`${e}-${t}`])}else await x(n,["install","--fix-broken","-y",e]);return{binDir:"/usr/bin/"}}function E(t,r){return pn&&null!==e(xt).sync("brew",{nothrow:!0})||(c(0,0,process),pn=!0),e(It).sync("brew",["install",void 0!==r&&""!==r?`${t}@${r}`:t],{stdio:"inherit"}),{binDir:"/usr/local/b
2021-09-18 04:00:26 +08:00
//# sourceMappingURL=setup_cpp.js.map