Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add how to install requirements in RHEL-based #1726

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

tats-u
Copy link
Contributor

@tats-u tats-u commented Nov 19, 2024

apt is only for Ubuntu / Debian.
We need to add a setup instruction for RHEL family.

docker run -it --rm almalinux # or fedora
dnf install git unzip gzip xz # Note: gzip & xz have already been installed
curl -fsSL https://moonrepo.dev/install/proto.sh | bash # choose Bash→~/.bash_profile
eval `tail -n 2 ~/.bash_profile`
proto install node 22
node --version

@milesj milesj merged commit 86148e3 into moonrepo:master Nov 19, 2024
18 of 19 checks passed
Copy link

Run report for 86148e37 (ubuntu-latest, 20)

Total time: 3m 3s | Comparison time: 2m 58s | Estimated loss: 4.8s (2.6% slower)

Action Time Status Info
🟩 SyncWorkspace 31.8ms Passed
🟩 SetupToolchain(node:~20) 47.7s Passed
🟩 SyncProject(node, types) 2.8ms Passed
🟩 SyncProject(node, runtime) 3.6ms Passed
🟩 SyncProject(node, website) 3.3ms Passed
🟩 InstallWorkspaceDeps(node:~20) 33.4s Passed
🟦 RunTask(types:build) 839.7ms Cached
🟦 RunTask(runtime:build) 535.1ms Cached
🟩 RunTask(website:build) 1m 40s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 20
Touched files
website/docs/proto/install.mdx

Copy link

Run report for 86148e37 (ubuntu-latest, 22)

Total time: 2m 53s | Comparison time: 2m 50s | Estimated loss: 2.9s (1.7% slower)

Action Time Status Info
🟩 SyncWorkspace 28.5ms Passed
🟩 SetupToolchain(node:~22) 47.3s Passed
🟩 SyncProject(node, types) 3.8ms Passed
🟩 SyncProject(node, runtime) 4.6ms Passed
🟩 SyncProject(node, website) 3.6ms Passed
🟩 InstallWorkspaceDeps(node:~22) 32.9s Passed
🟦 RunTask(types:build) 910.2ms Cached
🟦 RunTask(runtime:build) 547.5ms Cached
🟩 RunTask(website:build) 1m 31s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 22
Touched files
website/docs/proto/install.mdx

Copy link

Run report for 86148e37 (ubuntu-latest, 18)

Total time: 3m 3s | Comparison time: 2m 56s | Estimated loss: 7.4s (4.0% slower)

Action Time Status Info
🟩 SyncWorkspace 28.2ms Passed
🟩 SetupToolchain(node:~18) 48.1s Passed
🟩 SyncProject(node, runtime) 3.3ms Passed
🟩 SyncProject(node, types) 4.1ms Passed
🟩 SyncProject(node, website) 2.9ms Passed
🟩 InstallWorkspaceDeps(node:~18) 32.2s Passed
🟦 RunTask(types:build) 628ms Cached
🟦 RunTask(runtime:build) 432.1ms Cached
🟩 RunTask(website:build) 1m 42s Passed
Environment

OS: Linux
Matrix:

os = ubuntu-latest
node-version = 18
Touched files
website/docs/proto/install.mdx

Copy link

Run report for 86148e37 (windows-latest, 22)

Total time: 1m 41s | Comparison time: 2m 20s | Estimated savings: 39.1s (27.9% faster)

Action Time Status Info
🟩 SyncWorkspace 30ms Passed
🟩 SetupToolchain(node:~22) 50.5s Passed
🟩 SyncProject(node, types) 5ms Passed
🟩 SyncProject(node, runtime) 5.5ms Passed
🟩 SyncProject(node, website) 4.2ms Passed
🟩 InstallWorkspaceDeps(node:~22) 45.3s Passed
🟦 RunTask(types:build) 672.9ms Cached
🟦 RunTask(runtime:build) 587.3ms Cached
🟦 RunTask(website:build) 4s Cached
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 22
Touched files
website/docs/proto/install.mdx

Copy link

Run report for 86148e37 (windows-latest, 20)

Total time: 1m 44s | Comparison time: 2m 29s | Estimated savings: 45.7s (30.5% faster)

Action Time Status Info
🟩 SyncWorkspace 30.8ms Passed
🟩 SetupToolchain(node:~20) 50.5s Passed
🟩 SyncProject(node, types) 5ms Passed
🟩 SyncProject(node, runtime) 5.5ms Passed
🟩 SyncProject(node, website) 4.1ms Passed
🟩 InstallWorkspaceDeps(node:~20) 47.7s Passed
🟦 RunTask(types:build) 664.2ms Cached
🟦 RunTask(runtime:build) 465.9ms Cached
🟦 RunTask(website:build) 5s Cached
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 20
Touched files
website/docs/proto/install.mdx

Copy link

Run report for 86148e37 (windows-latest, 18)

Total time: 1m 44s | Comparison time: 2m 23s | Estimated savings: 38.3s (26.8% faster)

Action Time Status Info
🟩 SyncWorkspace 30.7ms Passed
🟩 SetupToolchain(node:~18) 49s Passed
🟩 SyncProject(node, types) 5ms Passed
🟩 SyncProject(node, runtime) 5.5ms Passed
🟩 SyncProject(node, website) 4.2ms Passed
🟩 InstallWorkspaceDeps(node:~18) 50.6s Passed
🟦 RunTask(types:build) 677.8ms Cached
🟦 RunTask(runtime:build) 428.8ms Cached
🟦 RunTask(website:build) 4s Cached
Environment

OS: Windows
Matrix:

os = windows-latest
node-version = 18
Touched files
website/docs/proto/install.mdx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants