Skip to content

Conversation

@josh-tracey
Copy link
Contributor

No description provided.

…lease workflow.

This update to the GitHub Actions release workflow should better handle OpenSSL dependencies, which were causing build failures on certain platforms.

Here's a summary of the key changes:
- **macOS (x86_64 & ARM64):**
    - I'll now install OpenSSL (openssl@3) using Homebrew.
    - I've set up the environment so that Rust's `openssl-sys` crate can find the OpenSSL installation.
- **Linux ARM64 (aarch64-unknown-linux-gnu):**
    - I've added `libssl-dev` and `pkg-config` to the list of installed packages. This will help when `openssl-sys` needs to compile OpenSSL from source or find system libraries during cross-compilation.
- **Windows (x86_64-pc-windows-msvc):**
    - I've added a step to install Strawberry Perl using Chocolatey. Perl is often required by the OpenSSL build scripts if the `openssl-sys` crate builds OpenSSL from source.

These changes should resolve the previously encountered OpenSSL-related build errors and improve the reliability of the release binary compilation process.
This commit updates the GitHub Actions release workflow to address an "invalid path" error encountered during the checkout process on Windows runners.

The fix involves adding a step to execute `git config --system core.longpaths true` before the `actions/checkout` step for jobs running on Windows. This Git configuration allows handling of long file paths, which can otherwise cause issues on this platform.
@vercel
Copy link

vercel bot commented May 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sailr ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2025 7:54am

@josh-tracey josh-tracey merged commit 68991fe into main May 25, 2025
2 of 5 checks passed
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