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

Fix building Tobira on macOS #608

Merged
merged 3 commits into from
Nov 29, 2022

Commits on Nov 29, 2022

  1. Configure rust_version check to run on macos

    Apparently, the `--quiet` flag wasn't necessary or doing anything critical.
    owi92 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5142175 View commit details
    Browse the repository at this point in the history
  2. Don't gather memory info on non-linux systems

    Gathering memory info seems to be more involved on macOS,
    and since it is non-critical, ignoring it is a simple workaround
    that allows development on these platforms.
    owi92 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a518f82 View commit details
    Browse the repository at this point in the history
  3. Fix on-backend-change reload sleep time

    On macOS, the `sleep` command doesn't work with quantifiers like `s`, `m`, `h`,
    but always assumes seconds. Therefore we need to omit any quantifiers and convert
    larger time quantities accordingly.
    owi92 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5e0b19e View commit details
    Browse the repository at this point in the history