Draft
Conversation
78f1f5a to
89f36b7
Compare
https://circleci.com/developer/images/image/cimg/base#how-this-image-works documents `current` as: > This image tag points to the latest, production ready base image. This is a replacement for the old `stable` tag. This image should be used by projects that want a decent level of stability but would like to get occasional software updates. It is typically updated once a month. `stable` is an alias for `2022.08-20.04`. With it, using pre-compiled cargo-semver-checks failed: ``` /home/circleci/.cargo/bin/cargo-semver-checks: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/circleci/.cargo/bin/cargo-semver-checks) /home/circleci/.cargo/bin/cargo-semver-checks: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/circleci/.cargo/bin/cargo-semver-checks) /home/circleci/.cargo/bin/cargo-semver-checks: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/circleci/.cargo/bin/cargo-semver-checks) /home/circleci/.cargo/bin/cargo-semver-checks: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/circleci/.cargo/bin/cargo-semver-checks) /home/circleci/.cargo/bin/cargo-semver-checks: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/circleci/.cargo/bin/cargo-semver-checks) ```
Contributor
Author
|
Compiling from source takes ~3 minutes so it’d be nicer to use pre-compiled binaries, but those are broken on ubuntu 22.04 at the moment: obi1kenobi/cargo-semver-checks#1153 Let’s wait for that to be fixed |
|
👋 I'd also love to get Apollo GraphQL as a GitHub sponsor of my work! You'd be joining companies such as Amazon, Rerun, Astral, Accelerant, Zoo etc. In addition to supporting development, you'd also get regular shout-outs in my blog posts such as here: https://predr.ag/blog/cargo-semver-checks-2024-year-in-review/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.