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

install.sh case $uname_target: additional err msg #1792

Merged
merged 3 commits into from
Feb 21, 2023

Conversation

bnonni
Copy link

@bnonni bnonni commented Feb 18, 2023

add additional err msg to build from source for users who's arch falls outside of the list (e.g. aarch64-Linux). Should help address https://github.com/casey/ord/issues/1628 and mitigate future issues on the topic.

case $uname_target in
    arm64-Darwin) target=aarch64-apple-darwin;;
    x86_64-Darwin) target=x86_64-apple-darwin;;
    x86_64-Linux) target=x86_64-unknown-linux-gnu;;
    *)
      err 'Could not determine target from output of `uname -m`-`uname -s`, please use `--target`:' $uname_target
      err 'Please try building from source: https://github.com/casey/ord#building'
    ;;
  esac

@raphjaph raphjaph enabled auto-merge (squash) February 21, 2023 22:01
@raphjaph raphjaph merged commit 8d1bd89 into ordinals:master Feb 21, 2023
popcnt1 pushed a commit to popcnt1/ord that referenced this pull request Jan 11, 2025
…s outside of the list (ordinals#1792)

Co-authored-by: bnonni <[email protected]>
Co-authored-by: raphjaph <[email protected]>
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.

3 participants