setup-cpp/dist/setup_cpp.js

3 lines
163 KiB
JavaScript
Raw Normal View History

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