setup-cpp/dist/setup_cpp.js

3 lines
166 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,n)=>{r(e,t||{},((e,t)=>{e?n(e):i(t)}))}))}tt(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 st)return{binDir:st};const n=t(Ze).sync("brew",{nothrow:!0});return null!==n?(st=(0,Ae.dirname)(n),{binDir:st}):((0,Ue.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),st="/usr/local/bin/",{binDir:st})}function n(e,t){const r=e.options.env||process.env,i=process.cwd(),n=null!=e.options.cwd,o=n&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(e.options.cwd)}catch(e){}let s;try{s=Ze.sync(e.command,{path:r[dt({env:r})],pathExt:t?Ae.delimiter:void 0})}catch(e){}finally{o&&process.chdir(i)}return s&&(s=Ae.resolve(n?e.options.cwd:"",s)),s}function o(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 bt&&1===e&&!t.file?o(t.original,"spawn"):null}function a(e,t,r){const i=ut(e,t,r),n=Ue.spawn(i.command,i.args,i.options);return xt.hookChildProcess(n,i),n}async function c(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,i=yr(t);return await new Promise(((t,n)=>{const o=e=>{e&&i.getBufferedLength()<=xr.MAX_LENGTH&&(e.bufferedData=i.getBufferedValue()),n(e)};(async()=>{try{await Er(e,i),t()}catch(e){o(e)}})(),i.on("data",(()=>{i.getBufferedLength()>r&&o(new Sr)}))})),i.getBufferedValue()}function l(){var e;return void 0!==Vr||(Vr=(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(Ze).sync("sudo",{nothrow:!0})),Vr}function u(e,r,i){return l()?t(ct).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:i,stdio:"inherit"}):t(ct).sync(e,r,{stdio:"inherit"})}function d(e){return l()&&"string"==typeof process.env.SUDO_USER?"darwin"===process.platform?(0,Ae.join)("/Users/",process.env.SUDO_USER,e):(0,Ae.join)("/home/",process.env.SUDO_USER,e):t(Xr)("~/"+e)}function p(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){return t(ct)((()=>{if(void 0===Kr){const e=t(Ze).sync("pwsh",{nothrow:!0});null!==e&&(Kr=e);const r=t(Ze).sync("powershell",{nothrow:!0});null!==r&&(Kr=r)}if(void 0===Kr)throw Error("Could not find powershell");return Kr})(),[...r,"-c",e],{stdio:"inherit"})}async function h(e,r,i=!1){const n=i?void 0===(o=r)?"":t(Zr)(o):r;var o;try{if((0,Yr.isGitHubCI)())try{(0,Ke.exportVariable)(e,n)}catch(t){(0,Wr.error)(t),await m(e,n)}else await m(e,n)}catch(t){(0,Wr.error)(t),(0,Ke.setFailed)(`Failed to export environment variable ${e}=${n}. You should add it manually.`)}}async function f(e){process.env.PATH=`${e}${Ae.delimiter}${process.env.PATH}`;try{if((0,Yr.isGitHubCI)())try{(0,Ke.addPath)(e)}catch(t){(0,Wr.error)(t),await v(e)}else await v(e)}catch(t){(0,Wr.error)(t),(0,Ke.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,Ke.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":return g(),(0,ke.appendFileSync)(ri,`\nexport ${e}="${r}"\n`),void(0,Ke.info)(`${e}="${r}" was added to "${ri}`)}process.env[e]=r}async function v(e){switch(process.platform){case"win32":return await p(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void(0,Ke.info)(e+" was added to the PATH.");case"linux":case"darwin":return g(),(0,ke.appendFileSync)(ri,`\nexport PATH=${e}:$PATH\n`),void(0,Ke.info)(`${e} was added
2021-09-18 04:00:26 +08:00
//# sourceMappingURL=setup_cpp.js.map