inbo / alien-species-portal

Portal for alien and invasive species indicators
MIT License
0 stars 0 forks source link

Failing github actions #102

Closed mvarewyck closed 3 months ago

mvarewyck commented 3 months ago

When we trigger a docker build it is always failing while for @TheJenne18 it is not. @TheJenne18

TheJenne18 commented 3 months ago

@mvarewyck are their any optimalisations for downloading R packages because the R packages are taking up to an hour (downloading and compiling).

I just trigger a re-run in github actions. So I don't do anything special.

mvarewyck commented 3 months ago

@mvarewyck are their any optimalisations for downloading R packages because the R packages are taking up to an hour (downloading and compiling).

Yes, this can be overcome as mentioned earlier by moving to intel which allows you to install compiled R packages, so no compilation is needed then.

mvarewyck commented 3 months ago

@TheJenne18 Any news/feedback on this? The builds are still failing.

TheJenne18 commented 3 months ago

@mvarewyck possible fix has been deployed. We launched a new action based on the last failed one: https://github.com/inbo/alien-species-portal/actions/runs/9397717299

TheJenne18 commented 3 months ago

After our changes on the runner infra, the github action was finished with success