setup-cpp/dist/setup_cpp.mjs

3 lines
188 KiB
JavaScript
Raw Normal View History

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