setup-cpp/dist/setup_cpp.js

3 lines
160 KiB
JavaScript
Raw Normal View History

function e(e,t,r,s){Object.defineProperty(e,t,{get:r,set:s,enumerable:!0,configurable:!0})}function t(e){return e&&e.__esModule?e.default:e}function r(e,t,s){if("function"==typeof t&&(s=t,t={}),!s){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((s,i)=>{r(e,t||{},((e,t)=>{e?i(e):s(t)}))}))}Fe(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),s(e,r)}))}function s(e,r,s){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof Be)return{binDir:Be};const i=t(De).sync("brew",{nothrow:!0});return null!==i?(Be=me.dirname(i),{binDir:Be}):(Oe.execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),Be="/usr/local/bin/",{binDir:Be})}function i(e,t){const r=e.options.env||process.env,s=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 n;try{n=De.sync(e.command,{path:r[We({env:r})],pathExt:t?me.delimiter:void 0})}catch(e){}finally{o&&process.chdir(s)}return n&&(n=me.resolve(i?e.options.cwd:"",n)),n}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 n(e,t){return ot&&1===e&&!t.file?o(t.original,"spawn"):null}function a(e,t,r){const s=Ye(e,t,r),i=Oe.spawn(s.command,s.args,s.options);return it.hookChildProcess(i,s),i}async function c(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,s=rr(t);return await new Promise(((t,i)=>{const o=e=>{e&&s.getBufferedLength()<=ir.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),i(e)};(async()=>{try{await nr(e,s),t()}catch(e){o(e)}})(),s.on("data",(()=>{s.getBufferedLength()>r&&o(new ar)}))})),s.getBufferedValue()}function l(){var e;return void 0!==Rr||(Rr=(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(De).sync("sudo",{nothrow:!0})),Rr}function u(e,r,s){return l()?t(Ve).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:s,stdio:"inherit"}):t(Ve).sync(e,r,{stdio:"inherit"})}function d(e){return l()&&"string"==typeof process.env.SUDO_USER?"darwin"===process.platform?me.join("/Users/",process.env.SUDO_USER,e):me.join("/home/",process.env.SUDO_USER,e):t(Ar)("~/"+e)}function p(e){if(void 0===Lr){const e=t(De).sync("pwsh",{nothrow:!0});null!==e&&(Lr=e);const r=t(De).sync("powershell",{nothrow:!0});null!==r&&(Lr=r)}if(void 0===Lr)throw Error("Could not find powershell");t(Ve).sync(Lr,["-c",e],{stdio:"inherit"})}function h(e,t){try{kr.isGitHubCI()?Le.exportVariable(e,t):m(e,t)}catch(r){try{return Pr.error(r),m(e,t)}catch(e){Pr.error(e)}Le.setFailed(`Failed to export environment variable ${e}=${t}. You should add it manually.`)}}function f(e){process.env.PATH=`${e}${me.delimiter}${process.env.PATH}`;try{kr.isGitHubCI()?Le.addPath(e):g(e)}catch(t){try{return Pr.error(t),g(e)}catch(e){Pr.error(e)}Le.setFailed(`Failed to add ${e} to the percistent PATH. You should add it manually.`)}}function m(e,t){const r=null!=t?t:"";switch(process.platform){case"win32":return p(`[Environment]::SetEnvironmentVariable("${e}", "${r}", "User")`),void Le.info(`${e}="${r} was set in the environment."`);case"linux":case"darwin":return v(),ge.appendFileSync(Dr,`\nexport ${e}="${r}"\n`),void Le.info(`${e}="${r} was added to "${Dr}"`)}process.env[e]=r}function g(e){switch(process.platform){case"win32":return p(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void Le.info(e+" was added to the PATH.");case"linux":case"darwin":return v(),ge.appendFileSync(Dr,`\nexport PATH=${e}:$PATH\n`),void Le.info(`${e} was added to "${Dr}"`);default:return}}function v(){if(jr)return;const e="export SOURCE_CPPRC=0";if(ge.existsSync(Dr)&&ge.readFileSync(Dr,"utf8").includes(e))return;ge.appendFileSync(Dr,`\n${e}\n`),Le.info(`Added ${e} to ${Dr}`);const t=`\n# source .cpprc if SOURCE_
2021-09-18 04:00:26 +08:00
//# sourceMappingURL=setup_cpp.js.map