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

Error installing on Windows #184

Open
krlmlr opened this issue Feb 9, 2024 · 2 comments
Open

Error installing on Windows #184

krlmlr opened this issue Feb 9, 2024 · 2 comments

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Feb 9, 2024

For some reason, on Windows, with RTools installed (which provides a custom sh.exe), the workflows can no longer install ccache:

  C:\rtools43\usr\bin\sh.exe -xc "curl -L 'https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4-windows-x86_64.zip' -o 'C:\Users\RUNNER~1\AppData\Local\Tempk750hp\dl.zip'"
  + curl -L https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4-windows-x86_64.zip -o 'C:\Users\RUNNER~1\AppData\Local\Tempk750hp\dl.zip'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (77) error setting certificate file: /usr/ssl/certs/ca-bundle.crt
  Error: Restoring cache failed: Error: The process 'C:\rtools43\usr\bin\sh.exe' failed with exit code 77

This has worked in the past, and (I think) can be mitigated by using the built-in bash instead of "sh" found in $PATH .

https://github.com/duckdblabs/duckplyr/actions/runs/7839478926/job/21392636508?pr=93#step:4:3749

@krlmlr
Copy link
Contributor Author

krlmlr commented Feb 9, 2024

This is using an older version from a fork, perhaps 10 commits behind the current mainline. I've updated, will report here.

carlopi added a commit to carlopi/duckdb that referenced this issue Apr 1, 2024
Due to random failure connected to cert, possibly see hendrikmuhs/ccache-action#184
@krlmlr
Copy link
Contributor Author

krlmlr commented Apr 1, 2024

@hendrikmuhs: Seeing this again, now from the main branch: https://github.com/hannes/duckdb-rfuns/actions/runs/8508536239/job/23302365461?pr=71#step:8:27 .

Any idea what might be causing this?

carlopi added a commit to carlopi/duckdb that referenced this issue Apr 2, 2024
Due to random failure connected to cert, possibly see hendrikmuhs/ccache-action#184
ccfelius pushed a commit to ccfelius/duckdb that referenced this issue Apr 6, 2024
Due to random failure connected to cert, possibly see hendrikmuhs/ccache-action#184
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

No branches or pull requests

1 participant