EinsteinToolkit / tests

Integration tests of the Einstein Toolkit
https://einsteintoolkit.github.io/tests
Other
1 stars 2 forks source link

occasional build failures due to failure to install packages #61

Open rhaas80 opened 1 year ago

rhaas80 commented 1 year ago

In the past couple of days there have been some build failures (eg. https://github.com/EinsteinToolkit/tests/actions/runs/4739890290) with:

E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/p/papi/libpapi-dev_5.7.0+dfsg-2_amd64.deb  Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.147.219.192 80]
E: Aborting install.
Error: Process completed with exit code 100.

For now I have bumped the ubuntu version from 20.04 to 22.04 which is currently ubuntu-latest which may avoid the issue.