-
Notifications
You must be signed in to change notification settings - Fork 38
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
Implement the solution for the Ubuntu/OpenBLAS problem in the GH Actions workflow #357
Comments
You can add the build steps to the GitHub Actions main.yml file (https://github.com/ocaml-bench/sandmark/blob/main/.github/workflows/main.yml) with a PR. What error or permission are you facing with |
This is the failure that I'm talking about: https://github.com/ocaml-bench/sandmark/runs/6807710255?check_suite_focus=true. And this is the line that makes it fail: https://github.com/ocaml-bench/sandmark/pull/341/files#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R45. Is it possible to obtain the necessary permissions to run this command? |
OpenBLAS can be installed locally without having to require
The
The
The binary can finally be executed as shown below:
Avoid |
For #341 ,
conf-openblas
fails to install in the GH actions workflow. This happens because of a known issue. The work-around is to build OpenBLAS from source--as shown in this Dockerfile. I'm not sure how to get the necessary permission in the GH actions workflow to use theldconfig
command. Any help would be appreciated.The text was updated successfully, but these errors were encountered: