setup-cpp/dist/setup_cpp.js

3 lines
169 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,i)=>{r(e,t||{},((e,t)=>{e?i(e):n(t)}))}))}at(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 i=t(it).sync("brew",{nothrow:!0});return null!==i?(pt=(0,Fe.dirname)(i),{binDir:pt}):((0,Ve.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),pt="/usr/local/bin/",{binDir:pt})}function i(e,t){const r=e.options.env||process.env,n=process.cwd(),i=null!=e.options.cwd,o=i&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(e.options.cwd)}catch(e){}let s;try{s=it.sync(e.command,{path:r[gt({env:r})],pathExt:t?Fe.delimiter:void 0})}catch(e){}finally{o&&process.chdir(n)}return s&&(s=Fe.resolve(i?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 Rt&&1===e&&!t.file?o(t.original,"spawn"):null}function a(e,t,r){const n=vt(e,t,r),i=Ve.spawn(n.command,n.args,n.options);return Tt.hookChildProcess(i,n),i}async function c(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,n=$r(t);return await new Promise(((t,i)=>{const o=e=>{e&&n.getBufferedLength()<=Tr.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),i(e)};(async()=>{try{await Pr(e,n),t()}catch(e){o(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&o(new Ar)}))})),n.getBufferedValue()}function l(){var e;return void 0!==rn||(rn=(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(it).sync("sudo",{nothrow:!0})),rn}function u(e,r,n){return l()?t(ft).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:n,stdio:"inherit"}):t(ft).sync(e,r,{stdio:"inherit"})}function d(e){return l()&&"string"==typeof process.env.SUDO_USER?"darwin"===process.platform?(0,Fe.join)("/Users/",process.env.SUDO_USER,e):(0,Fe.join)("/home/",process.env.SUDO_USER,e):t(nn)("~/"+e)}function p(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){return t(ft)((()=>{if(void 0===cn){const e=t(it).sync("pwsh",{nothrow:!0});null!==e&&(cn=e);const r=t(it).sync("powershell",{nothrow:!0});null!==r&&(cn=r)}if(void 0===cn)throw Error("Could not find powershell");return cn})(),[...r,"-c",e],{stdio:"inherit"})}async function h(e,r,n=!1){const i=n?void 0===(o=r)?"":t(ln)(o):r;var o;try{if((0,sn.isGitHubCI)())try{(0,nt.exportVariable)(e,i)}catch(t){(0,on.error)(t),await m(e,i)}else await m(e,i)}catch(t){(0,on.error)(t),(0,nt.setFailed)(`Failed to export environment variable ${e}=${i}. You should add it manually.`)}}async function f(e){process.env.PATH=`${e}${Fe.delimiter}${process.env.PATH}`;try{if((0,sn.isGitHubCI)())try{(0,nt.addPath)(e)}catch(t){(0,on.error)(t),await v(e)}else await v(e)}catch(t){(0,on.error)(t),(0,nt.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,nt.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":return g(),(0,Me.appendFileSync)(hn,`\nexport ${e}="${r}"\n`),void(0,nt.info)(`${e}="${r}" was added to "${hn}`)}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,nt.info)(e+" was added to the PATH.");case"linux":case"darwin":return g(),(0,Me.appendFileSync)(hn,`\nexport PATH=${e}:$PATH\n`),void(0,nt.info)(`${e} was added
2021-09-18 04:00:26 +08:00
//# sourceMappingURL=setup_cpp.js.map