setup-cpp/dist/setup_cpp.js

3 lines
178 KiB
JavaScript
Raw Normal View History

function e(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}function t(e){return e&&e.__esModule?e.default:e}function r(e,t,n){if("function"==typeof t&&(n=t,t={}),!n){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((n,o)=>{r(e,t||{},((e,t)=>{e?o(e):n(t)}))}))}Ot(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),n(e,r)}))}function n(e,r,n){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof Pt)return{binDir:Pt};const o=t(Et).sync("brew",{nothrow:!0});return null!==o?(Pt=(0,tt.dirname)(o),{binDir:Pt}):((0,lt.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),Pt="/usr/local/bin/",{binDir:Pt})}function o(e,t){const r=e.options.env||process.env,n=process.cwd(),o=null!=e.options.cwd,i=o&&void 0!==process.chdir&&!process.chdir.disabled;if(i)try{process.chdir(e.options.cwd)}catch(e){}let s;try{s=Et.sync(e.command,{path:r[Lt({env:r})],pathExt:t?tt.delimiter:void 0})}catch(e){}finally{i&&process.chdir(n)}return s&&(s=tt.resolve(o?e.options.cwd:"",s)),s}function i(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 s(e,t){return Wt&&1===e&&!t.file?i(t.original,"spawn"):null}function a(e,t,r){const n=kt(e,t,r),o=lt.spawn(n.command,n.args,n.options);return Vt.hookChildProcess(o,n),o}async function c(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,n=Hr(t);return await new Promise(((t,o)=>{const i=e=>{e&&n.getBufferedLength()<=Vr.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),o(e)};(async()=>{try{await Xr(e,n),t()}catch(e){i(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&i(new Yr)}))})),n.getBufferedValue()}function l(){return(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(Et).sync("sudo",{nothrow:!0});var e}function u(e,r=[],n={stdio:"inherit",shell:!0}){return l()?t(It).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),n):t(It).sync(e,r,n)}function p(e){return l()&&"string"==typeof process.env.SUDO_USER?"darwin"===process.platform?(0,tt.join)("/Users/",process.env.SUDO_USER,e):(0,tt.join)("/home/",process.env.SUDO_USER,e):t(bn)("~/"+e)}function d(e,r=["-NoProfile","-NoLogo","-NonInteractive"],n={stdio:"inherit"}){return t(It)((()=>{if(void 0===On){const e=t(Et).sync("pwsh",{nothrow:!0});null!==e&&(On=e);const r=t(Et).sync("powershell",{nothrow:!0});null!==r&&(On=r)}if(void 0===On)throw Error("Could not find powershell");return On})(),[...r,"-c",e],n)}async function h(e,r,n=!1){const o=n?t($n)(null!=r?r:""):r;try{if("github-actions"===t(En)())try{(0,bt.exportVariable)(e,o)}catch(t){(0,_n.error)(t),await m(e,o)}else await m(e,o)}catch(t){(0,_n.error)(t),(0,bt.setFailed)(`Failed to export environment variable ${e}=${o}. You should add it manually.`)}}async function f(e){process.env.PATH=`${e}${tt.delimiter}${process.env.PATH}`;try{if("github-actions"===t(En)())try{(0,bt.addPath)(e)}catch(t){(0,_n.error)(t),await g(e)}else await g(e)}catch(t){(0,_n.error)(t),(0,bt.setFailed)(`Failed to add ${e} to the percistent PATH. You should add it manually.`)}}async function m(e,t){const r=null!=t?t:"";switch(process.platform){case"win32":return await d(`[Environment]::SetEnvironmentVariable('${e}', '${r}', "User")`),void(0,bt.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":return v(),(0,rt.appendFileSync)(Pn,`\nexport ${e}="${r}"\n`),void(0,bt.info)(`${e}="${r}" was added to "${Pn}`)}process.env[e]=r}async function g(e){switch(process.platform){case"win32":return await d(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void(0,bt.info)(`"${e}" was added to the PATH.`);case"linux":case"darwin":return v(),(0,rt.appendFileSync)(Pn,`\nexport PATH="${e}:$PATH"\n`),void(0,bt.info)(`"${e}" was added to "${Pn}"`);default:retu
2022-08-08 09:30:29 +08:00
//# sourceMappingURL=setup_cpp.js.map