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

Show build configuration on home page header #286

Merged
merged 4 commits into from
Jul 31, 2024
Merged

Conversation

rwstauner
Copy link
Contributor

  • Don't use -j with install
  • Collect CC_VERSION_MESSAGE
  • Make commit hash length consistent with RUBY_VERSION
  • Add build config to front page header

image

@@ -62,7 +62,8 @@ def clone_ruby_repo_with(path:, git_url:, git_branch:, config_opts:, config_env:
check_call("make clean")
end

check_call("make -j16 install")
check_call("make -j16")
check_call("make install")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that important but you can do make -j && make install

@maximecb
Copy link
Contributor

I notice that the templates are under site. Is this a standard rails thing? If not, IMO templates would be a better directory name?

@maximecb maximecb merged commit ed7e7b8 into main Jul 31, 2024
1 check passed
@maximecb maximecb deleted the rwstauner/compiled-with branch July 31, 2024 20:20
@rwstauner
Copy link
Contributor Author

No, it's just part of the way I merged the files in from the other repo into a subdirectory of this one.
I didn't change much about the structure of it at the time.
We could certainly rename it, but it's probably worth restructuring beyond that to make it more intuitive.

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

Successfully merging this pull request may close these issues.

None yet

2 participants