Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3bd859750a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| libdatadog (18.1.0.1.0-x86_64-linux) | ||
| libddwaf (1.24.1.0.0-aarch64-linux) | ||
| ffi (~> 1.0) | ||
| libddwaf (1.24.1.0.0-x86_64-linux) | ||
| libddwaf (1.24.1.2.1-x86_64-linux) | ||
| ffi (~> 1.0) |
There was a problem hiding this comment.
Restore aarch64 native gem entries or drop platform
Because the lockfile still declares the aarch64-linux platform, bundler on ARM hosts will try to resolve native gems for that platform. After this change only the x86_64 variants of libdatadog/libddwaf remain in the GEM section, so installs on aarch64 (e.g., Apple Silicon or ARM Linux) will fail to resolve those native gems. Consider restoring the aarch64 entries or removing the aarch64 platform from the lockfile if it’s no longer supported.
Useful? React with 👍 / 👎.
Description
How to test