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

chore - simplify linking step #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EnzoPlayer0ne
Copy link

  • echo "${{ inputs.make-default }}" to respect the same standard as the step just before.

  • true -a "$(realpath /usr/bin/ld)" != /usr/local/bin/mold will always evaluate to false as mold is not yet included by default in popular systems. As a result I believe we can let this line go.

  • sudo ln -sf /usr/local/bin/mold "$(realpath /usr/bin/ld)" can be its own line as it should always evaluate to true and if it cannot force link for some reasons we want to be notified.

@rui314
Copy link
Owner

rui314 commented May 28, 2023

See #4 for the file path check.

I don't think that we need to print out the value of make-default, as its value is known to the user. We print out the version number because it may change over time.

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.

2 participants