Skip to content

Conversation

Lagoja
Copy link
Contributor

@Lagoja Lagoja commented Mar 15, 2024

Summary

Update docs and examples for Devbox 0.10.0

How was it tested?

Localhost + Vercel. Also ran lint

There are two ways to work around this issue:
1. You can update your packages to use a newer version (using `devbox add`). This newer version will likely come bundled with a newer version of `glibc`.
2. You can use `devbox update` to get the latest Nix derivation for your package. Newer derivations may come bundled with newer dependencies, including `glibc`
3. If you need to use an exact package version, but you still see this error, you can patch it to use a newer version of glibc using `devbox add <package>@<version> --patch-glibc`. This will patch your package to use a newer version of glibc, which should resolve any incompatibility issues you might be seeing. This patch will only affect packages on Linux.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bold or highlight This patch will only affect packages on Linux?

Lagoja and others added 4 commits March 15, 2024 17:25
Co-authored-by: Lucille Hua <lucille.hua@jetpack.io>
Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com>
Co-authored-by: Lucille Hua <lucille.hua@jetpack.io>
Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com>
Co-authored-by: Lucille Hua <lucille.hua@jetpack.io>
Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com>
Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com>
@Lagoja Lagoja merged commit eed56cd into main Mar 16, 2024
@Lagoja Lagoja deleted the jl/0.10-docs branch March 16, 2024 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants