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

GitHub Actions fail, probably due to new Ubuntu 24.04 #1550

Closed
KrisThielemans opened this issue Dec 11, 2024 · 0 comments · Fixed by #1552
Closed

GitHub Actions fail, probably due to new Ubuntu 24.04 #1550

KrisThielemans opened this issue Dec 11, 2024 · 0 comments · Fixed by #1552
Assignees

Comments

@KrisThielemans
Copy link
Collaborator

GHA has transitioned to Ubuntu 24.04, see actions/runner-images#10636.

#1549 sees

/usr/bin/ld: warning: libssl.so.1.1, needed by /home/runner/work/STIR/STIR/root/lib/libNet.so.6.28.12, not found (try using -rpath or -rpath-link)

This is probably due to ccache where we use the ubuntu-latest image

- os: ubuntu-latest

and therefore a key that is not specific to the Ubuntu version
key: ${{ matrix.os }}-${{ matrix.compiler }}${{ matrix.compiler_version }}-cuda${{ matrix.cuda_version }}-${{ matrix.BUILD_TYPE }}

@KrisThielemans KrisThielemans self-assigned this Dec 11, 2024
@KrisThielemans KrisThielemans changed the title GitHub Actions fail, probably due to new Ubuntu 24.04 GitHub Actions fail, probably due to new Ubuntu 24.04 and ccache-key Dec 11, 2024
@KrisThielemans KrisThielemans changed the title GitHub Actions fail, probably due to new Ubuntu 24.04 and ccache-key GitHub Actions fail, probably due to new Ubuntu 24.04 Dec 11, 2024
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