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

OpenBSD: fix integration and broken specs #15118

Merged

Commits on Oct 24, 2024

  1. OpenBSD: disable indirect branch tracking (crystal-lang#13665)

    OpenBSD 7.4+ enforces Indirect Branch Tracking but we're not yet
    compatible in Crystal, so we disable the feature for the time being.
    ysbaddaden committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b4d6fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f5bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562815e View commit details
    Browse the repository at this point in the history
  4. OpenBSD: fix bin/crystal tries to execute Brewfile *

    This results in always reporting:
    
    ```
    bin/crystal[204]: Brewfile: not found
    ```
    ysbaddaden committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d1438fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    848f61f View commit details
    Browse the repository at this point in the history