Skip to content

Fix tests on macOS #132

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

Merged
merged 4 commits into from
Jul 21, 2020
Merged

Fix tests on macOS #132

merged 4 commits into from
Jul 21, 2020

Conversation

certik
Copy link
Member

@certik certik commented Jul 21, 2020

It turns out there were several problems on the macOS runner, all of which this PR fixes:

  • the download of the Haskell binary failed due to some SSL handshake error
  • the "bin" directory which would host the stack binary does not exist
  • the gfortran binary is no longer pre-installed on macOS (only gfortran-9)

Fixes #134.

@certik certik force-pushed the macos branch 2 times, most recently from c47b548 to 554e66a Compare July 21, 2020 16:11
@certik certik changed the title Install Haskell on macOS FIx tests on macOS Jul 21, 2020
@certik
Copy link
Member Author

certik commented Jul 21, 2020

@everythingfunctional you might want to figure out how to install Haskell on macOS, right now I just downloaded the macOS tarball on my linux, uploaded it to a gist, and let it download from the gist by the CI, so that it works, as we need the CI to be working.

@certik certik merged commit ac873ef into fortran-lang:master Jul 21, 2020
@certik certik changed the title FIx tests on macOS Fix tests on macOS Jul 21, 2020
@certik certik deleted the macos branch July 21, 2020 17:47
@everythingfunctional
Copy link
Member

I don't have access to a mac to test this out, but I suspect it is something that the stack maintainers will fix. They're install script is supposed to support most platforms.

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.

Haskell fails to install on macOS at our CI
2 participants