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

GHA CI broken #4078

Closed
kolyshkin opened this issue Oct 19, 2023 · 1 comment · Fixed by #4079
Closed

GHA CI broken #4078

kolyshkin opened this issue Oct 19, 2023 · 1 comment · Fixed by #4079

Comments

@kolyshkin
Copy link
Contributor

Description

As of today, the criu repo we use in gha/ci is having a problem with repo signature:

Run # criu repo
  # criu repo
  curl -fSsl $REPO/Release.key | sudo apt-key add -
  echo "deb $REPO/ /" | sudo tee /etc/apt/sources.list.d/criu.list
  sudo apt update
  sudo apt install libseccomp-dev criu sshfs
  shell: /usr/bin/bash -e {0}
  env:
    CGO_CFLAGS: -g -O2 -Werror
    REPO: https://download.opensuse.org/repositories/devel:/tools:/criu/xUbuntu_20.04
Warning: apt-key output should not be parsed (stdout is not a terminal)
gpg: no valid OpenPGP data found.
Error: Process completed with exit code 2.

Steps to reproduce the issue

Describe the results you received and expected

What version of runc are you using?

Host OS information

No response

Host kernel information

No response

@kolyshkin
Copy link
Contributor Author

Should be fixed by #40477, #4079.

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

Successfully merging a pull request may close this issue.

1 participant