Skip to content

Conversation

tarcieri
Copy link
Member

We're encountering errors like:

  /home/runner/.cargo/bin/cargo-audit: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/runner/.cargo/bin/cargo-audit)

These are occurring even with freshly-built binaries.

To avoid blocking PRs, temporarily disable the build cache until we have time to properly investigate.

We're encountering errors like:

      /home/runner/.cargo/bin/cargo-audit: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/runner/.cargo/bin/cargo-audit)

These are occurring even with freshly-built binaries.

To avoid blocking PRs, temporarily disable the build cache until we have
time to properly investigate.
@tarcieri tarcieri merged commit 8a854c7 into master Oct 16, 2024
4 checks passed
@tarcieri tarcieri deleted the ci/disable-security-audit-cache branch October 16, 2024 19:31
@baloo
Copy link
Member

baloo commented Oct 16, 2024

I think we got caught in the ubuntu-latest upgrade:
https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/

(Cache got populated with a runner using 24.04, then it tried to reuse that binary on a 22.04)

We should be able to revert that commit on Oct 30th

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 this pull request may close these issues.

2 participants