setup-cpp/dist/setup_cpp.mjs

3 lines
168 KiB
JavaScript
Raw Normal View History

function e(e,t,r,i){Object.defineProperty(e,t,{get:r,set:i,enumerable:!0,configurable:!0})}function t(e){return e&&e.__esModule?e.default:e}function r(e,t,i){if("function"==typeof t&&(i=t,t={}),!i){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((i,o)=>{r(e,t||{},((e,t)=>{e?o(e):i(t)}))}))}st(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),i(e,r)}))}function i(e,r,i){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof dt)return{binDir:dt};const o=t(it).sync("brew",{nothrow:!0});return null!==o?(dt=$gCrli$dirname(o),{binDir:dt}):($gCrli$execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),dt="/usr/local/bin/",{binDir:dt})}function o(e,t){const r=e.options.env||process.env,i=process.cwd(),o=null!=e.options.cwd,n=o&&void 0!==process.chdir&&!process.chdir.disabled;if(n)try{process.chdir(e.options.cwd)}catch(e){}let s;try{s=it.sync(e.command,{path:r[gt({env:r})],pathExt:t?$gCrli$delimiter:void 0})}catch(e){}finally{n&&process.chdir(i)}return s&&(s=$gCrli$resolve(o?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 _t&&1===e&&!t.file?n(t.original,"spawn"):null}function a(e,t,r){const i=mt(e,t,r),o=$gCrli$spawn(i.command,i.args,i.options);return Ct.hookChildProcess(o,i),o}async function l(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,i=$r(t);return await new Promise(((t,o)=>{const n=e=>{e&&i.getBufferedLength()<=Cr.MAX_LENGTH&&(e.bufferedData=i.getBufferedValue()),o(e)};(async()=>{try{await Tr(e,i),t()}catch(e){n(e)}})(),i.on("data",(()=>{i.getBufferedLength()>r&&n(new Ir)}))})),i.getBufferedValue()}function c(){var e;return void 0!==Zr||(Zr=(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(it).sync("sudo",{nothrow:!0})),Zr}function u(e,r,i){return c()?t(ht).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:i,stdio:"inherit"}):t(ht).sync(e,r,{stdio:"inherit"})}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(Qr)("~/"+e)}function p(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){return t(ht)((()=>{if(void 0===ii){const e=t(it).sync("pwsh",{nothrow:!0});null!==e&&(ii=e);const r=t(it).sync("powershell",{nothrow:!0});null!==r&&(ii=r)}if(void 0===ii)throw Error("Could not find powershell");return ii})(),[...r,"-c",e],{stdio:"inherit"})}async function h(e,r,i=!1){const o=i?void 0===(n=r)?"":t(oi)(n):r;var n;try{if((0,ti.isGitHubCI)())try{(0,rt.exportVariable)(e,o)}catch(t){(0,ei.error)(t),await m(e,o)}else await m(e,o)}catch(t){(0,ei.error)(t),(0,rt.setFailed)(`Failed to export environment variable ${e}=${o}. You should add it manually.`)}}async function f(e){process.env.PATH=`${e}${$gCrli$delimiter}${process.env.PATH}`;try{if((0,ti.isGitHubCI)())try{(0,rt.addPath)(e)}catch(t){(0,ei.error)(t),await g(e)}else await g(e)}catch(t){(0,ei.error)(t),(0,rt.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,rt.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":return v(),$gCrli$appendFileSync(li,`\nexport ${e}="${r}"\n`),void(0,rt.info)(`${e}="${r}" was added to "${li}`)}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,rt.info)(e+" was added to the PATH.");case"linux":case"darwin":return v(),$gCrli$appendFileSync(li,`\nexport PATH=${e}:$PATH\n`),void(0,rt.info)
2022-07-06 12:19:58 +08:00
//# sourceMappingURL=setup_cpp.mjs.map