EESSI / software-layer

Software layer of the EESSI project
https://eessi.github.io/docs/software_layer
GNU General Public License v2.0
20 stars 43 forks source link

use latest Ubuntu in CI workflows #621

Closed boegel closed 5 days ago

boegel commented 6 days ago

fix for:

Running cvmfs_config setup
  sudo: cvmfs_config: command not found
  !!! github-action-cvmfs FAILED !!!
  cvmfs_config setup exited with 1

which occurs because apt repository can't be found anymore (since 21 June):

   Err:2 http://security.ubuntu.com/ubuntu focal-updates/main amd64 gdb amd64 9.2-0ubuntu1~20.04.1
    404  Not Found [IP: 40.81.13.82 80]
  Err:3 http://security.ubuntu.com/ubuntu focal-updates/main amd64 gdbserver amd64 9.2-0ubuntu1~20.04.1
    404  Not Found [IP: 40.81.13.82 80]
  E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gdb/gdb_9.2-0ubuntu1~20.04.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
  E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gdb/gdbserver_9.2-0ubuntu1~20.04.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
  E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
eessi-bot-aws[bot] commented 6 days ago

Instance eessi-bot-mc-aws is configured to build for:

eessi-bot-aws[bot] commented 6 days ago

Instance eessi-bot-mc-azure is configured to build for:

eessi-build-deploy-bot-deucalion[bot] commented 6 days ago

Instance boegel-bot-deucalion is configured to build for:

boegel commented 6 days ago

@ocaisa ready to merge?